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

chore(deps): bump github.com/cloudflare/cloudflare-go from 0.64.0 to 0.74.0 #399

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps github.com/cloudflare/cloudflare-go from 0.64.0 to 0.74.0.

Release notes

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

v0.74.0

ENHANCEMENTS:

  • access_application: Add support for custom pages (#1343)
  • access_custom_page: Add support for custom pages (#1343)
  • access_organization: add support for custom pages (#1343)
  • rulesets: Remove internal-only schema kind (#1346)
  • rulesets: Remove some request parameters that are not allowed or have no effect (#1346)
  • rulesets: Update API reference links (#1346)
  • teams-accounts: Adds support for protocol detection (#1340)
  • workers: Add pipeline_hash field to Workers script response struct. (#1330)
  • workers: Add support for declaring arbitrary bindings with UnsafeBinding. (#1330)
  • workers: Add support for uploading scripts to a Workers for Platforms namespace. (#1330)
  • workers: Add support for uploading workers with Workers for Platforms namespace bindings. (#1330)

BUG FIXES:

  • flarectl: allow for create or update to actually create the record (#1341)
  • load_balancing: Fix pool creation with MinimumOrigins set to 0 (#1338)
  • workers: Fix namespace dispatch upload API path (#1345)

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:

... (truncated)

Changelog

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

0.74.0 (August 2nd, 2023)

ENHANCEMENTS:

  • access_application: Add support for custom pages (#1343)
  • access_custom_page: Add support for custom pages (#1343)
  • access_organization: add support for custom pages (#1343)
  • rulesets: Remove internal-only schema kind (#1346)
  • rulesets: Remove some request parameters that are not allowed or have no effect (#1346)
  • rulesets: Update API reference links (#1346)
  • teams-accounts: Adds support for protocol detection (#1340)
  • workers: Add pipeline_hash field to Workers script response struct. (#1330)
  • workers: Add support for declaring arbitrary bindings with UnsafeBinding. (#1330)
  • workers: Add support for uploading scripts to a Workers for Platforms namespace. (#1330)
  • workers: Add support for uploading workers with Workers for Platforms namespace bindings. (#1330)

BUG FIXES:

  • flarectl: allow for create or update to actually create the record (#1341)
  • load_balancing: Fix pool creation with MinimumOrigins set to 0 (#1338)
  • workers: Fix namespace dispatch upload API path (#1345)

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)

... (truncated)

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 show <dependency name> 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)

Bumps [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) from 0.64.0 to 0.74.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.64.0...v0.74.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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 14, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2023

Superseded by #403.

@dependabot dependabot bot closed this Aug 21, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/dev/github.com/cloudflare/cloudflare-go-0.74.0 branch August 21, 2023 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants