Skip to content

Commit

Permalink
chore: update GUI version to 0.11.8 (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngruelaneo authored Apr 22, 2024
2 parents 59aafbe + c5853df commit e53db7b
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 62 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

## [main](https://github.com/aneoconsulting/armonik/tree/main)

## [v2.18.1.4](https://github.com/aneoconsulting/armonik/tree/v2.18.1.4) (2024-04-22)

Changed
-

* Upgrade version of ArmoniK Admin Gui from `0.11.7` to `0.11.8` [Changelog](https://github.com/aneoconsulting/ArmoniK.Admin.GUI/releases).


## [v2.18.1.3](https://github.com/aneoconsulting/armonik/tree/v2.18.1.3) (2024-04-19)

Changed
-

* Upgrade version of ArmoniK Core from `0.23.2` to `0.23.3` [Changelog](https://github.com/aneoconsulting/ArmoniK.Core/releases).
* Upgrade version of ArmoniK Api from `3.15.1` to `3.17.0` [Changelog](https://github.com/aneoconsulting/ArmoniK.API/releases).
* Upgrade version of ArmoniK Extensions Csharp from `0.12.5` to `0.12.6` [Changelog](https://github.com/aneoconsulting/ArmoniK.Extensions.Csharp/releases).
Errata: we removed this version to keep the same core and api version than 2.18.1.2. The version 2.18.1.4 has to be used instead.

## [v2.18.1.1](https://github.com/aneoconsulting/armonik/tree/v2.18.1.1) (2024-03-29)

Expand Down
6 changes: 3 additions & 3 deletions armonik-versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
infra=0.2.2
core=0.23.3
worker=0.12.6
admin-gui=0.11.7
core=0.23.2
worker=0.12.5
admin-gui=0.11.8
samples=v2.17.0
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ control_plane = {
service_type = "ClusterIP"
replicas = 1
image = "armonik-control-plane"
tag = "0.23.3"
tag = "0.23.2"
image_pull_policy = "IfNotPresent"
port = 5001
service_account_name = ""
Expand Down Expand Up @@ -82,7 +82,7 @@ control_plane = {
# Parameters of admin GUI
admin_gui = {
image = "armonik-admin-gui"
tag = "0.11.7"
tag = "0.11.8"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand All @@ -107,7 +107,7 @@ compute_plane = {
# ArmoniK polling agent
polling_agent = {
image = "armonik-polling-agent"
tag = "0.23.3"
tag = "0.23.2"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand All @@ -123,7 +123,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-worker"
tag = "0.12.6"
tag = "0.12.5"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "1000m"
Expand Down Expand Up @@ -167,7 +167,7 @@ compute_plane = {
# ArmoniK polling agent
polling_agent = {
image = "armonik-polling-agent"
tag = "0.23.3"
tag = "0.23.2"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand All @@ -183,7 +183,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-htcmock-worker"
tag = "0.23.3"
tag = "0.23.2"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "1000m"
Expand Down Expand Up @@ -227,7 +227,7 @@ compute_plane = {
# ArmoniK polling agent
polling_agent = {
image = "armonik-polling-agent"
tag = "0.23.3"
tag = "0.23.2"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand All @@ -243,7 +243,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-bench-worker"
tag = "0.23.3"
tag = "0.23.2"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "1000m"
Expand Down Expand Up @@ -287,7 +287,7 @@ compute_plane = {
# ArmoniK polling agent
polling_agent = {
image = "armonik-polling-agent"
tag = "0.23.3"
tag = "0.23.2"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand All @@ -303,7 +303,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-stream-worker"
tag = "0.23.3"
tag = "0.23.2"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "1000m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,39 +46,39 @@ ecr = {
},
"armonik-control-plane" = {
image = "dockerhubaneo/armonik_control"
tag = "0.23.3"
tag = "0.23.2"
},
"armonik-polling-agent" = {
image = "dockerhubaneo/armonik_pollingagent"
tag = "0.23.3"
tag = "0.23.2"
},
"armonik-worker" = {
image = "dockerhubaneo/armonik_worker_dll"
tag = "0.12.6"
tag = "0.12.5"
},
"armonik-htcmock-worker" = {
image = "dockerhubaneo/armonik_core_htcmock_test_worker"
tag = "0.23.3"
tag = "0.23.2"
},
"armonik-bench-worker" = {
image = "dockerhubaneo/armonik_core_bench_test_worker"
tag = "0.23.3"
tag = "0.23.2"
},
"armonik-stream-worker" = {
image = "dockerhubaneo/armonik_core_stream_test_worker"
tag = "0.23.3"
tag = "0.23.2"
},
"metrics-exporter" = {
image = "dockerhubaneo/armonik_control_metrics"
tag = "0.23.3"
tag = "0.23.2"
},
"partition-metrics-exporter" = {
image = "dockerhubaneo/armonik_control_partition_metrics"
tag = "0.23.3"
tag = "0.23.2"
},
"armonik-admin-gui" = {
image = "dockerhubaneo/armonik_admin_app"
tag = "0.11.7"
tag = "0.11.8"
},
mongosh = {
image = "rtsp/mongosh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ monitoring = {
}
metrics_exporter = {
image = "metrics-exporter"
tag = "0.23.3"
tag = "0.23.2"
image_pull_secrets = ""
service_type = "ClusterIP"
node_selector = { service = "metrics" }
Expand All @@ -99,7 +99,7 @@ monitoring = {
}
partition_metrics_exporter = {
image = "partition-metrics-exporter"
tag = "0.23.3"
tag = "0.23.2"
image_pull_secrets = ""
service_type = "ClusterIP"
node_selector = { service = "metrics" }
Expand Down
10 changes: 5 additions & 5 deletions infrastructure/quick-deploy/gcp/all-in-one/parameters.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ control_plane = {
default_partition = "default"
node_selector = { service = "control-plane" }
image = "submitterpubsub"
tag = "0.23.3-pubsub"
tag = "0.23.2-pubsub"
}

# Parameters of admin GUI
Expand Down Expand Up @@ -354,7 +354,7 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.23.3-pubsub"
tag = "0.23.2-pubsub"
}
# ArmoniK workers
worker = [
Expand Down Expand Up @@ -407,7 +407,7 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.23.3-pubsub"
tag = "0.23.2-pubsub"
}
# ArmoniK workers
worker = [
Expand Down Expand Up @@ -460,7 +460,7 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.23.3-pubsub"
tag = "0.23.2-pubsub"
}
# ArmoniK workers
worker = [
Expand Down Expand Up @@ -513,7 +513,7 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.23.3-pubsub"
tag = "0.23.2-pubsub"
}
# ArmoniK workers
worker = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ control_plane = {
default_partition = "default"
node_selector = { service = "control-plane" }
image = "submitterpubsub"
tag = "0.23.3-pubsub"
tag = "0.23.2-pubsub"
}

# Parameters of the compute plane
Expand All @@ -61,13 +61,13 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.23.3-pubsub"
tag = "0.23.2-pubsub"
}
# ArmoniK workers
worker = [
{
image = "dockerhubaneo/armonik_worker_dll"
tag = "0.12.6"
tag = "0.12.5"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand Down Expand Up @@ -115,13 +115,13 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.23.3-pubsub"
tag = "0.23.2-pubsub"
}
# ArmoniK workers
worker = [
{
image = "dockerhubaneo/armonik_core_stream_test_worker"
tag = "0.23.3"
tag = "0.23.2"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand Down Expand Up @@ -169,13 +169,13 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.23.3-pubsub"
tag = "0.23.2-pubsub"
}
# ArmoniK workers
worker = [
{
image = "dockerhubaneo/armonik_core_htcmock_test_worker"
tag = "0.23.3"
tag = "0.23.2"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand Down Expand Up @@ -223,13 +223,13 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.23.3-pubsub"
tag = "0.23.2-pubsub"
}
# ArmoniK workers
worker = [
{
image = "dockerhubaneo/armonik_core_bench_test_worker"
tag = "0.23.3"
tag = "0.23.2"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ variable "control_plane" {
service_type = optional(string, "ClusterIP")
replicas = optional(number, 2)
image = optional(string, "dockerhubaneo/armonik_control")
tag = optional(string, "0.23.3")
tag = optional(string, "0.23.2")
image_pull_policy = optional(string, "IfNotPresent")
port = optional(number, 5001)
limits = optional(object({
Expand Down Expand Up @@ -156,7 +156,7 @@ variable "admin_gui" {
type = object({
name = optional(string, "admin-app")
image = optional(string, "dockerhubaneo/armonik_admin_app")
tag = optional(string, "0.11.7")
tag = optional(string, "0.11.8")
port = optional(number, 1080)
limits = optional(object({
cpu = optional(string)
Expand Down
Loading

0 comments on commit e53db7b

Please sign in to comment.