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

fix(dependabot): bump cloudflare/cloudflare from 4.46.0 to 4.48.0 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps cloudflare/cloudflare from 4.46.0 to 4.48.0.

Release notes

Sourced from cloudflare/cloudflare's releases.

v4.48.0

NOTES:

FEATURES:

  • New Resource: cloudflare_leaked_credential_check (#4674)
  • New Resource: cloudflare_leaked_credential_check_rule (#4676)
  • New Resource: cloudflare_snippet (#4565)
  • New Resource: cloudflare_snippet_rules (#4565)

ENHANCEMENTS:

  • resource/access_application: add support for destinations and domain_type (#4661)
  • resource/access_identity_provider: document scim_config fields (#4721)
  • resource/cloudflare_access_policy: adds support for Access infrastructure allow_email_alias connection rule flag (#4665)
  • resource/cloudflare_ruleset: improve diffs when only some rules are changed (#4697)
  • resource/cloudflare_teams_list: use PUT call to update list items (#4737)
  • resource/cloudflare_zero_trust_access_policy: adds support for Access infrastructure allow_email_alias connection rule flag (#4665)

BUG FIXES:

  • resource/cloudflare_authenticated_origin_pulls: Fix issue where resources are disabled instead of being destroyed on tf destroy (#4649)
  • resource/cloudflare_leaked_credential_check_rule: Fix bug in update method (#4741)

DEPENDENCIES:

  • provider: bump github.com/cloudflare/cloudflare-go from 0.110.0 to 0.111.0 (#4709)
  • provider: bump golang.org/x/net from 0.31.0 to 0.32.0 (#4718)

v4.47.0

ENHANCEMENTS:

  • resource/cloudflare_access_application: support SCIM schema strictness setting for outbound provisioning (#4419)
  • resource/cloudflare_access_identity_provider: Adds identity update behavior field in SCIM configuration (#4602)
  • resource/cloudflare_notification_policy: Added support for D1 in the cloudflare_notification_policy resource and data source. (#4615)
  • resource/cloudflare_notification_policy: add support for image_resizing_notification alert type (#4588)
  • resource/cloudflare_r2_bucket: Added support for Oceania region in location hints. (#4660)

BUG FIXES:

  • resource/cloudflare_logpush_job: add dlp_forensic_copies to allowed dataset values (#4598)
  • resource/cloudflare_zero_trust_access_policy: make gsuite parameters required (#4597)

DEPENDENCIES:

  • provider: bump github.com/cloudflare/cloudflare-go from 0.109.0 to 0.110.0 (#4632)
  • provider: bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 (#4613)
  • provider: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#4663)
Changelog

Sourced from cloudflare/cloudflare's changelog.

4.48.0 (December 11th, 2024)

NOTES:

FEATURES:

  • New Resource: cloudflare_leaked_credential_check (#4674)
  • New Resource: cloudflare_leaked_credential_check_rule (#4676)
  • New Resource: cloudflare_snippet (#4565)
  • New Resource: cloudflare_snippet_rules (#4565)

ENHANCEMENTS:

  • resource/access_application: add support for destinations and domain_type (#4661)
  • resource/access_identity_provider: document scim_config fields (#4721)
  • resource/cloudflare_access_policy: adds support for Access infrastructure allow_email_alias connection rule flag (#4665)
  • resource/cloudflare_ruleset: improve diffs when only some rules are changed (#4697)
  • resource/cloudflare_teams_list: use PUT call to update list items (#4737)
  • resource/cloudflare_zero_trust_access_policy: adds support for Access infrastructure allow_email_alias connection rule flag (#4665)

BUG FIXES:

  • resource/cloudflare_authenticated_origin_pulls: Fix issue where resources are disabled instead of being destroyed on tf destroy (#4649)
  • resource/cloudflare_leaked_credential_check_rule: Fix bug in update method (#4741)

DEPENDENCIES:

  • provider: bump github.com/cloudflare/cloudflare-go from 0.110.0 to 0.111.0 (#4709)
  • provider: bump golang.org/x/net from 0.31.0 to 0.32.0 (#4718)

4.47.0 (November 27th, 2024)

ENHANCEMENTS:

  • resource/cloudflare_access_application: support SCIM schema strictness setting for outbound provisioning (#4419)
  • resource/cloudflare_access_identity_provider: Adds identity update behavior field in SCIM configuration (#4602)
  • resource/cloudflare_notification_policy: Added support for D1 in the cloudflare_notification_policy resource and data source. (#4615)
  • resource/cloudflare_notification_policy: add support for image_resizing_notification alert type (#4588)
  • resource/cloudflare_r2_bucket: Added support for Oceania region in location hints. (#4660)

BUG FIXES:

  • resource/cloudflare_logpush_job: add dlp_forensic_copies to allowed dataset values (#4598)
  • resource/cloudflare_zero_trust_access_policy: make gsuite parameters required (#4597)

DEPENDENCIES:

  • provider: bump github.com/cloudflare/cloudflare-go from 0.109.0 to 0.110.0 (#4632)

... (truncated)

Commits
  • 2e721b5 Update CHANGELOG.md
  • 0831e43 generate changelog
  • eb23ef0 Merge pull request #4747 from cloudflare/state-migrate-for-rulesets-cleanup
  • b8120d4 feat(rulesets): add state migration to clean up removed fields
  • 889019a Merge pull request #4737 from rexscaria/rex/teams-list-to-use-put-update
  • 0695d4f Merge branch 'master' into rex/teams-list-to-use-put-update
  • 9dccc2a Update .changelog/4737.txt
  • d066e50 Merge pull request #4741 from mrusso19/fix-update-lcc-rule
  • 01883bc Add changelog
  • 4595f23 Expand acceptance test
  • 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.46.0 to 4.48.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.46.0...v4.48.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 dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Dec 16, 2024
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 terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants