-
Notifications
You must be signed in to change notification settings - Fork 611
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 sentinelone-operational-state
- Loading branch information
Showing
63 changed files
with
2,741 additions
and
568 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:dependency | ||
deps: bumps golang.org/x/time from 0.5.0 to 0.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,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-notes:enhancement | ||
ssl: add support for ssl/tls automatic mode setting | ||
``` |
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 | ||
errors: implement the Unwrap method for custom error types to access the wrapped errors via errors.Is and errors.As | ||
``` |
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.27.3 to 2.27.4 | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
waiting_room: add support for `enabled_origin_commands` | ||
``` |
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: Adjust struct of `hyperdrive` bindings to better align with wrangler.toml syntax | ||
``` |
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 "contains" field to custom cache key header | ||
``` |
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 | ||
teams_certificates: renamed `enabled` to `in_use` | ||
``` |
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 | ||
bot_management: add ai_bots_protection to public API | ||
``` |
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 | ||
dns: removed deprecated `ZoneID` and `ZoneName` 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-note:enhancement | ||
load_balancing: add account load balancer support | ||
``` |
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.28.0 to 0.29.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 | ||
device_posture_rule: add score field for custom_s2s posture rule | ||
``` |
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 | ||
infrastructure_targets: initialize CRUD endpoints for infrastructure access endpoints | ||
``` |
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:enhancement | ||
access_application: added target contexts support for access application type infrastructure | ||
``` | ||
|
||
```release-note:enhancement | ||
access_policy: added infrastructure connection rule support for access policy | ||
``` |
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/time from 0.6.0 to 0.7.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.29.0 to 0.30.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,24 @@ | ||
on: | ||
pull_request: {} | ||
workflow_dispatch: {} | ||
push: | ||
branches: | ||
- main | ||
- master | ||
schedule: | ||
- cron: '0 0 * * *' | ||
name: Semgrep config | ||
jobs: | ||
semgrep: | ||
name: semgrep/ci | ||
runs-on: ubuntu-latest | ||
env: | ||
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} | ||
SEMGREP_URL: https://cloudflare.semgrep.dev | ||
SEMGREP_APP_URL: https://cloudflare.semgrep.dev | ||
SEMGREP_VERSION_CHECK_URL: https://cloudflare.semgrep.dev/api/check-version | ||
container: | ||
image: semgrep/semgrep | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: semgrep ci |
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.