Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cloudflare/cloudflare from 4.14.0 to 4.15.0 #42

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps cloudflare/cloudflare from 4.14.0 to 4.15.0.

Release notes

Sourced from cloudflare/cloudflare's releases.

v4.15.0

ENHANCEMENTS:

  • resource/cloudflare_access_identity_provider: Support email_claim_name, Okta authorization_server_id, and pingone (#2765)
  • resource/cloudflare_ruleset: Add support for a new Browser Mode that allows bypass of downstream caches (#2756)
  • resource/cloudflare_ruleset: Add support for the use of Origin Cache Control in the Rulesets API (#2753)
  • resource/cloudflare_ruleset: Add support for the use of Proxy Read Timeout field in Rulesets API (#2755)

BUG FIXES:

  • resource/cloudflare_list: Fix import for cloudflare_list resource (#2663)
  • resource/cloudflare_record: Updates the cast to a pointer to match changes in the SDK (#2763)
  • resource/pages_project: force replace when changing pages source (#2750)

DEPENDENCIES:

  • provider: bumps crazy-max/ghaction-import-gpg from 5 to 6 (#2758)
  • provider: bumps github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.18.40 (#2775)
  • provider: bumps github.com/cloudflare/cloudflare-go from 0.76.0 to 0.77.0 (#2761)
  • provider: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.5 to 1.4.0 (#2745)
  • provider: bumps github.com/hashicorp/terraform-plugin-mux from 0.11.2 to 0.12.0 (#2746)
  • provider: bumps github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0 (#2748)
  • provider: bumps goreleaser/goreleaser-action from 4.6.0 to 5.0.0 (#2757)
Changelog

Sourced from cloudflare/cloudflare's changelog.

4.15.0 (20th September, 2023)

ENHANCEMENTS:

  • resource/cloudflare_access_identity_provider: Support email_claim_name, Okta authorization_server_id, and pingone (#2765)
  • resource/cloudflare_ruleset: Add support for a new Browser Mode that allows bypass of downstream caches (#2756)
  • resource/cloudflare_ruleset: Add support for the use of Origin Cache Control in the Rulesets API (#2753)
  • resource/cloudflare_ruleset: Add support for the use of Proxy Read Timeout field in Rulesets API (#2755)

BUG FIXES:

  • resource/cloudflare_list: Fix import for cloudflare_list resource (#2663)
  • resource/cloudflare_record: Updates the cast to a pointer to match changes in the SDK (#2763)
  • resource/pages_project: force replace when changing pages source (#2750)

DEPENDENCIES:

  • provider: bumps crazy-max/ghaction-import-gpg from 5 to 6 (#2758)
  • provider: bumps github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.18.40 (#2775)
  • provider: bumps github.com/cloudflare/cloudflare-go from 0.76.0 to 0.77.0 (#2761)
  • provider: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.5 to 1.4.0 (#2745)
  • provider: bumps github.com/hashicorp/terraform-plugin-mux from 0.11.2 to 0.12.0 (#2746)
  • provider: bumps github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0 (#2748)
  • provider: bumps goreleaser/goreleaser-action from 4.6.0 to 5.0.0 (#2757)
Commits
  • 8008476 Update CHANGELOG.md
  • d90cfbd Update CHANGELOG.md for #2765
  • 6259724 Merge pull request #2765 from ajholland/aholland/AUTH-5460
  • 78dd8f6 make docs
  • 1fd35f9 Update CHANGELOG.md for #2775
  • 9694f7b Merge pull request #2775 from cloudflare/dependabot/go_modules/github.com/aws...
  • 1df7771 add CHANGELOG for #2775
  • f156be1 build(deps): bump github.com/aws/aws-sdk-go-v2/config
  • b9a3de6 AUTH-5460 Support email_claim_name, Okta authorization_server_id and pingone
  • e41a876 revert changes from #2755 for zone settings override
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cloudflare/cloudflare](https://github.com/cloudflare/terraform-provider-cloudflare) from 4.14.0 to 4.15.0.
- [Release notes](https://github.com/cloudflare/terraform-provider-cloudflare/releases)
- [Changelog](https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/CHANGELOG.md)
- [Commits](cloudflare/terraform-provider-cloudflare@v4.14.0...v4.15.0)

---
updated-dependencies:
- dependency-name: cloudflare/cloudflare
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2023

Superseded by #43.

@dependabot dependabot bot closed this Oct 4, 2023
@dependabot dependabot bot deleted the dependabot/terraform/cloudflare/cloudflare-4.15.0 branch October 4, 2023 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants