From d9aaca2100f6057c4a7deb6d4615951e824a95f1 Mon Sep 17 00:00:00 2001 From: Kushal <43465488+kushalshit27@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:00:19 +0530 Subject: [PATCH] 8.0.0 (#967) * CHANGELOG update * 8.0.0 * CHANGELOG lint --- CHANGELOG.md | 21 ++++++++++++++++++++- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40632b1d..b3ed2a30c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.0] - 2024-10-21 + +### Changed + +- Auth0 [v4.X](https://github.com/auth0/node-auth0/releases/tag/v4.10.0) migration +- The `delete` operation on the `emailProvider` resource will disable the email provider instead of deleting it. + +### Deprecated + +- Migration resource operation + +### Security + +- Security fixes from dependencies +- Node 18 LTS and newer LTS releases are supported. + + Doc: [v8 Migartion](./docs/v8_MIGRATION_GUIDE.md) + ## [7.24.3] - 2024-10-15 ### Fixed @@ -1090,7 +1108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#946]: https://github.com/auth0/auth0-deploy-cli/issues/946 [#954]: https://github.com/auth0/auth0-deploy-cli/issues/954 [#963]: https://github.com/auth0/auth0-deploy-cli/issues/963 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...HEAD +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...HEAD +[8.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...v8.0.0 [7.24.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...v7.24.3 [7.24.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...v7.24.2 [7.24.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.0...v7.24.1 diff --git a/README.md b/README.md index 816cec130..f93396044 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This guide will help you to a working implementation of the Deploy CLI tool used ### Prerequisites -- [Node](https://nodejs.dev/) version 10 or greater +- [Node](https://nodejs.dev/) version 18 or greater - [Auth0 Tenant](https://auth0.com/) ### Install the Deploy CLI diff --git a/package-lock.json b/package-lock.json index 48af89bd3..01fcf9c1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.24.3", + "version": "8.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.24.3", + "version": "8.0.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 28286d6a9..0a330ff0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.24.3", + "version": "8.0.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {