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

terraform(deps): bump cloudflare/cloudflare from 4.43.0 to 4.44.0 in /terraform #47

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2024

Bumps cloudflare/cloudflare from 4.43.0 to 4.44.0.

Release notes

Sourced from cloudflare/cloudflare's releases.

v4.44.0

NOTES:

  • cloudflare_list has been migrated to the terraform-plugin-framework in doing so addresses issues with the internal representation of zero values. A downside to this is that to get the full benefits, you will need to remove the resource from your Terraform state (terraform state rm ...) and then import the resource back into your state. (#4228)

ENHANCEMENTS:

  • resource/cloudflare_certificate_pack: Add SSL.com as valid certificate authority (#4267)
  • resource/cloudflare_device_posture_rule: Add support for SentinelOne posture check operational_state field (#4200)

BUG FIXES:

  • resource/cloudflare_device_posture_rule: fix bug where locations were not parsed correctly for client_certificate_v2 posture rules (#4168)
  • resource/cloudflare_teams_rule: start persisting rule settings, wo rules may not stuck in plan cycle (#4261)
  • resource/cloudflare_zone: When changing type to or from partial the verification_key attribute will properly show that it will receive a new value. (#4019)

INTERNAL:

  • resource/cloudflare_list: migrate from SDKv2 to terraform-plugin-framework (#4228)

DEPENDENCIES:

  • provider: bump github.com/cloudflare/cloudflare-go from 0.106.0 to 0.107.0 (#4251)
  • provider: bump golang.org/x/net from 0.29.0 to 0.30.0 (#4213)
Changelog

Sourced from cloudflare/cloudflare's changelog.

4.44.0 (October 16th, 2024)

NOTES:

  • cloudflare_list has been migrated to the terraform-plugin-framework in doing so addresses issues with the internal representation of zero values. A downside to this is that to get the full benefits, you will need to remove the resource from your Terraform state (terraform state rm ...) and then import the resource back into your state. (#4228)

ENHANCEMENTS:

  • resource/cloudflare_certificate_pack: Add SSL.com as valid certificate authority (#4267)
  • resource/cloudflare_device_posture_rule: Add support for SentinelOne posture check operational_state field (#4200)

BUG FIXES:

  • resource/cloudflare_device_posture_rule: fix bug where locations were not parsed correctly for client_certificate_v2 posture rules (#4168)
  • resource/cloudflare_teams_rule: start persisting rule settings, wo rules may not stuck in plan cycle (#4261)
  • resource/cloudflare_zone: When changing type to or from partial the verification_key attribute will properly show that it will receive a new value. (#4019)

INTERNAL:

  • resource/cloudflare_list: migrate from SDKv2 to terraform-plugin-framework (#4228)

DEPENDENCIES:

  • provider: bump github.com/cloudflare/cloudflare-go from 0.106.0 to 0.107.0 (#4251)
  • provider: bump golang.org/x/net from 0.29.0 to 0.30.0 (#4213)
Commits
  • 3110f43 Update CHANGELOG.md
  • 4e5887f generate changelog
  • 5cda265 Merge pull request #4019 from grounded042/zone-type-verif-key
  • 725005d Merge branch 'master' into zone-type-verif-key
  • 0688779 only mark verification_key for change when type has a value change
  • 8b62b82 Merge pull request #4267 from lneves75/fix-4266
  • bbbe2ac Update 4267.txt
  • 452dfeb update docs
  • 23cd091 update description with new allowed value
  • 799a824 Merge pull request #4261 from rexscaria/rex/persist-cf-rule-settings
  • 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.43.0 to 4.44.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.43.0...v4.44.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 priority/normal This is a normal-priority issue or pull request release/chore A backgroup update to a package or application type/dependencies This pull request updates a dependency in a file or resource update/terraform Update with changes to Terraform workspaces or modules labels Oct 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2024

Dependabot tried to add @n3tuk/admin as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/n3tuk/infra-cloudflare-dns/pulls/47/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the n3tuk/infra-cloudflare-dns repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@mergify mergify bot merged commit 31f2ea4 into main Oct 20, 2024
12 of 17 checks passed
@dependabot dependabot bot deleted the dependabot/terraform/terraform/cloudflare/cloudflare-4.44.0 branch October 20, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/normal This is a normal-priority issue or pull request release/chore A backgroup update to a package or application type/dependencies This pull request updates a dependency in a file or resource update/terraform Update with changes to Terraform workspaces or modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants