From 9bb78157d0e9b1895aa8440ec4432c8688e7a5bc Mon Sep 17 00:00:00 2001 From: edegenetais-nx <62241606+edegenetais-nx@users.noreply.github.com> Date: Thu, 23 May 2024 09:59:50 +0200 Subject: [PATCH] Merge pull request #12 from ansforge/feature/11_used_fixed_alertmanager_version Feature/11 used fixed alertmanager version --- DISTRIBUTION.md | 13 +++++++++++++ psc-alertmanager/waypoint.hcl | 2 +- psc-prometheus/waypoint.hcl | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/DISTRIBUTION.md b/DISTRIBUTION.md index 35f2331..74627f1 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.1.1 + +This version adds fixed prometheus & alertmanager version to be able to rely on alertmanager's v2 API. +This doesn't change used versions, we record and stabilize current versions. + +|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 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" } 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" }