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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/cloudflare/cloudflare-go from 0.36.0 to 0.37.0 #1563

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2022

Bumps github.com/cloudflare/cloudflare-go from 0.36.0 to 0.37.0.

Release notes

Sourced from github.com/cloudflare/cloudflare-go's releases.

v0.37.0

What's Changed

馃摚 NOTE: usage of api.AccountID (global configuration option) has been replaced with individual accountID parameters (cloudflare/cloudflare-go#850)

Full Changelog: cloudflare/cloudflare-go@v0.36.0...v0.37.0

Commits
  • 205a605 Merge pull request #855 from maxnystrom/include-missing-custom-hostname-statuses
  • 81c2d67 Include the Blocked Custom Hostname status for Custom Hostnames.
  • 407749a Merge pull request #853 from cloudflare/dependabot/github_actions/actions/set...
  • 5798d3c build(deps): bump actions/setup-go from 2 to 3
  • 2f021c8 Merge pull request #850 from jacobbednarz/swap-out-api-account-for-explicit-v...
  • 7da278b s/api.AccountID/accountID
  • ae253f4 Merge pull request #848 from tpickett66/tunnel-routes-api-ptII
  • 9793852 Merge pull request #847 from jesusalber1/add-rule-logging
  • 64fa12f rename tunnel route get methods to conform to convention
  • 7a5f4a7 Add logging configuration for rulesets rules
  • See full diff 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 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 [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) from 0.36.0 to 0.37.0.
- [Release notes](https://github.com/cloudflare/cloudflare-go/releases)
- [Commits](cloudflare/cloudflare-go@v0.36.0...v0.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Apr 12, 2022
@jacobbednarz jacobbednarz force-pushed the dependabot/go_modules/github.com/cloudflare/cloudflare-go-0.37.0 branch from b59eedc to 4da6d38 Compare April 13, 2022 04:32
@jacobbednarz
Copy link
Member

TF_ACC=1 go test $(go list ./...) -v -run "^(TestAccCloudflareBYOIPPrefix|TestAccCloudflareWorkerCronTrigger|TestAccCloudflareIPList_|TestAccCloudflareStaticRoute_)" -count 1 -parallel 1 -timeout 120m -parallel 1
?   	github.com/cloudflare/terraform-provider-cloudflare	[no test files]
=== RUN   TestAccCloudflareIPList_Import
--- PASS: TestAccCloudflareIPList_Import (12.75s)
=== RUN   TestAccCloudflareBYOIPPrefix
=== PAUSE TestAccCloudflareBYOIPPrefix
=== RUN   TestAccCloudflareIPList_Exists
--- PASS: TestAccCloudflareIPList_Exists (10.40s)
=== RUN   TestAccCloudflareIPList_UpdateDescription
--- PASS: TestAccCloudflareIPList_UpdateDescription (18.89s)
=== RUN   TestAccCloudflareIPList_Update
--- PASS: TestAccCloudflareIPList_Update (17.36s)
=== RUN   TestAccCloudflareStaticRoute_Exists
    provider_test.go:160: Skipping acceptance test as 0da42c8d2132a9ddaf714f9e7c920711 is not configured for Magic Transit
--- SKIP: TestAccCloudflareStaticRoute_Exists (0.00s)
=== RUN   TestAccCloudflareStaticRoute_UpdateDescription
    provider_test.go:160: Skipping acceptance test as 0da42c8d2132a9ddaf714f9e7c920711 is not configured for Magic Transit
--- SKIP: TestAccCloudflareStaticRoute_UpdateDescription (0.00s)
=== RUN   TestAccCloudflareStaticRoute_UpdateWeight
    provider_test.go:160: Skipping acceptance test as 0da42c8d2132a9ddaf714f9e7c920711 is not configured for Magic Transit
--- SKIP: TestAccCloudflareStaticRoute_UpdateWeight (0.00s)
=== RUN   TestAccCloudflareWorkerCronTriggerBasic
--- PASS: TestAccCloudflareWorkerCronTriggerBasic (12.08s)
=== CONT  TestAccCloudflareBYOIPPrefix
    provider_test.go:146: Skipping acceptance test as CLOUDFLARE_BYO_IP_PREFIX_ID is not set
--- SKIP: TestAccCloudflareBYOIPPrefix (0.00s)
PASS
ok  	github.com/cloudflare/terraform-provider-cloudflare/cloudflare	72.009s
?   	github.com/cloudflare/terraform-provider-cloudflare/tools/cmd/changelog-check	[no test files]
?   	github.com/cloudflare/terraform-provider-cloudflare/tools/cmd/maintainer-only-file-check	[no test files]
?   	github.com/cloudflare/terraform-provider-cloudflare/tools/cmd/tf-log-check	[no test files]
?   	github.com/cloudflare/terraform-provider-cloudflare/version	[no test files]

@jacobbednarz jacobbednarz merged commit 15016af into master Apr 13, 2022
@jacobbednarz jacobbednarz deleted the dependabot/go_modules/github.com/cloudflare/cloudflare-go-0.37.0 branch April 13, 2022 04:42
@github-actions github-actions bot added this to the v3.13.0 milestone Apr 13, 2022
github-actions bot pushed a commit that referenced this pull request Apr 13, 2022
@github-actions
Copy link
Contributor

This functionality has been released in v3.13.0 of the Terraform Cloudflare Provider.

Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant