Skip to content

Commit d9aaca2

Browse files
authored
8.0.0 (#967)
* CHANGELOG update * 8.0.0 * CHANGELOG lint
1 parent 65ab9d2 commit d9aaca2

4 files changed

Lines changed: 24 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.0.0] - 2024-10-21
11+
12+
### Changed
13+
14+
- Auth0 [v4.X](https://github.com/auth0/node-auth0/releases/tag/v4.10.0) migration
15+
- The `delete` operation on the `emailProvider` resource will disable the email provider instead of deleting it.
16+
17+
### Deprecated
18+
19+
- Migration resource operation
20+
21+
### Security
22+
23+
- Security fixes from dependencies
24+
- Node 18 LTS and newer LTS releases are supported.
25+
26+
Doc: [v8 Migartion](./docs/v8_MIGRATION_GUIDE.md)
27+
1028
## [7.24.3] - 2024-10-15
1129

1230
### Fixed
@@ -1090,7 +1108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10901108
[#946]: https://github.com/auth0/auth0-deploy-cli/issues/946
10911109
[#954]: https://github.com/auth0/auth0-deploy-cli/issues/954
10921110
[#963]: https://github.com/auth0/auth0-deploy-cli/issues/963
1093-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...HEAD
1111+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...HEAD
1112+
[8.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...v8.0.0
10941113
[7.24.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...v7.24.3
10951114
[7.24.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...v7.24.2
10961115
[7.24.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.0...v7.24.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This guide will help you to a working implementation of the Deploy CLI tool used
7070
7171
### Prerequisites
7272

73-
- [Node](https://nodejs.dev/) version 10 or greater
73+
- [Node](https://nodejs.dev/) version 18 or greater
7474
- [Auth0 Tenant](https://auth0.com/)
7575

7676
### Install the Deploy CLI

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "7.24.3",
3+
"version": "8.0.0",
44
"description": "A command line tool for deploying updates to your Auth0 tenant",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)