From 366672b4b5385d1d10cdcd06095ed36e6565726c Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Tue, 19 Oct 2021 10:31:41 +0200 Subject: [PATCH] release 1.12.4 Signed-off-by: Frank Jogeleit --- CHANGELOG.md | 3 +++ charts/policy-reporter/Chart.lock | 6 +++--- charts/policy-reporter/Chart.yaml | 4 ++-- charts/policy-reporter/charts/ui/Chart.yaml | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5880cb8..4198ccf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 1.12.4 +* Fix policy-reporter-ui ServiceName function [[#87](https://github.com/kyverno/policy-reporter/pull/87) by [m-yosefpor](https://github.com/m-yosefpor)] + # 1.12.3 * Fix policy-reporter-ui backend name [[#85](https://github.com/kyverno/policy-reporter/pull/85) by [m-yosefpor](https://github.com/m-yosefpor)] diff --git a/charts/policy-reporter/Chart.lock b/charts/policy-reporter/Chart.lock index 61f20351..1bd6ee3b 100644 --- a/charts/policy-reporter/Chart.lock +++ b/charts/policy-reporter/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 1.5.0 - name: ui repository: "" - version: 1.10.1 + version: 1.10.2 - name: kyvernoPlugin repository: "" version: 0.7.0 -digest: sha256:2c30b58ba444e495cd29849b9db69e871cc669baca4d386fbf7dd561629b5e44 -generated: "2021-10-18T22:17:42.5285264+02:00" +digest: sha256:bed47a80f4d6b4a518b20e91573fa3075e07f436a3579d1db97f0c59118de083 +generated: "2021-10-19T10:29:51.789472+02:00" diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 9941c668..8f060353 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -5,7 +5,7 @@ description: | It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord type: application -version: 1.12.3 +version: 1.12.4 appVersion: 1.10.1 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png @@ -23,7 +23,7 @@ dependencies: - name: ui condition: ui.enabled repository: "" - version: "1.10.1" + version: "1.10.2" - name: kyvernoPlugin condition: kyvernoPlugin.enabled repository: "" diff --git a/charts/policy-reporter/charts/ui/Chart.yaml b/charts/policy-reporter/charts/ui/Chart.yaml index c3924fc4..100125ce 100644 --- a/charts/policy-reporter/charts/ui/Chart.yaml +++ b/charts/policy-reporter/charts/ui/Chart.yaml @@ -3,5 +3,5 @@ name: ui description: Policy Reporter UI type: application -version: 1.10.1 +version: 1.10.2 appVersion: 0.15.0