From 8337c378195e063edf30f6ef4a9b271e15115014 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Sun, 22 Jan 2023 13:12:25 +0100 Subject: [PATCH] update versions and chaneglog Signed-off-by: Frank Jogeleit --- CHANGELOG.md | 9 +++++++++ charts/policy-reporter/Chart.lock | 8 ++++---- charts/policy-reporter/Chart.yaml | 8 ++++---- charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml | 2 +- charts/policy-reporter/charts/ui/Chart.yaml | 4 ++-- charts/policy-reporter/charts/ui/values.yaml | 2 +- charts/policy-reporter/values.yaml | 2 +- 7 files changed, 22 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 174f113f..9d15f880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +# 2.15.0 + +* Add values to configure `topologySpreadConstraints` for all components [[#241](https://github.com/kyverno/policy-reporter/pull/241) by [Kostavro](https://github.com/Kostavro)] +* Fixing comment formats and deprecations [[#250](https://github.com/kyverno/policy-reporter/pull/250) by [fengshunli](https://github.com/fengshunli)] +* Add new APIs for PolicyReport and ClusterPolicyReport metadata (`/v1/policy-reports`, `/v1/cluster-policy-reports`) [[#251](https://github.com/kyverno/policy-reporter/pull/251) +* `search` filter also checks the resource kind +* Use correct probes in core deployment [[#236](https://github.com/kyverno/policy-reporter/pull/236) by [rgarcia89](https://github.com/rgarcia89)] +* Add source to PolicyReport Table and improve report-label API [[#252](https://github.com/kyverno/policy-reporter/pull/252) + # 2.14.1 * Policy Reporter diff --git a/charts/policy-reporter/Chart.lock b/charts/policy-reporter/Chart.lock index 39582425..740a8d7e 100644 --- a/charts/policy-reporter/Chart.lock +++ b/charts/policy-reporter/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.6.0 - name: ui repository: "" - version: 2.7.1 + version: 2.7.2 - name: kyvernoPlugin repository: "" - version: 1.5.0 -digest: sha256:d443567bd7118cfd1d6e6e73577f3c9a624002e9f6f1b972db6024d36077fd58 -generated: "2022-12-17T13:19:18.329825+01:00" + version: 1.5.1 +digest: sha256:42373a4f89c43d3b1edb0ba7945d281306af1c135e3dba8c2619d12871e63085 +generated: "2023-01-22T13:11:51.032276+01:00" diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 0327c05a..b64dc043 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.14.1 -appVersion: 2.11.1 +version: 2.15.0 +appVersion: 2.12.0 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png home: https://kyverno.github.io/policy-reporter @@ -21,7 +21,7 @@ dependencies: version: "2.6.0" - name: ui condition: ui.enabled - version: "2.7.1" + version: "2.7.2" - name: kyvernoPlugin condition: kyvernoPlugin.enabled - version: "1.5.0" + version: "1.5.1" diff --git a/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml b/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml index 5a070c12..223d1ee9 100644 --- a/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml +++ b/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml @@ -3,5 +3,5 @@ name: kyvernoPlugin description: Policy Reporter Kyverno Plugin type: application -version: 1.5.0 +version: 1.5.1 appVersion: 1.5.0 \ No newline at end of file diff --git a/charts/policy-reporter/charts/ui/Chart.yaml b/charts/policy-reporter/charts/ui/Chart.yaml index 09db5fef..acb7c940 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: 2.7.1 -appVersion: 1.7.1 +version: 2.7.2 +appVersion: 1.7.2 diff --git a/charts/policy-reporter/charts/ui/values.yaml b/charts/policy-reporter/charts/ui/values.yaml index e42b51ce..d2b95cc9 100644 --- a/charts/policy-reporter/charts/ui/values.yaml +++ b/charts/policy-reporter/charts/ui/values.yaml @@ -4,7 +4,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter-ui pullPolicy: IfNotPresent - tag: 1.7.1 + tag: 1.7.2 # possible default displayModes: light/dark displayMode: "" diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index e1ef2c48..70af210b 100644 --- a/charts/policy-reporter/values.yaml +++ b/charts/policy-reporter/values.yaml @@ -2,7 +2,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter pullPolicy: IfNotPresent - tag: 2.11.1 + tag: 2.12.0 imagePullSecrets: []