Skip to content

Commit

Permalink
Merge pull request #12 from ansforge/feature/11_used_fixed_alertmanag…
Browse files Browse the repository at this point in the history
…er_version

Feature/11 used fixed alertmanager version
  • Loading branch information
edegenetais-nx authored and Eric Degenetais committed May 23, 2024
1 parent d785765 commit ed65962
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions DISTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Give this new distribution a semantic version number based on what changed (new

## History

### 1.0.4

This version adds fixed prometheus & alertmanager version to be able to rely on alertmanager's v2 API.
(no effective version change, we're just recording and stabilizing current versions)

|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.0.1`|


### 1.0.3

Fix for psc-rass-loader on 2024/04/12
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"
}

0 comments on commit ed65962

Please sign in to comment.