diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f8dc9de..0041cec68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [main](https://github.com/aneoconsulting/armonik/tree/main) + + +## [v2.19.2](https://github.com/aneoconsulting/armonik/tree/v2.19.2) (2024-04-05) + +Changed +- + +* Upgrade version of ArmoniK Core from `0.23.0` to `0.23.2` [Changelog](https://github.com/aneoconsulting/ArmoniK.Core/releases). +* Upgrade version of ArmoniK Admin Gui from `0.11.4` to `0.11.6` [Changelog](https://github.com/aneoconsulting/ArmoniK.Admin.GUI/releases). + + +## [v2.19.1](https://github.com/aneoconsulting/ArmoniK/tree/v2.19.1) (2024-03-29) + +This version has been deleted and replace by the 2.19.2 version which still contains the multi-stage deployment. + + ## [v2.19.0](https://github.com/aneoconsulting/armonik/tree/v2.19.0) (2024-03-04) Changed @@ -35,7 +52,6 @@ Changed * Upgrade version of ArmoniK Admin Gui from `0.11.2` to `0.11.4` [Changelog](https://github.com/aneoconsulting/ArmoniK.Admin.GUI/releases) * Upgrade ArmoniK.Extensions.Csharp from `0.12.5` to `0.14.1` [Changelog](https://github.com/aneoconsulting/ArmoniK.Extensions.Csharp/releases) -## [main](https://github.com/aneoconsulting/armonik/tree/main) ## [v2.18.1](https://github.com/aneoconsulting/armonik/tree/v2.18.1) (2024-01-24) diff --git a/armonik-versions.txt b/armonik-versions.txt index 9b9a3fcf6..254a8ea13 100644 --- a/armonik-versions.txt +++ b/armonik-versions.txt @@ -1,5 +1,5 @@ infra=0.3.0 -core=0.23.0 +core=0.23.2 worker=0.14.2 -admin-gui=0.11.4 +admin-gui=0.11.6 samples=v2.19.0 diff --git a/versions.tfvars.json b/versions.tfvars.json index 17fdfa88f..282fb7004 100644 --- a/versions.tfvars.json +++ b/versions.tfvars.json @@ -1,10 +1,10 @@ { "armonik_versions": { - "armonik": "2.19.0", + "armonik": "2.19.2", "infra": "0.3.0", - "core": "0.23.0", + "core": "0.23.2", "api": "3.16.0", - "gui": "0.11.4", + "gui": "0.11.6", "extcsharp": "0.14.2", "samples": "2.19.0" },