-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into cbennett/lb-header-session-affinity
- Loading branch information
Showing
88 changed files
with
3,613 additions
and
2,865 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
```release-note:breaking-change | ||
pages_deployment: add support for auto pagination | ||
``` | ||
|
||
```release-note:enchancement | ||
pages_deployment: add Force to DeletePagesDeploymentParams | ||
``` | ||
|
||
```release-note:breaking-change | ||
pages_deployment: change DeletePagesDeploymentParams to contain all parameters | ||
``` | ||
|
||
```release-note:breaking-change | ||
pages_project: rename PagesProject to GetPagesProject | ||
``` | ||
|
||
```release-note:breaking-change | ||
pages_project: change to use ResourceContainer for account ID | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:breaking-change | ||
tunnel: swap `ConnectTimeout`, `TLSTimeout`, `TCPKeepAlive` and `KeepAliveTimeout` to `TunnelDuration` instead of `time.Duration` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
custom_nameservers: add support for managing custom nameservers | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:dependency | ||
deps: bumps github.com/urfave/cli/v2 from 2.25.5 to 2.25.6 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:dependency | ||
deps: bumps goreleaser/goreleaser-action from 4.2.0 to 4.3.0 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:dependency | ||
deps: bumps golang.org/x/net from 0.10.0 to 0.11.0 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
waiting_room: add support for `additional_routes` and `cookie_suffix` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:breaking-change | ||
railgun: remove support for railgun | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
```release-note:breaking-change | ||
virtualdns: remove support in favour of newer DNS firewall methods | ||
``` | ||
|
||
```release-note:breaking-change | ||
dns_firewall: modernise method signatures and conventions to align with the experimental client | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:dependency | ||
deps: bumps github.com/urfave/cli/v2 from 2.25.6 to 2.25.7 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
```release-note:breaking-change | ||
cloudflare: remove `api.AccountID` from client struct | ||
``` | ||
|
||
```release-note:breaking-change | ||
cloudflare: remove `UsingAccount` in favour of resource specific attributes | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
device_posture_rule: support os_version_extra | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
workers: Add ability to specify tail Workers in script metadata | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
```release-note:breaking-change | ||
access_application: refactor methods to use `ResourceContainer` instead of dedicated account/zone methods | ||
``` | ||
|
||
```release-note:enhancement | ||
access_application: add support for auto pagination | ||
``` | ||
|
||
```release-note:breaking-change | ||
access_ca_certificate: refactor methods to use `ResourceContainer` instead of dedicated account/zone methods | ||
``` | ||
|
||
```release-note:enhancement | ||
access_ca_certificate: add support for auto pagination | ||
``` | ||
|
||
```release-note:breaking-change | ||
access_group: refactor methods to use `ResourceContainer` instead of dedicated account/zone methods | ||
``` | ||
|
||
```release-note:enhancement | ||
access_group: add support for auto pagination | ||
``` | ||
|
||
```release-note:breaking-change | ||
access_identity_provider: refactor methods to use `ResourceContainer` instead of dedicated account/zone methods | ||
``` | ||
|
||
```release-note:enhancement | ||
access_identity_provider: add support for auto pagination | ||
``` | ||
|
||
```release-note:breaking-change | ||
access_mutual_tls_certificates: refactor methods to use `ResourceContainer` instead of dedicated account/zone methods | ||
``` | ||
|
||
```release-note:enhancement | ||
access_mutual_tls_certificates: add support for auto pagination | ||
``` | ||
|
||
```release-note:breaking-change | ||
access_organization: refactor methods to use `ResourceContainer` instead of dedicated account/zone methods | ||
``` | ||
|
||
```release-note:breaking-change | ||
access_policy: refactor methods to use `ResourceContainer` instead of dedicated account/zone methods | ||
``` | ||
|
||
```release-note:enhancement | ||
access_policy: add support for auto pagination | ||
``` | ||
|
||
```release-note:breaking-change | ||
access_service_tokens: refactor methods to use `ResourceContainer` instead of dedicated account/zone methods | ||
``` | ||
|
||
```release-note:breaking-change | ||
access_user_token: refactor methods to use `ResourceContainer` instead of dedicated account/zone methods | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:dependency | ||
deps: bumps dependabot/fetch-metadata from 1.5.1 to 1.6.0 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
```release-note:enhancement | ||
images: adds support for v2 when uploading images directly | ||
``` | ||
|
||
```release-note:breaking-change | ||
images: updated method signatures of `UploadImage` to match newer conventions and standards | ||
``` | ||
|
||
```release-note:breaking-change | ||
images: updated method signatures of `UpdateImage` to match newer conventions and standards | ||
``` | ||
|
||
```release-note:breaking-change | ||
images: updated method signatures of `ListImages` to match newer conventions and standards | ||
``` | ||
|
||
```release-note:breaking-change | ||
images: updated method signatures of `DeleteImage` to match newer conventions and standards | ||
``` | ||
|
||
```release-note:breaking-change | ||
images: renamed `ImageDetails` to `GetImage` to match library conventions | ||
``` | ||
|
||
```release-note:breaking-change | ||
images: renamed `BaseImage` to `GetBaseImage` to match library conventions | ||
``` | ||
|
||
```release-note:breaking-change | ||
images: renamed `ImagesStats` to `GetImagesStats` to match library conventions | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
resource_container: expose `Type` on `*ResourceContainer` to explicitly denote what type of resource it is instead of inferring from `Level`. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
```release-note:breaking-change | ||
logpush: all methods are updated to use the newer client conventions for method signatures | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `CreateAccountLogpushJob` is removed in favour of `CreateLogpushJob` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `CreateZoneLogpushJob` is removed in favour of `CreateLogpushJob` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `ListAccountLogpushJobs` is removed in favour of `ListLogpushJobs` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `ListZoneLogpushJobs` is removed in favour of `ListLogpushJobs` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `ListAccountLogpushJobsForDataset` is removed in favour of `ListLogpushJobsForDataset` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `ListZoneLogpushJobsForDataset` is removed in favour of `ListLogpushJobsForDataset` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `GetAccountLogpushFields` is removed in favour of `GetLogpushFields` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `GetZoneLogpushFields` is removed in favour of `GetLogpushFields` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `GetAccountLogpushJob` is removed in favour of `GetLogpushJob` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `GetZoneLogpushJob` is removed in favour of `GetLogpushJob` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `UpdateAccountLogpushJob` is removed in favour of `UpdateLogpushJob` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `UpdateZoneLogpushJob` is removed in favour of `UpdateLogpushJob` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `DeleteAccountLogpushJob` is removed in favour of `DeleteLogpushJob` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `DeleteZoneLogpushJob` is removed in favour of `DeleteLogpushJob` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `GetAccountLogpushOwnershipChallenge` is removed in favour of `GetLogpushOwnershipChallenge` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `GetZoneLogpushOwnershipChallenge` is removed in favour of `GetLogpushOwnershipChallenge` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `ValidateAccountLogpushOwnershipChallenge` is removed in favour of `ValidateLogpushOwnershipChallenge` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `ValidateZoneLogpushOwnershipChallenge` is removed in favour of `ValidateLogpushOwnershipChallenge` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `CheckAccountLogpushDestinationExists` is removed in favour of `CheckLogpushDestinationExists` with `ResourceContainer` method parameter | ||
``` | ||
|
||
```release-note:breaking-change | ||
logpush: `CheckZoneLogpushDestinationExists` is removed in favour of `CheckLogpushDestinationExists` with `ResourceContainer` method parameter | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:dependency | ||
deps: bumps golang.org/x/net from 0.11.0 to 0.12.0 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
```release-note:breaking-change | ||
rulesets: `GetZoneRuleset` is removed in favour of `GetRuleset` | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: `GetAccountRuleset` is removed in favour of `GetRuleset` | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: `CreateZoneRuleset` is removed in favour of `CreateRuleset` | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: `CreateAccountRuleset` is removed in favour of `CreateRuleset` | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: `DeleteZoneRuleset` is removed in favour of `DeleteRuleset` | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: `DeleteAccountRuleset` is removed in favour of `DeleteRuleset` | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: `UpdateZoneRuleset` is removed in favour of `UpdateRuleset` | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: `UpdateAccountRuleset` is removed in favour of `UpdateRuleset` | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: `GetZoneRulesetPhase` is removed in favour of `GetEntrypointRuleset` | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: `GetAccountRulesetPhase` is removed in favour of `GetEntrypointRuleset` | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: `UpdateZoneRulesetPhase` is removed in favour of `UpdateEntrypointRuleset` | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: `UpdateAccountRulesetPhase` is removed in favour of `UpdateEntrypointRuleset` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
images: adds ability to upload image by url | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
zone: Added `GetRegionalTieredCache` and `UpdateRegionalTieredCache` to allow setting Regional Tiered Cache for a zone. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.