From ec5cc9fdb37f2a268be79d733b798019d42aa94b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 13:14:18 +0000 Subject: [PATCH 1/2] chore(deps): update quay.io/cortexproject/cortex docker tag to v1.20.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Chart.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 93d41839..066cc724 100755 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 version: 2.6.0 -appVersion: v1.19.0 +appVersion: v1.20.0 description: 'Horizontally scalable, highly available, multi-tenant, long term Prometheus.' home: https://cortexmetrics.io/ icon: https://avatars2.githubusercontent.com/u/43045022?s=200&v=4 diff --git a/README.md b/README.md index 264e1b7b..d704a02b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # cortex -![Version: 2.6.0](https://img.shields.io/badge/Version-2.6.0-informational?style=flat-square) ![AppVersion: v1.19.0](https://img.shields.io/badge/AppVersion-v1.19.0-informational?style=flat-square) +![Version: 2.6.0](https://img.shields.io/badge/Version-2.6.0-informational?style=flat-square) ![AppVersion: v1.20.0](https://img.shields.io/badge/AppVersion-v1.20.0-informational?style=flat-square) Horizontally scalable, highly available, multi-tenant, long term Prometheus. From c7c1efc31cb4f473c19d972ea2af5a8c7185ebf0 Mon Sep 17 00:00:00 2001 From: Tom Hayward Date: Thu, 13 Nov 2025 08:52:20 -0500 Subject: [PATCH 2/2] changelog Signed-off-by: Tom Hayward --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5807dbc3..7926321d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * [BUGFIX] Fix restarting query-schedulers when config changes #559 * [ENHANCEMENT] Run overrides-exporter with high availability #557 * [DEPENDENCY] Update kiwigrid/k8s-sidecar docker tag to v1.30.5 #531 +* [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.20.0 #566 ## 2.6.0 / 2025-05-07