Skip to content

Commit ed65962

Browse files
edegenetais-nxEric Degenetais
authored andcommitted
Merge pull request #12 from ansforge/feature/11_used_fixed_alertmanager_version
Feature/11 used fixed alertmanager version
1 parent d785765 commit ed65962

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

DISTRIBUTION.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1327
Fix for psc-rass-loader on 2024/04/12

psc-alertmanager/waypoint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ variable "image" {
8484

8585
variable "tag" {
8686
type = string
87-
default = "latest"
87+
default = "v0.27.0"
8888
}

psc-prometheus/waypoint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ variable "image" {
8383

8484
variable "tag" {
8585
type = string
86-
default = "latest"
86+
default = "2.51.0"
8787
}
8888

0 commit comments

Comments
 (0)