From 3a61b0b1edd8fc3487a0d7d1c263221304974191 Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Fri, 22 May 2026 15:07:20 +0530 Subject: [PATCH 1/3] chore: update changelog for next release --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5581abe4d..a6e465e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add `AUTH0_IGNORE_DRY_RUN_FIELDS` configuration option, a map of handler type → field paths to exclude from `--dry-run` diff comparisons. Merges additively with each handler's built-in defaults so users can suppress noise from fields the Management API never returns (e.g. `client_secret`, action `secrets`, email provider `credentials.api_key`) without losing the curated defaults. +- Add `AUTH0_IGNORE_DRY_RUN_FIELDS` configuration option, a map of handler type → field paths to exclude from `--dry-run` diff comparisons. Merges additively with each handler's built-in defaults so users can suppress noise from fields the Management API never returns (e.g. `client_secret`, action `secrets`, email provider `credentials.api_key`) without losing the curated defaults. [#1385] +- Add hostnames and CIDR fields to network ACL match schema. [#1386] +- Add `ES384` and `ES512` as valid `dpop_signing_alg` values for OIDC and Okta enterprise connections (GA). [#1391] + +### Fixed + +- Fix keyword markers in themes not being preserved during default export configuration. [#1387] + +### Deprecated + +- Deprecate support for absolute paths and paths outside the config root in config file handlers (`actions`, `actionModules`, `databases`, directory and YAML contexts). A warning is now emitted when such paths are detected. Support will be removed in a future major version. [#1392] ## [8.34.0] - 2026-05-11 From 640d7b11111f094220f19b2d91590d01fdf4deba Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Fri, 22 May 2026 15:14:25 +0530 Subject: [PATCH 2/3] 8.35.0 --- CHANGELOG.md | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e465e00..782cb0406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,20 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.35.0] - 2026-05-22 + ### Added - Add `AUTH0_IGNORE_DRY_RUN_FIELDS` configuration option, a map of handler type → field paths to exclude from `--dry-run` diff comparisons. Merges additively with each handler's built-in defaults so users can suppress noise from fields the Management API never returns (e.g. `client_secret`, action `secrets`, email provider `credentials.api_key`) without losing the curated defaults. [#1385] - Add hostnames and CIDR fields to network ACL match schema. [#1386] - Add `ES384` and `ES512` as valid `dpop_signing_alg` values for OIDC and Okta enterprise connections (GA). [#1391] -### Fixed - -- Fix keyword markers in themes not being preserved during default export configuration. [#1387] - ### Deprecated - Deprecate support for absolute paths and paths outside the config root in config file handlers (`actions`, `actionModules`, `databases`, directory and YAML contexts). A warning is now emitted when such paths are detected. Support will be removed in a future major version. [#1392] +### Fixed + +- Fix keyword markers in themes not being preserved during default export configuration. [#1387] + ## [8.34.0] - 2026-05-11 ### Added @@ -1792,7 +1794,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1379]: https://github.com/auth0/auth0-deploy-cli/issues/1379 [#1380]: https://github.com/auth0/auth0-deploy-cli/issues/1380 [#1381]: https://github.com/auth0/auth0-deploy-cli/issues/1381 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.34.0...HEAD +[#1385]: https://github.com/auth0/auth0-deploy-cli/issues/1385 +[#1386]: https://github.com/auth0/auth0-deploy-cli/issues/1386 +[#1387]: https://github.com/auth0/auth0-deploy-cli/issues/1387 +[#1391]: https://github.com/auth0/auth0-deploy-cli/issues/1391 +[#1392]: https://github.com/auth0/auth0-deploy-cli/issues/1392 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.35.0...HEAD +[8.35.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.34.0...v8.35.0 [8.34.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.33.0...v8.34.0 [8.33.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.32.0...v8.33.0 [8.32.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.31.0...v8.32.0 diff --git a/package.json b/package.json index d94119b44..aebbc2e47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.34.0", + "version": "8.35.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": { From e00f075ea0b7da424661c2e5d1e487263eef0a99 Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Fri, 22 May 2026 15:24:21 +0530 Subject: [PATCH 3/3] chore: update changelog for 8.35.0 release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 782cb0406..63cee0652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add `AUTH0_IGNORE_DRY_RUN_FIELDS` configuration option, a map of handler type → field paths to exclude from `--dry-run` diff comparisons. Merges additively with each handler's built-in defaults so users can suppress noise from fields the Management API never returns (e.g. `client_secret`, action `secrets`, email provider `credentials.api_key`) without losing the curated defaults. [#1385] +- Add `AUTH0_IGNORE_DRY_RUN_FIELDS` config option to exclude specified fields from `--dry-run` diff output per handler type. [#1385] - Add hostnames and CIDR fields to network ACL match schema. [#1386] - Add `ES384` and `ES512` as valid `dpop_signing_alg` values for OIDC and Okta enterprise connections (GA). [#1391] ### Deprecated -- Deprecate support for absolute paths and paths outside the config root in config file handlers (`actions`, `actionModules`, `databases`, directory and YAML contexts). A warning is now emitted when such paths are detected. Support will be removed in a future major version. [#1392] +- Deprecate absolute and external file path references in config handlers; a warning is emitted when detected. Support will be removed in a future major version. [#1392] ### Fixed