Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion DISTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ 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.
- Adjusting kibana, prometheus and rabbitMQ(management UI) configuration to make them avaiable through 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|
|---------|-------|
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion psc-mongo-express/waypoint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ variable "image" {

variable "tag" {
type = string
default = "latest"
default = "1.0"
}
2 changes: 1 addition & 1 deletion psc-mongodb/waypoint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ variable "image" {

variable "tag" {
type = string
default = "latest"
default = "7.0"
}