From e6a827c392badb8de4acd0dcb15c55ade1f0c9cc Mon Sep 17 00:00:00 2001 From: fjogeleit Date: Mon, 18 Oct 2021 22:24:24 +0200 Subject: [PATCH] release 1.12.3 Signed-off-by: fjogeleit --- 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 1a41e222..c5880cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 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)] + # 1.12.2 * Fix CRD registration for PolicyReport and ClusterPolicyReport diff --git a/charts/policy-reporter/Chart.lock b/charts/policy-reporter/Chart.lock index 44d3643d..61f20351 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.0 + version: 1.10.1 - name: kyvernoPlugin repository: "" version: 0.7.0 -digest: sha256:9c81be2f483771e0192cc4309d58ee754502f51df7f1cd55bc50d207370dbc98 -generated: "2021-10-13T14:25:35.257173006+02:00" +digest: sha256:2c30b58ba444e495cd29849b9db69e871cc669baca4d386fbf7dd561629b5e44 +generated: "2021-10-18T22:17:42.5285264+02:00" diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 3066bcd3..9941c668 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.2 +version: 1.12.3 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.0" + version: "1.10.1" - 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 54f2612a..c3924fc4 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.0 +version: 1.10.1 appVersion: 0.15.0