cloudflare / gokeyless

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

Bump github.com/cloudflare/cloudflare-go from 0.72.0 to 0.73.0 #381

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

v0.73.0

BREAKING CHANGES:

  • pages_deployment: add support for auto pagination (#1264)
  • pages_deployment: change DeletePagesDeploymentParams to contain all parameters (#1264)
  • pages_project: change to use ResourceContainer for account ID (#1264)
  • pages_project: rename PagesProject to GetPagesProject (#1264)
  • rulesets: CreateAccountRuleset is removed in favour of CreateRuleset (#1333)
  • rulesets: CreateZoneRuleset is removed in favour of CreateRuleset (#1333)
  • rulesets: DeleteAccountRuleset is removed in favour of DeleteRuleset (#1333)
  • rulesets: DeleteZoneRuleset is removed in favour of DeleteRuleset (#1333)
  • rulesets: GetAccountRulesetPhase is removed in favour of GetEntrypointRuleset (#1333)
  • rulesets: GetAccountRuleset is removed in favour of GetRuleset (#1333)
  • rulesets: GetZoneRulesetPhase is removed in favour of GetEntrypointRuleset (#1333)
  • rulesets: GetZoneRuleset is removed in favour of GetRuleset (#1333)
  • rulesets: UpdateAccountRulesetPhase is removed in favour of UpdateEntrypointRuleset (#1333)
  • rulesets: UpdateAccountRuleset is removed in favour of UpdateRuleset (#1333)
  • rulesets: UpdateZoneRulesetPhase is removed in favour of UpdateEntrypointRuleset (#1333)
  • rulesets: UpdateZoneRuleset is removed in favour of UpdateRuleset (#1333)

ENHANCEMENTS:

  • device_posture_rule: support active_threats, network_status, infected, and is_active for sentinelone_s2s posture rule (#1339)
  • device_posture_rule: support certificate_id and cn for client_certificate posture rule (#1339)
  • images: adds ability to upload image by url (#1335)
  • load_balancing: support header session affinity policy (#1302)
  • zone: Added GetRegionalTieredCache and UpdateRegionalTieredCache to allow setting Regional Tiered Cache for a zone. (#1336)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.11.0 to 0.12.0 (#1328)
Changelog

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

0.73.0 (July 19th, 2023)

BREAKING CHANGES:

  • pages_deployment: add support for auto pagination (#1264)
  • pages_deployment: change DeletePagesDeploymentParams to contain all parameters (#1264)
  • pages_project: change to use ResourceContainer for account ID (#1264)
  • pages_project: rename PagesProject to GetPagesProject (#1264)
  • rulesets: CreateAccountRuleset is removed in favour of CreateRuleset (#1333)
  • rulesets: CreateZoneRuleset is removed in favour of CreateRuleset (#1333)
  • rulesets: DeleteAccountRuleset is removed in favour of DeleteRuleset (#1333)
  • rulesets: DeleteZoneRuleset is removed in favour of DeleteRuleset (#1333)
  • rulesets: GetAccountRulesetPhase is removed in favour of GetEntrypointRuleset (#1333)
  • rulesets: GetAccountRuleset is removed in favour of GetRuleset (#1333)
  • rulesets: GetZoneRulesetPhase is removed in favour of GetEntrypointRuleset (#1333)
  • rulesets: GetZoneRuleset is removed in favour of GetRuleset (#1333)
  • rulesets: UpdateAccountRulesetPhase is removed in favour of UpdateEntrypointRuleset (#1333)
  • rulesets: UpdateAccountRuleset is removed in favour of UpdateRuleset (#1333)
  • rulesets: UpdateZoneRulesetPhase is removed in favour of UpdateEntrypointRuleset (#1333)
  • rulesets: UpdateZoneRuleset is removed in favour of UpdateRuleset (#1333)

ENHANCEMENTS:

  • device_posture_rule: support active_threats, network_status, infected, and is_active for sentinelone_s2s posture rule (#1339)
  • device_posture_rule: support certificate_id and cn for client_certificate posture rule (#1339)
  • images: adds ability to upload image by url (#1335)
  • load_balancing: support header session affinity policy (#1302)
  • zone: Added GetRegionalTieredCache and UpdateRegionalTieredCache to allow setting Regional Tiered Cache for a zone. (#1336)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.11.0 to 0.12.0 (#1328)
Commits
  • 65e1df3 Update CHANGELOG.md
  • 18d2423 Update CHANGELOG.md for #1339
  • 5bcc2d6 Merge pull request #1339 from jlu-cloudflare/master
  • 3bae09b Update CHANGELOG.md for #1302
  • df24978 Merge pull request #1302 from ColeBennett/cbennett/lb-header-session-affinity
  • d4d50c9 Merge branch 'master' into cbennett/lb-header-session-affinity
  • 1b543e5 Add support for client_certificate and sentinelone_s2s posture rules
  • 81b8b68 load_balancing: support header session affinity policy
  • a6d449b Update CHANGELOG.md for #1336
  • 544edf5 Merge pull request #1336 from joshuamsager/joshuamsager/add-regional-tiered-c...
  • 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 #381 (34d832e) into master (78be0fe) will decrease coverage by 0.23%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #381      +/-   ##
==========================================
- Coverage   48.95%   48.73%   -0.23%     
==========================================
  Files          24       24              
  Lines        3156     3156              
==========================================
- Hits         1545     1538       -7     
- Misses       1439     1444       +5     
- Partials      172      174       +2     

see 1 file with indirect coverage changes