diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d1af930..42aecedf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.24.1] - 2026-01-08 + +### Added + +- `AUTH0_INCLUDED_CONNECTIONS` config property to include only selected `connection`. [#1242] + +### Fixed + +- Fix `token exchange` profiles handling. [#1253] + ## [8.24.0] - 2025-12-22 ### Added @@ -1591,9 +1601,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1232]: https://github.com/auth0/auth0-deploy-cli/issues/1232 [#1239]: https://github.com/auth0/auth0-deploy-cli/issues/1239 [#1240]: https://github.com/auth0/auth0-deploy-cli/issues/1240 +[#1242]: https://github.com/auth0/auth0-deploy-cli/issues/1242 [#1244]: https://github.com/auth0/auth0-deploy-cli/issues/1244 [#1246]: https://github.com/auth0/auth0-deploy-cli/issues/1246 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.24.0...HEAD +[#1253]: https://github.com/auth0/auth0-deploy-cli/issues/1253 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.24.1...HEAD +[8.24.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.24.0...v8.24.1 [8.24.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.2...v8.24.0 [8.23.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.1...v8.23.2 [8.23.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.0...v8.23.1 diff --git a/docs/configuring-the-deploy-cli.md b/docs/configuring-the-deploy-cli.md index 5e05c49ae..442c671ae 100644 --- a/docs/configuring-the-deploy-cli.md +++ b/docs/configuring-the-deploy-cli.md @@ -91,6 +91,7 @@ Boolean. When enabled, will allow the tool to delete resources. Default: `false` Array of strings. Specifies which connections should be managed by the Deploy CLI. When configured, only the connections listed by name will be included in export and import operations. All other connections in the tenant will be completely ignored. This is particularly useful for: + - Managing only specific connections while preserving others (e.g., self-service SSO connections, third-party integrations) - Preventing accidental modifications to connections managed by other systems - Isolating connection management to specific subsets of your tenant diff --git a/package-lock.json b/package-lock.json index c57aa11ab..5da136a43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.24.0", + "version": "8.24.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.24.0", + "version": "8.24.1", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 45366dc01..218df3b97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.24.0", + "version": "8.24.1", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {