Skip to content

Commit

Permalink
Release v1.13.2 (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg authored Apr 29, 2023
1 parent 6779b00 commit ed6d0f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master / unreleased

## 1.13.2 / 2023-04-29

* [CHANGE] Use policy/v1 PodDisruptionBudget to support k8s 1.25+

## 1.11.1 / 2023-01-13
Expand Down
6 changes: 3 additions & 3 deletions cortex/images.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
memcachedExporter: 'prom/memcached-exporter:v0.6.0',

// Our services.
cortex: 'cortexproject/cortex:v1.11.1',
cortex: 'cortexproject/cortex:v1.13.2',

alertmanager: self.cortex,
distributor: self.cortex,
Expand All @@ -20,7 +20,7 @@
query_scheduler: self.cortex,

overrides_exporter: self.cortex,
query_tee: 'quay.io/cortexproject/query-tee:v1.11.1',
testExporter: 'cortexproject/test-exporter:v1.11.1',
query_tee: 'quay.io/cortexproject/query-tee:v1.13.2',
testExporter: 'cortexproject/test-exporter:v1.13.2',
},
}

0 comments on commit ed6d0f2

Please sign in to comment.