diff --git a/CHANGELOG.md b/CHANGELOG.md index a51e370e..08132361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +# 2.21.0 +* Policy Reporter + * Migrate to AWS SDK v2 + * Dependency Update + * Create Roles/ Rolebindings when service account is not managed [[#348](https://github.com/kyverno/policy-reporter/pull/348) by [josqu4red](https://github.com/josqu4red)] +* Policy Reporter UI + * Update GO dependencies +* Policy Reporter Kyverno Plugin + * Update GO dependencies + # 2.20.1 * Policy Reporter * fix: scope kind mapping diff --git a/charts/policy-reporter/Chart.lock b/charts/policy-reporter/Chart.lock index 10595247..e846de81 100644 --- a/charts/policy-reporter/Chart.lock +++ b/charts/policy-reporter/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.8.0 - name: ui repository: "" - version: 2.10.0 + version: 2.10.1 - name: kyvernoPlugin repository: "" - version: 1.6.0 -digest: sha256:3edbe675390dbbf4dae03550414ebc1639a239fd6fefb230127fc166085334f4 -generated: "2023-09-08T17:12:54.107302+02:00" + version: 1.6.1 +digest: sha256:b9fa7ca2c2245840d8e6b1202986589a948b8151b77c61bc8364f5899240b713 +generated: "2023-10-20T11:23:44.58793+02:00" diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 36f029ce..726bcacd 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.20.1 -appVersion: 2.16.1 +version: 2.21.0 +appVersion: 2.17.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.8.0" - name: ui condition: ui.enabled - version: "2.10.0" + version: "2.10.1" - name: kyvernoPlugin condition: kyvernoPlugin.enabled - version: "1.6.0" + version: "1.6.1" diff --git a/charts/policy-reporter/README.md b/charts/policy-reporter/README.md index 31141d05..58476cbf 100644 --- a/charts/policy-reporter/README.md +++ b/charts/policy-reporter/README.md @@ -1,6 +1,6 @@ # Policy Reporter -![Version: v2.20.1](https://img.shields.io/badge/Version-v2.20.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.16.1](https://img.shields.io/badge/AppVersion-v2.16.1-informational?style=flat-square) +![Version: v2.21.0](https://img.shields.io/badge/Version-v2.21.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.17.0](https://img.shields.io/badge/AppVersion-v2.17.0-informational?style=flat-square) ## Motivation diff --git a/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml b/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml index 3f184802..150c88ee 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.6.0 -appVersion: 1.6.0 \ No newline at end of file +version: 1.6.1 +appVersion: 1.6.1 \ No newline at end of file diff --git a/charts/policy-reporter/charts/kyvernoPlugin/values.yaml b/charts/policy-reporter/charts/kyvernoPlugin/values.yaml index d12d1ff3..547a732d 100644 --- a/charts/policy-reporter/charts/kyvernoPlugin/values.yaml +++ b/charts/policy-reporter/charts/kyvernoPlugin/values.yaml @@ -2,7 +2,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter-kyverno-plugin pullPolicy: IfNotPresent - tag: 1.6.0 + tag: 1.6.1 imagePullSecrets: [] diff --git a/charts/policy-reporter/charts/ui/Chart.yaml b/charts/policy-reporter/charts/ui/Chart.yaml index 2ccc13ec..bd9bcafd 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.10.0 -appVersion: 1.9.0 +version: 2.10.1 +appVersion: 1.9.1 diff --git a/charts/policy-reporter/charts/ui/values.yaml b/charts/policy-reporter/charts/ui/values.yaml index 0a20e513..ec7067ef 100644 --- a/charts/policy-reporter/charts/ui/values.yaml +++ b/charts/policy-reporter/charts/ui/values.yaml @@ -9,7 +9,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter-ui pullPolicy: IfNotPresent - tag: 1.9.0 + tag: 1.9.1 # possible default displayModes: light/dark displayMode: "" diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index 95e7f6a8..43069ccf 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.16.1 + tag: 2.17.0 imagePullSecrets: [] diff --git a/manifest/policy-reporter-kyverno-ui-ha/install.yaml b/manifest/policy-reporter-kyverno-ui-ha/install.yaml index d5f84071..89ad7f5d 100644 --- a/manifest/policy-reporter-kyverno-ui-ha/install.yaml +++ b/manifest/policy-reporter-kyverno-ui-ha/install.yaml @@ -339,7 +339,7 @@ spec: automountServiceAccountToken: true containers: - name: "kyverno-plugin" - image: "ghcr.io/kyverno/policy-reporter-kyverno-plugin:1.6.0" + image: "ghcr.io/kyverno/policy-reporter-kyverno-plugin:1.6.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -411,7 +411,7 @@ spec: automountServiceAccountToken: true containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:1.9.0" + image: "ghcr.io/kyverno/policy-reporter-ui:1.9.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -480,7 +480,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.16.1" + image: "ghcr.io/kyverno/policy-reporter:2.17.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter-kyverno-ui/install.yaml b/manifest/policy-reporter-kyverno-ui/install.yaml index 595b7776..2bb46406 100644 --- a/manifest/policy-reporter-kyverno-ui/install.yaml +++ b/manifest/policy-reporter-kyverno-ui/install.yaml @@ -259,7 +259,7 @@ spec: automountServiceAccountToken: true containers: - name: "kyverno-plugin" - image: "ghcr.io/kyverno/policy-reporter-kyverno-plugin:1.6.0" + image: "ghcr.io/kyverno/policy-reporter-kyverno-plugin:1.6.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -308,7 +308,7 @@ spec: automountServiceAccountToken: true containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:1.9.0" + image: "ghcr.io/kyverno/policy-reporter-ui:1.9.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -367,7 +367,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.16.1" + image: "ghcr.io/kyverno/policy-reporter:2.17.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter-ui/install.yaml b/manifest/policy-reporter-ui/install.yaml index 418bba02..bc6a698f 100644 --- a/manifest/policy-reporter-ui/install.yaml +++ b/manifest/policy-reporter-ui/install.yaml @@ -165,7 +165,7 @@ spec: automountServiceAccountToken: true containers: - name: ui - image: "ghcr.io/kyverno/policy-reporter-ui:1.9.0" + image: "ghcr.io/kyverno/policy-reporter-ui:1.9.1" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -223,7 +223,7 @@ spec: fsGroup: 1234 containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.16.1" + image: "ghcr.io/kyverno/policy-reporter:2.17.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter/install.yaml b/manifest/policy-reporter/install.yaml index d1147378..a4d0b852 100644 --- a/manifest/policy-reporter/install.yaml +++ b/manifest/policy-reporter/install.yaml @@ -113,7 +113,7 @@ spec: automountServiceAccountToken: true containers: - name: policy-reporter - image: "ghcr.io/kyverno/policy-reporter:2.16.1" + image: "ghcr.io/kyverno/policy-reporter:2.17.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/violations-email-report/cronjob.yaml b/manifest/violations-email-report/cronjob.yaml index 0c862b0d..8186a426 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.16.1" + image: "ghcr.io/kyverno/policy-reporter:2.17.0" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false