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. 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" }