mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
Prepare Release v2.21.0 (#353)
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
parent
828bf5e26f
commit
fd08aae022
14 changed files with 36 additions and 26 deletions
10
CHANGELOG.md
10
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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@ name: kyvernoPlugin
|
|||
description: Policy Reporter Kyverno Plugin
|
||||
|
||||
type: application
|
||||
version: 1.6.0
|
||||
appVersion: 1.6.0
|
||||
version: 1.6.1
|
||||
appVersion: 1.6.1
|
|
@ -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: []
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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: ""
|
||||
|
|
|
@ -5,7 +5,7 @@ image:
|
|||
registry: ghcr.io
|
||||
repository: kyverno/policy-reporter
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.16.1
|
||||
tag: 2.17.0
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue