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.16.0 #43

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2023

Bumps cloudflare/cloudflare from 4.14.0 to 4.16.0.

Release notes

Sourced from cloudflare/cloudflare's releases.

v4.16.0

BREAKING CHANGES:

  • resource/cloudflare_spectrum_application: Remove default values, make edge_ips parameter optional. (#2629)

FEATURES:

  • New Resource: cloudflare_api_shield_operation (#2760)

ENHANCEMENTS:

  • resource/cloudflare_authenticated_origin_pulls: Improve import, update documentation (#2771)
  • resource/cloudflare_notification_policy: Add advanced_http_alert_error alert_type (#2789)
  • resource/cloudflare_notification_policy: Implement the group_by, where and actions options (#2789)
  • resource/cloudflare_ruleset: Add support for cache bypass by default in Edge TTL modes (#2764)

BUG FIXES:

  • resource/cloudflare_access_identity_provider: Fix cloudflare_access_identity_provider incorrectly discards SCIM configuration secret (#2744)
  • resource/cloudflare_notification_policy: handle manually deleted policies by removing them from state (#2791)
  • resource/cloudflare_ruleset: ability to use exclude_origin=true in cache_key.custom_key.header without the need of specifying include or check_presence. (#2802)
  • resource/cloudflare_ruleset: mark requests_to_origin required for ratelimit blocks (#2808)

DEPENDENCIES:

  • provider: bumps github.com/aws/aws-sdk-go-v2/config from 1.18.40 to 1.18.41 (#2781)
  • provider: bumps github.com/aws/aws-sdk-go-v2/config from 1.18.41 to 1.18.42 (#2792)
  • provider: bumps github.com/aws/aws-sdk-go-v2/config from 1.18.42 to 1.18.43 (#2811)
  • provider: bumps github.com/aws/aws-sdk-go-v2/credentials from 1.13.39 to 1.13.40 (#2793)
  • provider: bumps github.com/aws/aws-sdk-go-v2/credentials from 1.13.40 to 1.13.41 (#2810)
  • provider: bumps github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.5 to 1.39.0 (#2782)
  • provider: bumps github.com/aws/aws-sdk-go-v2/service/s3 from 1.39.0 to 1.40.0 (#2795)
  • provider: bumps github.com/cloudflare/cloudflare-go from 0.77.0 to 0.78.0 (#2797)

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:

... (truncated)

Changelog

Sourced from cloudflare/cloudflare's changelog.

4.16.0 (4th October, 2023)

BREAKING CHANGES:

  • resource/cloudflare_spectrum_application: Remove default values, make edge_ips parameter optional. (#2629)

FEATURES:

  • New Resource: cloudflare_api_shield_operation (#2760)

ENHANCEMENTS:

  • resource/cloudflare_authenticated_origin_pulls: Improve import, update documentation (#2771)
  • resource/cloudflare_notification_policy: Add advanced_http_alert_error alert_type (#2789)
  • resource/cloudflare_notification_policy: Implement the group_by, where and actions options (#2789)
  • resource/cloudflare_ruleset: Add support for cache bypass by default in Edge TTL modes (#2764)

BUG FIXES:

  • resource/cloudflare_access_identity_provider: Fix cloudflare_access_identity_provider incorrectly discards SCIM configuration secret (#2744)
  • resource/cloudflare_notification_policy: handle manually deleted policies by removing them from state (#2791)
  • resource/cloudflare_ruleset: ability to use exclude_origin=true in cache_key.custom_key.header without the need of specifying include or check_presence. (#2802)
  • resource/cloudflare_ruleset: mark requests_to_origin required for ratelimit blocks (#2808)

DEPENDENCIES:

  • provider: bumps github.com/aws/aws-sdk-go-v2/config from 1.18.40 to 1.18.41 (#2781)
  • provider: bumps github.com/aws/aws-sdk-go-v2/config from 1.18.41 to 1.18.42 (#2792)
  • provider: bumps github.com/aws/aws-sdk-go-v2/config from 1.18.42 to 1.18.43 (#2811)
  • provider: bumps github.com/aws/aws-sdk-go-v2/credentials from 1.13.39 to 1.13.40 (#2793)
  • provider: bumps github.com/aws/aws-sdk-go-v2/credentials from 1.13.40 to 1.13.41 (#2810)
  • provider: bumps github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.5 to 1.39.0 (#2782)
  • provider: bumps github.com/aws/aws-sdk-go-v2/service/s3 from 1.39.0 to 1.40.0 (#2795)
  • provider: bumps github.com/cloudflare/cloudflare-go from 0.77.0 to 0.78.0 (#2797)

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)

... (truncated)

Commits

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.16.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.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2023
@linyinfeng linyinfeng merged commit 61ab86c into main Oct 4, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/terraform/cloudflare/cloudflare-4.16.0 branch October 4, 2023 08:03
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.

1 participant