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 github.com/cloudflare/cloudflare-go from 0.45.0 to 0.46.0 #1815

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2022

Bumps github.com/cloudflare/cloudflare-go from 0.45.0 to 0.46.0.

Release notes

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

v0.46.0

NOTES:

  • docs: add release notes (#1001)

ENHANCEMENTS:

  • filter: automatically paginate List results unless Page and PerPage are provided (#1004)
  • firewall_rule: automatically paginate List results unless Page and PerPage are provided (#1004)
  • rulesets: add support for http_custom_errors phase (#998)
  • rulesets: add support for serve_error action (#998)

BUG FIXES:

  • access_application: fix inability to set bool values to false (#1006)
  • rulesets: fix sni action parameter (#1002)

DEPENDENCIES:

  • provider: bumps github.com/golangci/golangci-lint from 1.47.1 to 1.47.2 (#1005)
  • provider: bumps github.com/golangci/golangci-lint from 1.47.2 to 1.47.3 (#1008)
  • provider: bumps github.com/urfave/cli/v2 from 2.11.0 to 2.11.1 (#1003)
Changelog

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

0.46.0 (3rd August, 2022)

NOTES:

  • docs: add release notes (#1001)

ENHANCEMENTS:

  • filter: automatically paginate List results unless Page and PerPage are provided (#1004)
  • firewall_rule: automatically paginate List results unless Page and PerPage are provided (#1004)
  • rulesets: add support for http_custom_errors phase (#998)
  • rulesets: add support for serve_error action (#998)

BUG FIXES:

  • access_application: fix inability to set bool values to false (#1006)
  • rulesets: fix sni action parameter (#1002)

DEPENDENCIES:

  • provider: bumps github.com/golangci/golangci-lint from 1.47.1 to 1.47.2 (#1005)
  • provider: bumps github.com/golangci/golangci-lint from 1.47.2 to 1.47.3 (#1008)
  • provider: bumps github.com/urfave/cli/v2 from 2.11.0 to 2.11.1 (#1003)
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 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)

Closes #1364

Bumps [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) from 0.45.0 to 0.46.0.
- [Release notes](https://github.com/cloudflare/cloudflare-go/releases)
- [Changelog](https://github.com/cloudflare/cloudflare-go/blob/master/CHANGELOG.md)
- [Commits](cloudflare/cloudflare-go@v0.45.0...v0.46.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 requested a review from jacobbednarz as a code owner August 2, 2022 23:04
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Aug 2, 2022
@jacobbednarz
Copy link
Member

jacobbednarz commented Aug 8, 2022

acceptance tests are passing

TF_ACC=1 go test $(go list ./...) -v -run "^(TestAccFirewallRule|TestAccFilter|TestAccCloudflareAccessApplication_)" -count 1 -parallel 1 -timeout 120m -parallel 1
?       github.com/cloudflare/terraform-provider-cloudflare     [no test files]
=== RUN   TestAccFilterSimple
--- PASS: TestAccFilterSimple (7.53s)
=== RUN   TestAccFilterWhitespace
--- PASS: TestAccFilterWhitespace (6.82s)
=== RUN   TestAccFilterHTMLEntity
--- PASS: TestAccFilterHTMLEntity (7.04s)
=== RUN   TestAccFirewallRuleSimple
--- PASS: TestAccFirewallRuleSimple (8.50s)
=== RUN   TestAccFirewallRuleBypass
--- PASS: TestAccFirewallRuleBypass (14.42s)
=== RUN   TestAccFirewallRuleWithUnicodeAndHTMLEntity
--- PASS: TestAccFirewallRuleWithUnicodeAndHTMLEntity (8.49s)
=== RUN   TestAccCloudflareAccessApplication_BasicZone
--- PASS: TestAccCloudflareAccessApplication_BasicZone (9.12s)
=== RUN   TestAccCloudflareAccessApplication_BasicAccount
--- PASS: TestAccCloudflareAccessApplication_BasicAccount (8.29s)
=== RUN   TestAccCloudflareAccessApplication_WithCORS
--- PASS: TestAccCloudflareAccessApplication_WithCORS (8.16s)
=== RUN   TestAccCloudflareAccessApplication_WithSaas
--- PASS: TestAccCloudflareAccessApplication_WithSaas (8.29s)
=== RUN   TestAccCloudflareAccessApplication_WithEnableBindingCookie
--- PASS: TestAccCloudflareAccessApplication_WithEnableBindingCookie (7.92s)
=== RUN   TestAccCloudflareAccessApplication_WithCustomDenyFields
--- PASS: TestAccCloudflareAccessApplication_WithCustomDenyFields (8.54s)
=== RUN   TestAccCloudflareAccessApplication_WithADefinedIdps
--- PASS: TestAccCloudflareAccessApplication_WithADefinedIdps (9.62s)
=== RUN   TestAccCloudflareAccessApplication_WithHttpOnlyCookieAttribute
--- PASS: TestAccCloudflareAccessApplication_WithHttpOnlyCookieAttribute (8.19s)
=== RUN   TestAccCloudflareAccessApplication_WithHTTPOnlyCookieAttributeSetToFalse
--- PASS: TestAccCloudflareAccessApplication_WithHTTPOnlyCookieAttributeSetToFalse (8.50s)
=== RUN   TestAccCloudflareAccessApplication_WithSameSiteCookieAttribute
--- PASS: TestAccCloudflareAccessApplication_WithSameSiteCookieAttribute (8.20s)
=== RUN   TestAccCloudflareAccessApplication_WithLogoURL
--- PASS: TestAccCloudflareAccessApplication_WithLogoURL (12.25s)
=== RUN   TestAccCloudflareAccessApplication_WithSkipInterstitial
--- PASS: TestAccCloudflareAccessApplication_WithSkipInterstitial (8.04s)
=== RUN   TestAccCloudflareAccessApplication_WithAppLauncherVisible
--- PASS: TestAccCloudflareAccessApplication_WithAppLauncherVisible (8.25s)
PASS
ok      github.com/cloudflare/terraform-provider-cloudflare/internal/provider   53.434s
?       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 948f84a into master Aug 8, 2022
@jacobbednarz jacobbednarz deleted the dependabot/go_modules/github.com/cloudflare/cloudflare-go-0.46.0 branch August 8, 2022 01:26
@github-actions github-actions bot added this to the v3.21.0 milestone Aug 8, 2022
github-actions bot pushed a commit that referenced this pull request Aug 8, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2022

This functionality has been released in v3.21.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.

cloudflare_access_application.app_launcher_visible cannot be set to false
1 participant