From b45f64c3fbefea87039796f272b7ca9144d06492 Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Fri, 20 Sep 2024 16:39:22 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Ensure=20compatibility=20with=20the=20appli?= =?UTF-8?q?cation=20and=20inbetween=20m=C3=B9ongodb=20and=20mongo-express,?= =?UTF-8?q?=20as=20long=20as=20version=20semantics=20is=20honored.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psc-mongo-express/waypoint.hcl | 2 +- psc-mongodb/waypoint.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/psc-mongo-express/waypoint.hcl b/psc-mongo-express/waypoint.hcl index 2f44d0b..91408f4 100644 --- a/psc-mongo-express/waypoint.hcl +++ b/psc-mongo-express/waypoint.hcl @@ -83,5 +83,5 @@ variable "image" { variable "tag" { type = string - default = "latest" + default = "1.0" } diff --git a/psc-mongodb/waypoint.hcl b/psc-mongodb/waypoint.hcl index 90d842d..8e92ab1 100644 --- a/psc-mongodb/waypoint.hcl +++ b/psc-mongodb/waypoint.hcl @@ -84,5 +84,5 @@ variable "image" { variable "tag" { type = string - default = "latest" + default = "7.0" } From e4691fd436e2d47e5d7a0abb9072dd7f791d96ef Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Fri, 20 Sep 2024 16:47:16 +0200 Subject: [PATCH 2/2] Updating distribution changelog. --- DISTRIBUTION.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/DISTRIBUTION.md b/DISTRIBUTION.md index 28a9577..816aea1 100644 --- a/DISTRIBUTION.md +++ b/DISTRIBUTION.md @@ -10,7 +10,7 @@ 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 +**NB** : these version number and entry content are provisional, as 1.2.0 has not been released yet, as of 2024/09/20 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. @@ -18,6 +18,7 @@ This version adds the necessary change for the administration portal : - Switching to new versions of psc-ps-api & psc-toggle-manager to support the new toggle remove feature. - Switching to psc-amar-connector 1.1.0 to add the endpoint used to get feedback about ongoing message processing. - Switching to psc-extract 0.2.0 to add the status reporting and test file upload endpoints +- Locking major & minor versions of mongodb & mongo-express at respectively 7.0 and 1.0 to ensure reliability. |Component|Version| |---------|-------| @@ -29,6 +30,19 @@ This version adds the necessary change for the administration portal : |psc-admin-portal|`1.0.0`| +### 1.1.5 + +This version backports version control over mongodb (7.0.x) and mongoexpress (1.0.x). + +|Component|Version| +|---------|-------| +|psc-ps-api|`2.0.1`| +|psc-amar-connector|`1.0.3`| +|psc-toggle-manager|`0.0.2`| +|psc-rass-loader|`1.0.1`| +|psc-extract|`0.1.0`| + + ### 1.1.4 This version deploys a fixed version of psc-amar-connector to properly replicate main identity data into otehrId identities in AMAR. Released on 2024/07/25.