From d9704c96f5aa2e8f767f21aace44e02a8c322afd Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Sat, 17 Dec 2022 14:03:15 +0100 Subject: [PATCH] Prepare release 2.14.1 (#235) * Prepare release 2.14.1 Signed-off-by: Frank Jogeleit --- CHANGELOG.md | 5 +++++ charts/policy-reporter/Chart.lock | 6 +++--- charts/policy-reporter/Chart.yaml | 6 +++--- charts/policy-reporter/charts/ui/Chart.yaml | 4 ++-- charts/policy-reporter/charts/ui/values.yaml | 2 +- charts/policy-reporter/values.yaml | 2 +- manifest/policy-reporter-kyverno-ui-ha/install.yaml | 4 ++-- manifest/policy-reporter-kyverno-ui/install.yaml | 4 ++-- manifest/policy-reporter-ui/install.yaml | 4 ++-- manifest/policy-reporter/install.yaml | 2 +- manifest/violations-email-report/cronjob.yaml | 2 +- 11 files changed, 23 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ce0ff0..174f113f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# 2.14.1 + +* Policy Reporter + * Fix generate multiple custom metrics + # 2.14.0 * Policy Reporter * Persist also PolicyReport labels diff --git a/charts/policy-reporter/Chart.lock b/charts/policy-reporter/Chart.lock index 363b5a73..39582425 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.0 + version: 2.7.1 - name: kyvernoPlugin repository: "" version: 1.5.0 -digest: sha256:98bcfb5c8d8346439da04d127746619cff8797ff7ca2f51974dfa42a794db357 -generated: "2022-12-09T15:51:33.549508+01:00" +digest: sha256:d443567bd7118cfd1d6e6e73577f3c9a624002e9f6f1b972db6024d36077fd58 +generated: "2022-12-17T13:19:18.329825+01:00" diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index bc52f068..0327c05a 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.0 -appVersion: 2.11.0 +version: 2.14.1 +appVersion: 2.11.1 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.0" + version: "2.7.1" - name: kyvernoPlugin condition: kyvernoPlugin.enabled version: "1.5.0" diff --git a/charts/policy-reporter/charts/ui/Chart.yaml b/charts/policy-reporter/charts/ui/Chart.yaml index 8bafed12..09db5fef 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.0 -appVersion: 1.7.0 +version: 2.7.1 +appVersion: 1.7.1 diff --git a/charts/policy-reporter/charts/ui/values.yaml b/charts/policy-reporter/charts/ui/values.yaml index f21b0764..b8bd30c9 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.0 + tag: 1.7.1 # possible default displayModes: light/dark displayMode: "" diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index b179514d..a6db61a2 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.0 + tag: 2.11.1 imagePullSecrets: [] diff --git a/manifest/policy-reporter-kyverno-ui-ha/install.yaml b/manifest/policy-reporter-kyverno-ui-ha/install.yaml index 44784e7d..1dc01970 100644 --- a/manifest/policy-reporter-kyverno-ui-ha/install.yaml +++ b/manifest/policy-reporter-kyverno-ui-ha/install.yaml @@ -308,7 +308,7 @@ spec: spec: containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:1.7.0" + image: "ghcr.io/kyverno/policy-reporter-ui:1.7.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -371,7 +371,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.11.0" + image: "ghcr.io/kyverno/policy-reporter:2.11.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter-kyverno-ui/install.yaml b/manifest/policy-reporter-kyverno-ui/install.yaml index 6132972b..0eeec8a4 100644 --- a/manifest/policy-reporter-kyverno-ui/install.yaml +++ b/manifest/policy-reporter-kyverno-ui/install.yaml @@ -206,7 +206,7 @@ spec: spec: containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:1.7.0" + image: "ghcr.io/kyverno/policy-reporter-ui:1.7.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -259,7 +259,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.11.0" + image: "ghcr.io/kyverno/policy-reporter:2.11.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter-ui/install.yaml b/manifest/policy-reporter-ui/install.yaml index 4ad72550..aba94f71 100644 --- a/manifest/policy-reporter-ui/install.yaml +++ b/manifest/policy-reporter-ui/install.yaml @@ -94,7 +94,7 @@ spec: automountServiceAccountToken: false containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:1.7.0" + image: "ghcr.io/kyverno/policy-reporter-ui:1.7.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -147,7 +147,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.11.0" + image: "ghcr.io/kyverno/policy-reporter:2.11.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter/install.yaml b/manifest/policy-reporter/install.yaml index b1f57385..8b4176f4 100644 --- a/manifest/policy-reporter/install.yaml +++ b/manifest/policy-reporter/install.yaml @@ -78,7 +78,7 @@ spec: automountServiceAccountToken: true containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.11.0" + image: "ghcr.io/kyverno/policy-reporter:2.11.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/violations-email-report/cronjob.yaml b/manifest/violations-email-report/cronjob.yaml index 1eee5b3d..b20ef2e0 100644 --- a/manifest/violations-email-report/cronjob.yaml +++ b/manifest/violations-email-report/cronjob.yaml @@ -26,7 +26,7 @@ spec: restartPolicy: Never containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.11.0" + image: "ghcr.io/kyverno/policy-reporter:2.11.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false