From b24a8b6da88301fa89bfdbf8db0ff1c3c7e47ec0 Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com> Date: Wed, 16 Oct 2024 05:52:51 -0700 Subject: [PATCH] Bump Cortex version to 1.18.1 (#510) * Bump Cortex version to 1.18.1 Signed-off-by: Friedrich Gonzalez * Reorder changelog Signed-off-by: Friedrich Gonzalez --------- Signed-off-by: Friedrich Gonzalez --- CHANGELOG.md | 3 ++- Chart.yaml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 876400bb..08034e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ ## master / unreleased -* [BUGFIX] fix: upstream_protocol reference in auth_orgs #509 * [ENHANCEMENT] Add `nginx.config.upstream_protocol` field to configure the upstream protocol in the nginx configuration #506 +* [BUGFIX] fix: upstream_protocol reference in auth_orgs #509 +* [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.18.1 #510 ## 2.4.0 / 2024-07-18 diff --git a/Chart.yaml b/Chart.yaml index 747ead07..b4e6c29e 100755 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 version: 2.4.0 -appVersion: v1.17.1 +appVersion: v1.18.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 bb6351e5..4c2295cb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # cortex -![Version: 2.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat-square) ![AppVersion: v1.17.1](https://img.shields.io/badge/AppVersion-v1.17.1-informational?style=flat-square) +![Version: 2.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat-square) ![AppVersion: v1.18.1](https://img.shields.io/badge/AppVersion-v1.18.1-informational?style=flat-square) Horizontally scalable, highly available, multi-tenant, long term Prometheus.