diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ccad7..6f81bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to the [`alteryx-deploy`](https://github.com/Akaizoku/altery The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.1](https://github.com/Akaizoku/alteryx-deploy/releases/2.0.1) - 2024-10-20 + +Fix key encryption and decryption issues. + +### Fixed + +- Fixed an issue with license API token and keys encryption during setup [[#36](https://github.com/Akaizoku/alteryx-deploy/issues/36)] +- Fixed an issue with license API token and keys decryption during download [[#36](https://github.com/Akaizoku/alteryx-deploy/issues/36)] +- Fixed an issue when license keys decryption during activation [[#36](https://github.com/Akaizoku/alteryx-deploy/issues/36)] +- Fixed an issue when license keys decryption during deactivation [[#36](https://github.com/Akaizoku/alteryx-deploy/issues/36)] +- Fixed an issue when attempting to redownload an existing major version without any patch available + ## [2.0.0](https://github.com/Akaizoku/alteryx-deploy/releases/2.0.0) - 2024-10-08 Complete revamp to provide support for new installers (2022.3+), license portal API, as well as guardrails and usefull error handling. diff --git a/README.md b/README.md index 57f7b3b..69936ed 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,13 @@ Download the latest stable version from the [`alteryx-deploy`](https://github.com/Akaizoku/alteryx-deploy) GitHub repository. ```powershell -curl --remote-name --remote-header-name "https://github.com/Akaizoku/alteryx-deploy/releases/download/2.0.0/alteryx-deploy-v2.0.0.zip" +curl --remote-name --remote-header-name "https://github.com/Akaizoku/alteryx-deploy/releases/download/2.0.1/alteryx-deploy-v2.0.1.zip" ``` Alternatively, if you do not wish to install the PowerShell modules required as dependencies, you can download the portable version. ```powershell -curl --remote-name --remote-header-name "https://github.com/Akaizoku/alteryx-deploy/releases/download/2.0.0/alteryx-deploy-v2.0.0-portable.zip" +curl --remote-name --remote-header-name "https://github.com/Akaizoku/alteryx-deploy/releases/download/2.0.1/alteryx-deploy-v2.0.1-portable.zip" ``` ### Configuration @@ -576,7 +576,8 @@ Only the first version supported is listed. Later releases should also be compat | [1.1.0] | [2021.3] | 5.0 | 1.2.5 | 1.0.1 | | [1.1.1] | [2021.3] | 5.0 | 1.2.5 | 1.0.1 | | [1.1.2] | [2021.3] | 5.0 | 1.2.5 | 1.0.1 | -| [2.0.0] | [2024.1] | 5.0 | 1.2.6 | 1.1.1 | +| [2.0.0] | [2024.1] | 5.1 | 1.2.6 | 1.1.1 | +| [2.0.1] | [2024.2] | 5.1 | 1.2.6 | 1.1.1 | ## Known issues @@ -611,4 +612,5 @@ If this occurs, simply run the command [`Stop-Transcript`](https://learn.microso [2.0.0]:https://github.com/Akaizoku/alteryx-deploy/releases/2.0.0 [2021.3]:https://help.alteryx.com/release-notes/server/server-20213-release-notes [2024.1]:https://help.alteryx.com/release-notes/en/release-notes/server-release-notes/server-2024-1-release-notes.html +[2024.2]:https://help.alteryx.com/release-notes/en/release-notes/server-release-notes/server-2024-2-release-notes.html [whitelist.alteryx.com]:(whitelist.alteryx.com)