Skip to content

Commit

Permalink
chore: update ArmoniK.Extensions.Csharp to 0.14.2 (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Mar 8, 2024
2 parents ee7fb02 + 2949f59 commit 75e6cc8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
Changed
-

* Upgrade ArmoniK.Extensions.Csharp from `0.14.1` to `0.14.2` [Changelog](https://github.com/aneoconsulting/ArmoniK.Extensions.Csharp/releases)
* Upgrade version of ArmoniK Core from `0.21.0` to `0.23.0` [Changelog](https://github.com/aneoconsulting/ArmoniK.Core/releases).
* Upgrade version of ArmoniK Infra from `0.2.2` to `0.3.0` [Changelog](https://github.com/aneoconsulting/ArmoniK.infra/releases).
* Deprecate multi-stage deployment
* **Deprecate multi-stage deployment**

Added
-
Expand Down
2 changes: 1 addition & 1 deletion armonik-versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
infra=0.3.0
core=0.23.0
worker=0.14.1
worker=0.14.2
admin-gui=0.11.4
samples=v2.19.0
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-worker"
tag = "0.14.1"
tag = "0.14.2"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "1000m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ecr = {
},
"armonik-worker" = {
image = "dockerhubaneo/armonik_worker_dll"
tag = "0.14.1"
tag = "0.14.2"
},
"armonik-htcmock-worker" = {
image = "dockerhubaneo/armonik_core_htcmock_test_worker"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ compute_plane = {
worker = [
{
image = "dockerhubaneo/armonik_worker_dll"
tag = "0.14.1"
tag = "0.14.2"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gar = {
"armonik-worker" = [
{
image = "dockerhubaneo/armonik_worker_dll"
tag = "0.14.1"
tag = "0.14.2"
}
],
"armonik-htcmock-worker" = [
Expand Down
2 changes: 1 addition & 1 deletion versions.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"core": "0.23.0",
"api": "3.16.0",
"gui": "0.11.4",
"extcsharp": "0.14.1",
"extcsharp": "0.14.2",
"samples": "2.19.0"
},
"armonik_images": {
Expand Down

0 comments on commit 75e6cc8

Please sign in to comment.