From ecd4407c27f643954a49bbbf5ce7fc3fbe12d4aa Mon Sep 17 00:00:00 2001 From: Rafael Yoshida Date: Tue, 11 Jun 2024 11:31:57 -0300 Subject: [PATCH 1/2] Bump Cortex version to 1.17.1 Signed-off-by: Rafael Yoshida --- CHANGELOG.md | 3 +++ Chart.yaml | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e027ae9..65289085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## master / unreleased +* [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.17.0 +* [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.17.1 + ## 2.3.0 / 2024-04-12 * [ENHANCEMENT] Alertmanager: Add `grpc` port #494 diff --git a/Chart.yaml b/Chart.yaml index db4cf4a2..411cbc8e 100755 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 version: 2.3.0 -appVersion: v1.16.0 +appVersion: v1.17.1 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 51e47124..1a6c775f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # cortex -![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![AppVersion: v1.16.0](https://img.shields.io/badge/AppVersion-v1.16.0-informational?style=flat-square) +![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![AppVersion: v1.17.1](https://img.shields.io/badge/AppVersion-v1.17.1-informational?style=flat-square) Horizontally scalable, highly available, multi-tenant, long term Prometheus. From a6df6b8aebb4f3275d5da7bc87477aba91982e85 Mon Sep 17 00:00:00 2001 From: Rafael Yoshida Date: Tue, 11 Jun 2024 14:44:09 -0300 Subject: [PATCH 2/2] Updated CHANGELOG.md with PR number Signed-off-by: Rafael Yoshida --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65289085..0dbe031e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ ## master / unreleased -* [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.17.0 -* [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.17.1 +* [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.17.1 #501 ## 2.3.0 / 2024-04-12