From aa3e4ebc520618121c1f87c20294aeb195a8a208 Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Wed, 22 May 2024 15:59:32 +0200 Subject: [PATCH 1/4] Used current 'latest' version as fixed deterministic alaertmanager version. --- psc-alertmanager/waypoint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psc-alertmanager/waypoint.hcl b/psc-alertmanager/waypoint.hcl index c8a94e8..1ce537f 100644 --- a/psc-alertmanager/waypoint.hcl +++ b/psc-alertmanager/waypoint.hcl @@ -84,5 +84,5 @@ variable "image" { variable "tag" { type = string - default = "latest" + default = "v0.27.0" } From 81274ee2b413556d06fdc3ac4ba684fc501c1b4c Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Wed, 22 May 2024 16:13:02 +0200 Subject: [PATCH 2/4] To make things secure, we also need to get control over the prometheus version. NB : this is NOT the latest fixed tag as of 2024/05/22, BUT it is the current production version. --- psc-prometheus/waypoint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psc-prometheus/waypoint.hcl b/psc-prometheus/waypoint.hcl index 5dbfc40..3f537e0 100644 --- a/psc-prometheus/waypoint.hcl +++ b/psc-prometheus/waypoint.hcl @@ -83,6 +83,6 @@ variable "image" { variable "tag" { type = string - default = "latest" + default = "2.51.0" } From 985c551f720266ecc7b98caf07db5b50e663ce9f Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Wed, 22 May 2024 16:16:44 +0200 Subject: [PATCH 3/4] Adding the provisional distribution history entry for version 1.2.0 (which may or may not stay that way until release). --- DISTRIBUTION.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/DISTRIBUTION.md b/DISTRIBUTION.md index 35f2331..329bbcc 100644 --- a/DISTRIBUTION.md +++ b/DISTRIBUTION.md @@ -8,6 +8,19 @@ Give this new distribution a semantic version number based on what changed (new ## History +### 1.2.0 + +This version adds the necessary change for the administration portal : +- Using fixed prometheus & alertmanager version to be able to rely on alertmanager's v2 API. + +|Component|Version| +|---------|-------| +|psc-ps-api|`2.0.1`| +|psc-amar-connector|`1.0.0`| +|psc-toggle-manager|`0.0.2`| +|psc-rass-loader|`1.0.1`| +|psc-extract|`0.1.0`| + ### 1.1.0 Adding a sha256 digest to all archives produced by psc-extract to allow the downloader From 3a21df85df0e716f9d7ff65f8de5e95360fed9e5 Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Wed, 22 May 2024 16:19:33 +0200 Subject: [PATCH 4/4] Add provisional version entry warning. --- DISTRIBUTION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DISTRIBUTION.md b/DISTRIBUTION.md index 329bbcc..0f69398 100644 --- a/DISTRIBUTION.md +++ b/DISTRIBUTION.md @@ -10,6 +10,8 @@ Give this new distribution a semantic version number based on what changed (new ### 1.2.0 +**NB** : these version number and entry content are provisional, as 1.2.0 has not been released yet, as of 2024/05/22 + This version adds the necessary change for the administration portal : - Using fixed prometheus & alertmanager version to be able to rely on alertmanager's v2 API.