Skip to content

Commit

Permalink
feat: Update core 0.15 (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Sep 7, 2023
2 parents 95d47a0 + 8622e15 commit de194e4
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 37 deletions.
40 changes: 38 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,45 @@ Changed
* Upgrade version of Mongosh from `1.7.1` to `1.10.1`.
* Upgrade version of Nginx from `1.23.3` to `1.25.1-alpine-slim`.
* Upgrade version of SeqCli from `2023.1` to `2023.2`
* Upgrade version of Admin GUI from `0.9.1` to `0.9.2`.
* Upgrade version of MinIO from `RELEASE.2023-02-10T18-48-39Z` to `RELEASE.2023-07-18T17-49-40Z`.
* Upgrade version of infrastructure from `0.0.2` to `0.1.0`.
* Upgrade version of infrastructure from `0.0.4` to `0.1.0`.

## [v2.15.1](https://github.com/aneoconsulting/armonik/tree/v2.15.0) (2023-08-29)

Changed
-

* Upgrade ArmoniK.Admin.GUI from `0.10.0` to `0.10.1` ([changelog](https://github.com/aneoconsulting/ArmoniK.Admin.GUI/releases/tag/v0.10.1))

Fixed
-

* Versions of the splitted deployment. It was still in 2.14

## [v2.15.0](https://github.com/aneoconsulting/armonik/tree/v2.15.0) (2023-08-29)

Changed
-

* Upgrade ArmoniK Infrastructure version from `0.0.2` to `0.0.4` ([raw changelog](https://github.com/aneoconsulting/ArmoniK.Infra/compare/0.0.2...0.0.4))
* Upgrade ArmoniK.Extension.Csharp version from `0.12.1` to `0.12.2` ([changelog](https://github.com/aneoconsulting/ArmoniK.Extensions.Csharp/releases/tag/0.12.2))
* Upgrade Core version from `0.14.3` to `0.15.0` ([changelog](https://github.com/aneoconsulting/ArmoniK.Core/releases/tag/0.15.0))
* Upgrade ArmoniK.Api from `3.10.0` to `3.11.0` ([changelog](https://github.com/aneoconsulting/ArmoniK.Api/releases/tag/3.11.0))
* Upgrade ArmoniK.Admin.GUI from `0.9.1` to `0.10.0` ([changelog](https://github.com/aneoconsulting/ArmoniK.Admin.GUI/releases/tag/v0.10.0))

Breaking
-

* [Infra]: The URL for the Admin gui has changed:
- `v0.10`: set to `/admin/`
- `v0.9`: moved from `/admin/` to `/admin-0.9/`
- `v0.8`: moved from `/admin-old/` to `/admin-0.8/`
* [API]: Filter API (for listing) have changed. This is breaking only if native APIs are used.

Added
-

* Deployment variable `environment_description` to pass information to the admin gui (defined in `parameters.tfvars`).

## [v2.14.0](https://github.com/aneoconsulting/armonik/tree/v2.14.0) (2023-07-05)

Expand Down
8 changes: 4 additions & 4 deletions armonik-versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
infra=0.1.0
core=0.14.3
worker=0.12.1
admin-gui=0.9.2
samples=v2.14.1
core=0.15.0
worker=0.12.2
admin-gui=0.10.1
samples=v2.15.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.14.3"
tag = "0.15.0"
image_pull_policy = "IfNotPresent"
port = 5001
limits = {
Expand Down Expand Up @@ -83,7 +83,7 @@ control_plane = {
admin_gui = {
name = "admin-app"
image = "armonik-admin-app"
tag = "0.9.2"
tag = "0.10.1"
port = 1080
limits = {
cpu = "1000m"
Expand Down Expand Up @@ -149,7 +149,7 @@ compute_plane = {
# ArmoniK polling agent
polling_agent = {
image = "armonik-polling-agent"
tag = "0.14.3"
tag = "0.15.0"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand All @@ -165,7 +165,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-worker"
tag = "0.12.1"
tag = "0.12.2"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "1000m"
Expand Down Expand Up @@ -208,7 +208,7 @@ compute_plane = {
# ArmoniK polling agent
polling_agent = {
image = "armonik-polling-agent"
tag = "0.14.3"
tag = "0.15.0"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand All @@ -224,7 +224,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-htcmock-worker"
tag = "0.14.3"
tag = "0.15.0"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "1000m"
Expand Down Expand Up @@ -267,7 +267,7 @@ compute_plane = {
# ArmoniK polling agent
polling_agent = {
image = "armonik-polling-agent"
tag = "0.14.3"
tag = "0.15.0"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand All @@ -283,7 +283,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-bench-worker"
tag = "0.14.3"
tag = "0.15.0"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "1000m"
Expand Down Expand Up @@ -326,7 +326,7 @@ compute_plane = {
# ArmoniK polling agent
polling_agent = {
image = "armonik-polling-agent"
tag = "0.14.3"
tag = "0.15.0"
image_pull_policy = "IfNotPresent"
limits = {
cpu = "2000m"
Expand All @@ -342,7 +342,7 @@ compute_plane = {
{
name = "worker"
image = "armonik-stream-worker"
tag = "0.14.3"
tag = "0.15.0"
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.14.3"
tag = "0.15.0"
},
"armonik-polling-agent" = {
image = "dockerhubaneo/armonik_pollingagent"
tag = "0.14.3"
tag = "0.15.0"
},
"armonik-worker" = {
image = "dockerhubaneo/armonik_worker_dll"
tag = "0.12.1"
tag = "0.12.2"
},
"armonik-htcmock-worker" = {
image = "dockerhubaneo/armonik_core_htcmock_test_worker"
tag = "0.14.3"
tag = "0.15.0"
},
"armonik-bench-worker" = {
image = "dockerhubaneo/armonik_core_bench_test_worker"
tag = "0.14.3"
tag = "0.15.0"
},
"armonik-stream-worker" = {
image = "dockerhubaneo/armonik_core_stream_test_worker"
tag = "0.14.3"
tag = "0.15.0"
},
"metrics-exporter" = {
image = "dockerhubaneo/armonik_control_metrics"
tag = "0.14.3"
tag = "0.15.0"
},
"partition-metrics-exporter" = {
image = "dockerhubaneo/armonik_control_partition_metrics"
tag = "0.14.3"
tag = "0.15.0"
},
"armonik-admin-app" = {
image = "dockerhubaneo/armonik_admin_app"
tag = "0.9.2"
tag = "0.10.1"
},
"armonik-admin-app-old" = {
image = "dockerhubaneo/armonik_admin_app"
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.14.3"
tag = "0.15.0"
image_pull_secrets = ""
service_type = "ClusterIP"
node_selector = { service = "metrics" }
Expand All @@ -98,7 +98,7 @@ monitoring = {
}
partition_metrics_exporter = {
image = "partition-metrics-exporter"
tag = "0.14.3"
tag = "0.15.0"
image_pull_secrets = ""
service_type = "ClusterIP"
node_selector = { service = "metrics" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ output:
delete:
terraform destroy \
-var-file $(PARAMETERS_FILE) \
-var-file $(VERSIONS_FILE) \
-var-file $(VERSIONS_FILE) \
-var 'namespace=$(NAMESPACE)' \
-auto-approve

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ compute_plane = {
worker = [
{
image = "dockerhubaneo/armonik_worker_dll"
tag = "0.12.1"
limits = {
cpu = "1000m" # set to null if you don't want to set it
memory = "1024Mi" # set to null if you don't want to set it
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ output:
delete:
terraform destroy \
-var-file $(PARAMETERS_FILE) \
-var-file $(VERSIONS_FILE) \
-var 'namespace=$(NAMESPACE)' \
-auto-approve

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ monitoring = {
}
metrics_exporter = {
image = "dockerhubaneo/armonik_control_metrics"
tag = "0.14.3"
tag = "0.15.0"
image_pull_secrets = ""
service_type = "ClusterIP"
node_selector = {}
Expand All @@ -66,7 +66,7 @@ monitoring = {
}
partition_metrics_exporter = {
image = "dockerhubaneo/armonik_control_partition_metrics"
tag = "0.14.3"
tag = "0.15.0"
image_pull_secrets = ""
service_type = "ClusterIP"
node_selector = {}
Expand Down
12 changes: 6 additions & 6 deletions versions.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"armonik_versions": {
"armonik": "2.14.0",
"armonik": "2.15.0",
"infra": "0.1.0",
"core": "0.14.3",
"api": "3.10.0",
"gui": "0.9.2",
"extcsharp": "0.12.1",
"samples": "2.14.1"
"core": "0.15.0",
"api": "3.11.0",
"gui": "0.10.1",
"extcsharp": "0.12.2",
"samples": "2.15.0"
},
"armonik_images": {
"armonik": [
Expand Down

0 comments on commit de194e4

Please sign in to comment.