From 1eb3862ee73d92cb9e695ddc24aad6bd806f8808 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Thu, 6 Apr 2023 11:24:38 +0200 Subject: [PATCH] prepare release Signed-off-by: Frank Jogeleit --- CHANGELOG.md | 7 +++++++ charts/policy-reporter/Chart.yaml | 4 ++-- charts/policy-reporter/README.md | 2 +- charts/policy-reporter/values.yaml | 2 +- manifest/policy-reporter-kyverno-ui-ha/install.yaml | 2 +- manifest/policy-reporter-kyverno-ui/install.yaml | 2 +- manifest/policy-reporter-ui/install.yaml | 2 +- manifest/policy-reporter/install.yaml | 2 +- manifest/violations-email-report/cronjob.yaml | 2 +- 9 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce08c1e..3304a97e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# 2.18.3 +* Policy Reporter + * new value to add `priorityClassName` to pods [[#283](https://github.com/kyverno/policy-reporter/pull/283) by [boniek83](https://github.com/boniek83)] + * fixed syntax error for policy reporter config.yaml [[#295](https://github.com/kyverno/policy-reporter/pull/295) by [nikolay-o](https://github.com/nikolay-o)] + * fixed customFields for kinesis targets [[#295](https://github.com/kyverno/policy-reporter/pull/295) by [nikolay-o](https://github.com/nikolay-o)] + * image signing and sbom generation for new Policy Reporter images + # 2.18.2 * Policy Reporter UI diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 6dc27c73..17b493a5 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.18.4 -appVersion: 2.14.1 +version: 2.18.3 +appVersion: 2.14.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/README.md b/charts/policy-reporter/README.md index 88a1368f..305720db 100644 --- a/charts/policy-reporter/README.md +++ b/charts/policy-reporter/README.md @@ -1,6 +1,6 @@ # Policy Reporter -![Version: v2.18.2](https://img.shields.io/badge/Version-v2.18.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.14.1](https://img.shields.io/badge/AppVersion-v2.14.1-informational?style=flat-square) +![Version: v2.18.3](https://img.shields.io/badge/Version-v2.18.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.14.2](https://img.shields.io/badge/AppVersion-v2.14.2-informational?style=flat-square) ## Motivation diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index 4bc0bb1e..8047e202 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.14.1 + tag: 2.14.2 imagePullSecrets: [] diff --git a/manifest/policy-reporter-kyverno-ui-ha/install.yaml b/manifest/policy-reporter-kyverno-ui-ha/install.yaml index 479da0eb..855b5f0e 100644 --- a/manifest/policy-reporter-kyverno-ui-ha/install.yaml +++ b/manifest/policy-reporter-kyverno-ui-ha/install.yaml @@ -372,7 +372,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.14.1" + image: "ghcr.io/kyverno/policy-reporter:2.14.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter-kyverno-ui/install.yaml b/manifest/policy-reporter-kyverno-ui/install.yaml index 351011cb..969b2394 100644 --- a/manifest/policy-reporter-kyverno-ui/install.yaml +++ b/manifest/policy-reporter-kyverno-ui/install.yaml @@ -260,7 +260,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.14.1" + image: "ghcr.io/kyverno/policy-reporter:2.14.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter-ui/install.yaml b/manifest/policy-reporter-ui/install.yaml index bf2c3d10..5e97adf3 100644 --- a/manifest/policy-reporter-ui/install.yaml +++ b/manifest/policy-reporter-ui/install.yaml @@ -148,7 +148,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.14.1" + image: "ghcr.io/kyverno/policy-reporter:2.14.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter/install.yaml b/manifest/policy-reporter/install.yaml index b130f6af..1352d5b9 100644 --- a/manifest/policy-reporter/install.yaml +++ b/manifest/policy-reporter/install.yaml @@ -82,7 +82,7 @@ spec: automountServiceAccountToken: true containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.14.1" + image: "ghcr.io/kyverno/policy-reporter:2.14.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/violations-email-report/cronjob.yaml b/manifest/violations-email-report/cronjob.yaml index ba0dc010..fdf7c9a7 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.14.1" + image: "ghcr.io/kyverno/policy-reporter:2.14.2" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false