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

build(deps): bump github.com/cloudflare/cloudflare-go from 0.70.0 to 0.72.0 #2584

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2023

Bumps github.com/cloudflare/cloudflare-go from 0.70.0 to 0.72.0.

Release notes

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

v0.72.0

BREAKING CHANGES:

  • logpush: CheckAccountLogpushDestinationExists is removed in favour of CheckLogpushDestinationExists with ResourceContainer method parameter (#1326)
  • logpush: CheckZoneLogpushDestinationExists is removed in favour of CheckLogpushDestinationExists with ResourceContainer method parameter (#1326)
  • logpush: CreateAccountLogpushJob is removed in favour of CreateLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: CreateZoneLogpushJob is removed in favour of CreateLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: DeleteAccountLogpushJob is removed in favour of DeleteLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: DeleteZoneLogpushJob is removed in favour of DeleteLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: GetAccountLogpushFields is removed in favour of GetLogpushFields with ResourceContainer method parameter (#1326)
  • logpush: GetAccountLogpushJob is removed in favour of GetLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: GetAccountLogpushOwnershipChallenge is removed in favour of GetLogpushOwnershipChallenge with ResourceContainer method parameter (#1326)
  • logpush: GetZoneLogpushFields is removed in favour of GetLogpushFields with ResourceContainer method parameter (#1326)
  • logpush: GetZoneLogpushJob is removed in favour of GetLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: GetZoneLogpushOwnershipChallenge is removed in favour of GetLogpushOwnershipChallenge with ResourceContainer method parameter (#1326)
  • logpush: ListAccountLogpushJobsForDataset is removed in favour of ListLogpushJobsForDataset with ResourceContainer method parameter (#1326)
  • logpush: ListAccountLogpushJobs is removed in favour of ListLogpushJobs with ResourceContainer method parameter (#1326)
  • logpush: ListZoneLogpushJobsForDataset is removed in favour of ListLogpushJobsForDataset with ResourceContainer method parameter (#1326)
  • logpush: ListZoneLogpushJobs is removed in favour of ListLogpushJobs with ResourceContainer method parameter (#1326)
  • logpush: UpdateAccountLogpushJob is removed in favour of UpdateLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: UpdateZoneLogpushJob is removed in favour of UpdateLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: ValidateAccountLogpushOwnershipChallenge is removed in favour of ValidateLogpushOwnershipChallenge with ResourceContainer method parameter (#1326)
  • logpush: ValidateZoneLogpushOwnershipChallenge is removed in favour of ValidateLogpushOwnershipChallenge with ResourceContainer method parameter (#1326)
  • logpush: all methods are updated to use the newer client conventions for method signatures (#1326)

ENHANCEMENTS:

  • resource_container: expose Type on *ResourceContainer to explicitly denote what type of resource it is instead of inferring from Level. (#1325)

v0.71.0

BREAKING CHANGES:

  • access_application: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_ca_certificate: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_group: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_identity_provider: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_mutual_tls_certificates: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_organization: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_policy: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_service_tokens: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_user_token: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • images: renamed BaseImage to GetBaseImage to match library conventions (#1322)
  • images: renamed ImageDetails to GetImage to match library conventions (#1322)
  • images: renamed ImagesStats to GetImagesStats to match library conventions (#1322)
  • images: updated method signatures of DeleteImage to match newer conventions and standards (#1322)
  • images: updated method signatures of ListImages to match newer conventions and standards (#1322)
  • images: updated method signatures of UpdateImage to match newer conventions and standards (#1322)
  • images: updated method signatures of UploadImage to match newer conventions and standards (#1322)

... (truncated)

Changelog

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

0.72.0 (July 5th, 2023)

BREAKING CHANGES:

  • logpush: CheckAccountLogpushDestinationExists is removed in favour of CheckLogpushDestinationExists with ResourceContainer method parameter (#1326)
  • logpush: CheckZoneLogpushDestinationExists is removed in favour of CheckLogpushDestinationExists with ResourceContainer method parameter (#1326)
  • logpush: CreateAccountLogpushJob is removed in favour of CreateLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: CreateZoneLogpushJob is removed in favour of CreateLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: DeleteAccountLogpushJob is removed in favour of DeleteLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: DeleteZoneLogpushJob is removed in favour of DeleteLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: GetAccountLogpushFields is removed in favour of GetLogpushFields with ResourceContainer method parameter (#1326)
  • logpush: GetAccountLogpushJob is removed in favour of GetLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: GetAccountLogpushOwnershipChallenge is removed in favour of GetLogpushOwnershipChallenge with ResourceContainer method parameter (#1326)
  • logpush: GetZoneLogpushFields is removed in favour of GetLogpushFields with ResourceContainer method parameter (#1326)
  • logpush: GetZoneLogpushJob is removed in favour of GetLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: GetZoneLogpushOwnershipChallenge is removed in favour of GetLogpushOwnershipChallenge with ResourceContainer method parameter (#1326)
  • logpush: ListAccountLogpushJobsForDataset is removed in favour of ListLogpushJobsForDataset with ResourceContainer method parameter (#1326)
  • logpush: ListAccountLogpushJobs is removed in favour of ListLogpushJobs with ResourceContainer method parameter (#1326)
  • logpush: ListZoneLogpushJobsForDataset is removed in favour of ListLogpushJobsForDataset with ResourceContainer method parameter (#1326)
  • logpush: ListZoneLogpushJobs is removed in favour of ListLogpushJobs with ResourceContainer method parameter (#1326)
  • logpush: UpdateAccountLogpushJob is removed in favour of UpdateLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: UpdateZoneLogpushJob is removed in favour of UpdateLogpushJob with ResourceContainer method parameter (#1326)
  • logpush: ValidateAccountLogpushOwnershipChallenge is removed in favour of ValidateLogpushOwnershipChallenge with ResourceContainer method parameter (#1326)
  • logpush: ValidateZoneLogpushOwnershipChallenge is removed in favour of ValidateLogpushOwnershipChallenge with ResourceContainer method parameter (#1326)
  • logpush: all methods are updated to use the newer client conventions for method signatures (#1326)

ENHANCEMENTS:

  • resource_container: expose Type on *ResourceContainer to explicitly denote what type of resource it is instead of inferring from Level. (#1325)

0.71.0 (July 5th, 2023)

BREAKING CHANGES:

  • access_application: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_ca_certificate: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_group: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_identity_provider: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_mutual_tls_certificates: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_organization: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_policy: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_service_tokens: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • access_user_token: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#1319)
  • images: renamed BaseImage to GetBaseImage to match library conventions (#1322)
  • images: renamed ImageDetails to GetImage to match library conventions (#1322)
  • images: renamed ImagesStats to GetImagesStats to match library conventions (#1322)
  • images: updated method signatures of DeleteImage to match newer conventions and standards (#1322)
  • images: updated method signatures of ListImages to match newer conventions and standards (#1322)
  • images: updated method signatures of UpdateImage to match newer conventions and standards (#1322)
  • images: updated method signatures of UploadImage to match newer conventions and standards (#1322)

... (truncated)

Commits
  • 78fed4f Update CHANGELOG.md
  • 9cdec61 Merge pull request #1327 from jacobbednarz/handle-bad-pagination
  • 8563e89 pagination: handle missing paginated responses
  • 799d6ba Update CHANGELOG.md for #1326
  • 78f123f Merge pull request #1326 from jacobbednarz/modernise-logpush
  • 0a58e18 access_policy: update more references and method signatures
  • 978579f logpush: modernise methods
  • f1546a9 Update CHANGELOG.md for #1325
  • 191147b Merge pull request #1325 from jacobbednarz/add-type-for-resource-container
  • b9ac804 resource_container: add explicit Type field for ResourceContainer
  • 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 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.70.0 to 0.72.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.70.0...v0.72.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] <[email protected]>
@dependabot dependabot bot requested a review from jacobbednarz as a code owner July 5, 2023 04:47
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Jul 5, 2023
@jacobbednarz jacobbednarz changed the base branch from master to 2.x July 5, 2023 05:38
@jacobbednarz jacobbednarz changed the base branch from 2.x to master July 5, 2023 05:38
@jacobbednarz jacobbednarz changed the base branch from master to 3.x July 5, 2023 05:50
@jacobbednarz jacobbednarz changed the base branch from 3.x to master July 5, 2023 05:50
@jacobbednarz
Copy link
Member

acceptance tests for access are all passing

TF_ACC=1 go test ./internal/sdkv2provider -v -run "^TestAccCloudflareAccess" -count 1 -timeout 120m -parallel 1
=== RUN   TestAccCloudflareAccessIdentityProviderDataSource_PreventZoneIdAndAccountIdConflicts
--- PASS: TestAccCloudflareAccessIdentityProviderDataSource_PreventZoneIdAndAccountIdConflicts (1.12s)
=== RUN   TestAccCloudflareAccessIdentityProviderDataSource_PreventNoInputSpecify
--- PASS: TestAccCloudflareAccessIdentityProviderDataSource_PreventNoInputSpecify (0.28s)
=== RUN   TestAccCloudflareAccessIdentityProviderDataSourceNotFound
--- PASS: TestAccCloudflareAccessIdentityProviderDataSourceNotFound (1.21s)
=== RUN   TestAccCloudflareAccessIdentityProviderDataSource_GitHub
--- PASS: TestAccCloudflareAccessIdentityProviderDataSource_GitHub (4.40s)
=== RUN   TestAccCloudflareAccessApplication_BasicZone
--- PASS: TestAccCloudflareAccessApplication_BasicZone (6.90s)
=== RUN   TestAccCloudflareAccessApplication_BasicAccount
--- PASS: TestAccCloudflareAccessApplication_BasicAccount (7.55s)
=== RUN   TestAccCloudflareAccessApplication_WithCORS
--- PASS: TestAccCloudflareAccessApplication_WithCORS (4.34s)
=== RUN   TestAccCloudflareAccessApplication_WithSaas
--- PASS: TestAccCloudflareAccessApplication_WithSaas (4.60s)
=== RUN   TestAccCloudflareAccessApplication_WithAutoRedirectToIdentity
--- PASS: TestAccCloudflareAccessApplication_WithAutoRedirectToIdentity (6.56s)
=== RUN   TestAccCloudflareAccessApplication_WithEnableBindingCookie
--- PASS: TestAccCloudflareAccessApplication_WithEnableBindingCookie (4.54s)
=== RUN   TestAccCloudflareAccessApplication_WithCustomDenyFields
--- PASS: TestAccCloudflareAccessApplication_WithCustomDenyFields (4.85s)
=== RUN   TestAccCloudflareAccessApplication_WithADefinedIdps
--- PASS: TestAccCloudflareAccessApplication_WithADefinedIdps (6.55s)
=== RUN   TestAccCloudflareAccessApplication_WithMultipleIdpsReordered
--- PASS: TestAccCloudflareAccessApplication_WithMultipleIdpsReordered (11.35s)
=== RUN   TestAccCloudflareAccessApplication_WithHttpOnlyCookieAttribute
--- PASS: TestAccCloudflareAccessApplication_WithHttpOnlyCookieAttribute (4.40s)
=== RUN   TestAccCloudflareAccessApplication_WithHTTPOnlyCookieAttributeSetToFalse
--- PASS: TestAccCloudflareAccessApplication_WithHTTPOnlyCookieAttributeSetToFalse (4.26s)
=== RUN   TestAccCloudflareAccessApplication_WithSameSiteCookieAttribute
--- PASS: TestAccCloudflareAccessApplication_WithSameSiteCookieAttribute (4.46s)
=== RUN   TestAccCloudflareAccessApplication_WithLogoURL
--- PASS: TestAccCloudflareAccessApplication_WithLogoURL (9.18s)
=== RUN   TestAccCloudflareAccessApplication_WithSkipInterstitial
--- PASS: TestAccCloudflareAccessApplication_WithSkipInterstitial (5.35s)
=== RUN   TestAccCloudflareAccessApplication_WithAppLauncherVisible
--- PASS: TestAccCloudflareAccessApplication_WithAppLauncherVisible (6.80s)
=== RUN   TestAccCloudflareAccessApplication_WithSelfHostedDomains
--- PASS: TestAccCloudflareAccessApplication_WithSelfHostedDomains (4.75s)
=== RUN   TestAccCloudflareAccessApplicationWithZoneID
--- PASS: TestAccCloudflareAccessApplicationWithZoneID (7.57s)
=== RUN   TestAccCloudflareAccessApplicationWithMissingCORSMethods
--- PASS: TestAccCloudflareAccessApplicationWithMissingCORSMethods (0.76s)
=== RUN   TestAccCloudflareAccessApplicationWithMissingCORSOrigins
--- PASS: TestAccCloudflareAccessApplicationWithMissingCORSOrigins (0.75s)
=== RUN   TestAccCloudflareAccessApplicationWithInvalidSessionDuration
--- PASS: TestAccCloudflareAccessApplicationWithInvalidSessionDuration (0.27s)
=== RUN   TestAccCloudflareAccessApplicationMisconfiguredCORSCredentialsAllowingAllOrigins
--- PASS: TestAccCloudflareAccessApplicationMisconfiguredCORSCredentialsAllowingAllOrigins (0.88s)
=== RUN   TestAccCloudflareAccessApplicationMisconfiguredCORSCredentialsAllowingWildcardOrigins
--- PASS: TestAccCloudflareAccessApplicationMisconfiguredCORSCredentialsAllowingWildcardOrigins (0.79s)
=== RUN   TestAccCloudflareAccessCACertificate_AccountLevel
--- PASS: TestAccCloudflareAccessCACertificate_AccountLevel (8.52s)
=== RUN   TestAccCloudflareAccessCACertificate_ZoneLevel
--- PASS: TestAccCloudflareAccessCACertificate_ZoneLevel (7.35s)
=== RUN   TestAccCloudflareAccessGroup_ConfigBasicZone
--- PASS: TestAccCloudflareAccessGroup_ConfigBasicZone (6.35s)
=== RUN   TestAccCloudflareAccessGroup_ConfigBasicAccount
--- PASS: TestAccCloudflareAccessGroup_ConfigBasicAccount (7.45s)
=== RUN   TestAccCloudflareAccessGroup_Exclude
--- PASS: TestAccCloudflareAccessGroup_Exclude (9.45s)
=== RUN   TestAccCloudflareAccessGroup_Require
--- PASS: TestAccCloudflareAccessGroup_Require (6.26s)
=== RUN   TestAccCloudflareAccessGroup_FullConfig
--- PASS: TestAccCloudflareAccessGroup_FullConfig (4.34s)
=== RUN   TestAccCloudflareAccessGroupWithIDP
--- PASS: TestAccCloudflareAccessGroupWithIDP (6.45s)
=== RUN   TestAccCloudflareAccessGroup_Updated
--- PASS: TestAccCloudflareAccessGroup_Updated (12.60s)
=== RUN   TestAccCloudflareAccessGroup_CreateAfterManualDestroy
--- PASS: TestAccCloudflareAccessGroup_CreateAfterManualDestroy (7.44s)
=== RUN   TestAccCloudflareAccessIdentityProvider_OneTimePin
--- PASS: TestAccCloudflareAccessIdentityProvider_OneTimePin (6.00s)
=== RUN   TestAccCloudflareAccessIdentityProvider_OAuth
=== PAUSE TestAccCloudflareAccessIdentityProvider_OAuth
=== RUN   TestAccCloudflareAccessIdentityProvider_OAuthWithUpdate
=== PAUSE TestAccCloudflareAccessIdentityProvider_OAuthWithUpdate
=== RUN   TestAccCloudflareAccessIdentityProvider_SAML
=== PAUSE TestAccCloudflareAccessIdentityProvider_SAML
=== RUN   TestAccCloudflareAccessIdentityProvider_AzureAD
=== PAUSE TestAccCloudflareAccessIdentityProvider_AzureAD
=== RUN   TestAccCloudflareAccessKeysConfiguration_WithKeyRotationIntervalDaysSet
--- PASS: TestAccCloudflareAccessKeysConfiguration_WithKeyRotationIntervalDaysSet (2.54s)
=== RUN   TestAccCloudflareAccessKeysConfiguration_WithoutKeyRotationIntervalDaysSet
--- PASS: TestAccCloudflareAccessKeysConfiguration_WithoutKeyRotationIntervalDaysSet (2.29s)
=== RUN   TestAccCloudflareAccessMutualTLSBasic
--- PASS: TestAccCloudflareAccessMutualTLSBasic (7.82s)
=== RUN   TestAccCloudflareAccessMutualTLSBasicWithZoneID
--- PASS: TestAccCloudflareAccessMutualTLSBasicWithZoneID (7.05s)
=== RUN   TestAccCloudflareAccessOrganization
--- PASS: TestAccCloudflareAccessOrganization (1.24s)
=== RUN   TestAccCloudflareAccessPolicy_ServiceToken
--- PASS: TestAccCloudflareAccessPolicy_ServiceToken (7.56s)
=== RUN   TestAccCloudflareAccessPolicy_AnyServiceToken
--- PASS: TestAccCloudflareAccessPolicy_AnyServiceToken (6.30s)
=== RUN   TestAccCloudflareAccessPolicy_WithZoneID
--- PASS: TestAccCloudflareAccessPolicy_WithZoneID (10.31s)
=== RUN   TestAccCloudflareAccessPolicy_Group
--- PASS: TestAccCloudflareAccessPolicy_Group (12.26s)
=== RUN   TestAccCloudflareAccessPolicy_MTLS
--- PASS: TestAccCloudflareAccessPolicy_MTLS (5.93s)
=== RUN   TestAccCloudflareAccessPolicy_CommonName
--- PASS: TestAccCloudflareAccessPolicy_CommonName (6.02s)
=== RUN   TestAccCloudflareAccessPolicy_EmailDomain
--- PASS: TestAccCloudflareAccessPolicy_EmailDomain (6.58s)
=== RUN   TestAccCloudflareAccessPolicy_Emails
--- PASS: TestAccCloudflareAccessPolicy_Emails (6.35s)
=== RUN   TestAccCloudflareAccessPolicy_Everyone
--- PASS: TestAccCloudflareAccessPolicy_Everyone (6.11s)
=== RUN   TestAccCloudflareAccessPolicy_IPs
--- PASS: TestAccCloudflareAccessPolicy_IPs (6.31s)
=== RUN   TestAccCloudflareAccessPolicy_AuthMethod
--- PASS: TestAccCloudflareAccessPolicy_AuthMethod (6.34s)
=== RUN   TestAccCloudflareAccessPolicy_Geo
--- PASS: TestAccCloudflareAccessPolicy_Geo (6.04s)
=== RUN   TestAccCloudflareAccessPolicy_Okta
--- PASS: TestAccCloudflareAccessPolicy_Okta (5.87s)
=== RUN   TestAccCloudflareAccessPolicy_PurposeJustification
--- PASS: TestAccCloudflareAccessPolicy_PurposeJustification (5.88s)
=== RUN   TestAccCloudflareAccessPolicy_ApprovalGroup
--- PASS: TestAccCloudflareAccessPolicy_ApprovalGroup (6.01s)
=== RUN   TestAccCloudflareAccessPolicy_ExternalEvaluation
--- PASS: TestAccCloudflareAccessPolicy_ExternalEvaluation (5.80s)
=== RUN   TestAccCloudflareAccessPolicy_IsolationRequired
--- PASS: TestAccCloudflareAccessPolicy_IsolationRequired (6.04s)
=== RUN   TestAccCloudflareAccessRule_AccountASN
--- PASS: TestAccCloudflareAccessRule_AccountASN (5.41s)
=== RUN   TestAccCloudflareAccessRule_ZoneASN
--- PASS: TestAccCloudflareAccessRule_ZoneASN (5.29s)
=== RUN   TestAccCloudflareAccessRule_IPRange
--- PASS: TestAccCloudflareAccessRule_IPRange (5.76s)
=== RUN   TestAccCloudflareAccessRule_IPv6
--- PASS: TestAccCloudflareAccessRule_IPv6 (4.65s)
=== RUN   TestAccCloudflareAccessServiceTokenCreate
--- PASS: TestAccCloudflareAccessServiceTokenCreate (6.41s)
=== RUN   TestAccCloudflareAccessServiceTokenUpdate
--- PASS: TestAccCloudflareAccessServiceTokenUpdate (16.31s)
=== RUN   TestAccCloudflareAccessServiceTokenDelete
--- PASS: TestAccCloudflareAccessServiceTokenDelete (7.39s)
=== CONT  TestAccCloudflareAccessIdentityProvider_OAuth
--- PASS: TestAccCloudflareAccessIdentityProvider_OAuth (4.25s)
=== CONT  TestAccCloudflareAccessIdentityProvider_SAML
--- PASS: TestAccCloudflareAccessIdentityProvider_SAML (3.35s)
=== CONT  TestAccCloudflareAccessIdentityProvider_AzureAD
--- PASS: TestAccCloudflareAccessIdentityProvider_AzureAD (3.15s)
=== CONT  TestAccCloudflareAccessIdentityProvider_OAuthWithUpdate
--- PASS: TestAccCloudflareAccessIdentityProvider_OAuthWithUpdate (5.70s)
PASS
ok  	github.com/cloudflare/terraform-provider-cloudflare/internal/sdkv2provider	402.162s

@jacobbednarz jacobbednarz changed the base branch from master to 3.x July 5, 2023 05:54
@jacobbednarz jacobbednarz changed the base branch from 3.x to master July 5, 2023 05:54
@jacobbednarz jacobbednarz merged commit d645292 into master Jul 5, 2023
@jacobbednarz jacobbednarz deleted the dependabot/go_modules/github.com/cloudflare/cloudflare-go-0.72.0 branch July 5, 2023 05:59
@github-actions github-actions bot added this to the v4.10.0 milestone Jul 5, 2023
@github-actions
Copy link
Contributor

This functionality has been released in v4.10.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!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant