cloudflare / gokeyless

Go implementation of the keyless protocol
https://blog.cloudflare.com/keyless-ssl-the-nitty-gritty-technical-details/
Other
473 stars 81 forks source link

Bump github.com/cloudflare/cloudflare-go from 0.70.0 to 0.72.0 #378

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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)
codecov-commenter commented 1 year ago

Codecov Report

Merging #378 (241b224) into master (8eb03bb) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #378   +/-   ##
=======================================
  Coverage   48.73%   48.73%           
=======================================
  Files          24       24           
  Lines        3156     3156           
=======================================
  Hits         1538     1538           
  Misses       1444     1444           
  Partials      174      174