File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ Give this new distribution a semantic version number based on what changed (new
88
99## History
1010
11+ ### 1.0.4
12+
13+ This version adds fixed prometheus & alertmanager version to be able to rely on alertmanager's v2 API.
14+ (no effective version change, we're just recording and stabilizing current versions)
15+
16+ | Component| Version|
17+ | ---------| -------|
18+ | psc-ps-api| ` 2.0.1 ` |
19+ | psc-amar-connector| ` 1.0.0 ` |
20+ | psc-toggle-manager| ` 0.0.2 ` |
21+ | psc-rass-loader| ` 1.0.1 ` |
22+ | psc-extract| ` 0.0.1 ` |
23+
24+
1125### 1.0.3
1226
1327Fix for psc-rass-loader on 2024/04/12
Original file line number Diff line number Diff line change @@ -84,5 +84,5 @@ variable "image" {
8484
8585variable "tag" {
8686 type = string
87- default = " latest "
87+ default = " v0.27.0 "
8888}
Original file line number Diff line number Diff line change @@ -83,6 +83,6 @@ variable "image" {
8383
8484variable "tag" {
8585 type = string
86- default = " latest "
86+ default = " 2.51.0 "
8787}
8888
You can’t perform that action at this time.
0 commit comments