Skip to content

Commit

Permalink
chore: update to Armonik.Core 0.20.5 and GUI 0.11.2 (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Jan 24, 2024
2 parents e5ff4f3 + 6254be6 commit 9a3514d
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 53 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [v2.18.1](https://github.com/aneoconsulting/armonik/tree/v2.18.1) (2024-01-24)

Changed
-
* Upgrade version of ArmoniK Core from `0.20.2` to `0.20.5` [Changelog](https://github.com/aneoconsulting/ArmoniK.Core/releases).
* Upgrade version of ArmoniK Admin Gui from `0.11.1` to `0.11.2` [Changelog](https://github.com/aneoconsulting/ArmoniK.Admin.GUI/releases).


## [v2.18.0](https://github.com/aneoconsulting/armonik/tree/v2.18.0) (2024-01-12)

Changed
Expand Down
4 changes: 2 additions & 2 deletions armonik-versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
infra=0.2.2
core=0.20.2
core=0.20.5
worker=0.12.5
admin-gui=0.11.1
admin-gui=0.11.2
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.20.2"
tag = "0.20.5"
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.1"
tag = "0.11.2"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand All @@ -107,7 +107,7 @@ compute_plane = {
# ArmoniK polling agent
polling_agent = {
image = "armonik-polling-agent"
tag = "0.20.2"
tag = "0.20.5"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand Down Expand Up @@ -167,7 +167,7 @@ compute_plane = {
# ArmoniK polling agent
polling_agent = {
image = "armonik-polling-agent"
tag = "0.20.2"
tag = "0.20.5"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand All @@ -183,7 +183,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-htcmock-worker"
tag = "0.20.2"
tag = "0.20.5"
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.20.2"
tag = "0.20.5"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand All @@ -243,7 +243,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-bench-worker"
tag = "0.20.2"
tag = "0.20.5"
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.20.2"
tag = "0.20.5"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand All @@ -303,7 +303,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-stream-worker"
tag = "0.20.2"
tag = "0.20.5"
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.20.2"
tag = "0.20.5"
},
"armonik-polling-agent" = {
image = "dockerhubaneo/armonik_pollingagent"
tag = "0.20.2"
tag = "0.20.5"
},
"armonik-worker" = {
image = "dockerhubaneo/armonik_worker_dll"
tag = "0.12.5"
},
"armonik-htcmock-worker" = {
image = "dockerhubaneo/armonik_core_htcmock_test_worker"
tag = "0.20.2"
tag = "0.20.5"
},
"armonik-bench-worker" = {
image = "dockerhubaneo/armonik_core_bench_test_worker"
tag = "0.20.2"
tag = "0.20.5"
},
"armonik-stream-worker" = {
image = "dockerhubaneo/armonik_core_stream_test_worker"
tag = "0.20.2"
tag = "0.20.5"
},
"metrics-exporter" = {
image = "dockerhubaneo/armonik_control_metrics"
tag = "0.20.2"
tag = "0.20.5"
},
"partition-metrics-exporter" = {
image = "dockerhubaneo/armonik_control_partition_metrics"
tag = "0.20.2"
tag = "0.20.5"
},
"armonik-admin-gui" = {
image = "dockerhubaneo/armonik_admin_app"
tag = "0.11.1"
tag = "0.11.2"
},
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.20.2"
tag = "0.20.5"
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.20.2"
tag = "0.20.5"
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.20.2-pubsub"
tag = "0.20.5-pubsub"
}

# Parameters of admin GUI
Expand Down Expand Up @@ -354,7 +354,7 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.20.2-pubsub"
tag = "0.20.5-pubsub"
}
# ArmoniK workers
worker = [
Expand Down Expand Up @@ -407,7 +407,7 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.20.2-pubsub"
tag = "0.20.5-pubsub"
}
# ArmoniK workers
worker = [
Expand Down Expand Up @@ -460,7 +460,7 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.20.2-pubsub"
tag = "0.20.5-pubsub"
}
# ArmoniK workers
worker = [
Expand Down Expand Up @@ -513,7 +513,7 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.20.2-pubsub"
tag = "0.20.5-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.20.2-pubsub"
tag = "0.20.5-pubsub"
}

# Parameters of the compute plane
Expand All @@ -61,7 +61,7 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.20.2-pubsub"
tag = "0.20.5-pubsub"
}
# ArmoniK workers
worker = [
Expand Down Expand Up @@ -115,13 +115,13 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.20.2-pubsub"
tag = "0.20.5-pubsub"
}
# ArmoniK workers
worker = [
{
image = "dockerhubaneo/armonik_core_stream_test_worker"
tag = "0.20.2"
tag = "0.20.5"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand Down Expand Up @@ -169,13 +169,13 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.20.2-pubsub"
tag = "0.20.5-pubsub"
}
# ArmoniK workers
worker = [
{
image = "dockerhubaneo/armonik_core_htcmock_test_worker"
tag = "0.20.2"
tag = "0.20.5"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand Down Expand Up @@ -223,13 +223,13 @@ compute_plane = {
memory = "256Mi"
}
image = "pollingagentpubsub"
tag = "0.20.2-pubsub"
tag = "0.20.5-pubsub"
}
# ArmoniK workers
worker = [
{
image = "dockerhubaneo/armonik_core_bench_test_worker"
tag = "0.20.2"
tag = "0.20.5"
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.20.2")
tag = optional(string, "0.20.5")
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.1")
tag = optional(string, "0.11.2")
port = optional(number, 1080)
limits = optional(object({
cpu = optional(string)
Expand Down
20 changes: 10 additions & 10 deletions infrastructure/quick-deploy/gcp/multi-stages/gar/parameters.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ gar = {
"armonik-control-plane" = [
{
image = "dockerhubaneo/armonik_control"
tag = "0.20.2"
tag = "0.20.5"
},
{
image = "submitterpubsub"
tag = "0.20.2-pubsub"
tag = "0.20.5-pubsub"
}
],
"armonik-polling-agent" = [
{
image = "dockerhubaneo/armonik_pollingagent"
tag = "0.20.2"
tag = "0.20.5"
},
{
image = "pollingagentpubsub"
tag = "0.20.2-pubsub"
tag = "0.20.5-pubsub"
}
],
"armonik-worker" = [
Expand All @@ -48,37 +48,37 @@ gar = {
"armonik-htcmock-worker" = [
{
image = "dockerhubaneo/armonik_core_htcmock_test_worker"
tag = "0.20.2"
tag = "0.20.5"
}
],
"armonik-bench-worker" = [
{
image = "dockerhubaneo/armonik_core_bench_test_worker"
tag = "0.20.2"
tag = "0.20.5"
}
],
"armonik-stream-worker" = [
{
image = "dockerhubaneo/armonik_core_stream_test_worker"
tag = "0.20.2"
tag = "0.20.5"
}
],
"metrics-exporter" = [
{
image = "dockerhubaneo/armonik_control_metrics"
tag = "0.20.2"
tag = "0.20.5"
}
],
"partition-metrics-exporter" = [
{
image = "dockerhubaneo/armonik_control_partition_metrics"
tag = "0.20.2"
tag = "0.20.5"
}
],
"armonik-admin-app" = [
{
image = "dockerhubaneo/armonik_admin_app"
tag = "0.11.1"
tag = "0.11.2"
},
],
mongosh = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ variable "metrics_exporter" {
description = "Metrics exporter configuration"
type = object({
image_name = optional(string, "dockerhubaneo/armonik_control_metrics")
image_tag = optional(string, "0.20.2")
image_tag = optional(string, "0.20.5")
pull_secrets = optional(string, "")
service_type = optional(string, "ClusterIP")
node_selector = optional(any, {})
Expand All @@ -74,7 +74,7 @@ variable "partition_metrics_exporter" {
description = "Partition metrics exporter configuration (nullable)"
type = object({
image_name = optional(string, "dockerhubaneo/armonik_control_partition_metrics")
image_tag = optional(string, "0.20.2")
image_tag = optional(string, "0.20.5")
pull_secrets = optional(string, "")
service_type = optional(string, "ClusterIP")
node_selector = optional(any, {})
Expand Down
Loading

0 comments on commit 9a3514d

Please sign in to comment.