-
Notifications
You must be signed in to change notification settings - Fork 598
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 support-teams-accounts-admin-override
- Loading branch information
Showing
21 changed files
with
263 additions
and
140 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 |
---|---|---|
@@ -1,19 +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 | ||
``` | ||
```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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
```release-note:enhancement | ||
r2_bucket: add support for getting a bucket | ||
``` | ||
```release-note:breaking-change | ||
r2_bucket: change creation time from string to *time.Time | ||
``` | ||
```release-note:enhancement | ||
r2_bucket: add support for getting a bucket | ||
``` | ||
|
||
```release-note:breaking-change | ||
r2_bucket: change creation time from string to *time.Time | ||
``` |
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 |
---|---|---|
@@ -1,59 +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 | ||
``` | ||
```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:enhancement | ||
access_application: add `skip_app_launcher_login_page` flag to skip the App Launcher landing page | ||
``` |
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-notes:enhancement | ||
worker_bindings: add support for `hyperdrive` bindings | ||
``` |
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 | ||
rulesets: Add `DeleteRulesetRule` | ||
``` |
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.27.0 to 0.28.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-notes:bug | ||
access_application: enable removing access application custom attributes and claims | ||
``` |
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 | ||
rulesets: Export `DeleteRulesetRuleParams` fields | ||
``` |
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-notes:bug | ||
cosmetic: Fix CRLF in changelog and test fixtures | ||
``` |
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
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.