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.83.0 to 0.84.0 #431

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps github.com/cloudflare/cloudflare-go from 0.83.0 to 0.84.0.

Release notes

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

v0.84.0

ENHANCEMENTS:

  • access_group: Add support for email lists (#1445)
  • device_posture_rules: add support for Access client fields in device posture integrations (#1464)
  • page_shield: added support for page shield (#1459)

DEPENDENCIES:

  • deps: bumps actions/setup-go from 4 to 5 (#1460)
  • deps: bumps github/codeql-action from 2 to 3 (#1462)
  • deps: bumps golang.org/x/crypto from 0.14.0 to 0.17.0 (#1466)
Changelog

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

0.84.0 (December 20th, 2023)

ENHANCEMENTS:

  • access_group: Add support for email lists (#1445)
  • device_posture_rules: add support for Access client fields in device posture integrations (#1464)
  • page_shield: added support for page shield (#1459)

DEPENDENCIES:

  • deps: bumps actions/setup-go from 4 to 5 (#1460)
  • deps: bumps github/codeql-action from 2 to 3 (#1462)
  • deps: bumps golang.org/x/crypto from 0.14.0 to 0.17.0 (#1466)
Commits
  • cd4e10f Update CHANGELOG.md
  • 05bc5e6 Merge pull request #1463 from rexscaria/rex/gateway-rules-notification-settin...
  • 25fc8f3 use BoolPtr helper
  • 1d686d0 feat: added gateway rule notification settings
  • 88fe38f Update CHANGELOG.md for #1464
  • ace6e0e Merge pull request #1464 from kjhandy/khandy/add-device-posture-integration-a...
  • 7169cce s/AccessClientId/AccessClientID
  • f6b429a Update CHANGELOG.md for #1466
  • 1f0a2df Merge pull request #1466 from cloudflare/dependabot/go_modules/internal/tools...
  • 91986a7 add CHANGELOG for #1466
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (95c88dd) 48.75% compared to head (d5b1ca3) 48.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #431 +/- ## ======================================= Coverage 48.75% 48.75% ======================================= Files 25 25 Lines 3222 3222 ======================================= Hits 1571 1571 Misses 1477 1477 Partials 174 174 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.