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
15 changes: 15 additions & 0 deletions DISTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ Give this new distribution a semantic version number based on what changed (new

## History

### 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.

|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
Expand Down
2 changes: 1 addition & 1 deletion psc-alertmanager/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 = "v0.27.0"
}
2 changes: 1 addition & 1 deletion psc-prometheus/waypoint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ variable "image" {

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