From de07f8e4d61f65c42cd999db8141cff5fda65d48 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Mon, 30 Sep 2024 14:54:28 +0200 Subject: [PATCH] prepare release 2.24.2 (#481) Signed-off-by: Frank Jogeleit --- CHANGELOG.md | 4 ++++ charts/policy-reporter/Chart.yaml | 4 ++-- charts/policy-reporter/values.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f1b98a..94fda6ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 2.24.2 +* Policy Reporter v2.20.2 + * Fix LeaderElection without configurared pushes + # 2.24.1 * Policy Reporter v2.20.1 * Propagate Slack channel Override [[#459](https://github.com/kyverno/policy-reporter/pull/459)] [[#460](https://github.com/kyverno/policy-reporter/pull/460)] by [jescarri](https://github.com/jescarri) diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index dffdc048..631df010 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -5,8 +5,8 @@ description: | It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord type: application -version: 2.24.1 -appVersion: 2.20.1 +version: 2.24.2 +appVersion: 2.20.2 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png home: https://kyverno.github.io/policy-reporter diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index cc0d0567..6d4beb91 100644 --- a/charts/policy-reporter/values.yaml +++ b/charts/policy-reporter/values.yaml @@ -5,7 +5,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter pullPolicy: IfNotPresent - tag: 2.20.1 + tag: 2.20.2 imagePullSecrets: []