From b09c80113054cad1db499d5af00b159b798f53c5 Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez Date: Wed, 16 Oct 2024 12:18:34 +0200 Subject: [PATCH 1/2] Bump Cortex version to 1.18.1 Signed-off-by: Friedrich Gonzalez --- CHANGELOG.md | 1 + Chart.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 876400bb..c4bc68a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * [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 +* [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.18.1 ## 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. From 4d276e97e5ffc4d608cc5975c817496db4c7409e Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez Date: Wed, 16 Oct 2024 12:24:28 +0200 Subject: [PATCH 2/2] Reorder changelog Signed-off-by: Friedrich Gonzalez --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bc68a4..08034e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +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 -* [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.18.1 +* [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