1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

Prepare release 2.14.1 (#235)

* Prepare release 2.14.1

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
Frank Jogeleit 2022-12-17 14:03:15 +01:00 committed by GitHub
parent 156ea7f77b
commit d9704c96f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 23 additions and 18 deletions

View file

@ -1,5 +1,10 @@
# Changelog
# 2.14.1
* Policy Reporter
* Fix generate multiple custom metrics
# 2.14.0
* Policy Reporter
* Persist also PolicyReport labels

View file

@ -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"

View file

@ -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"

View file

@ -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

View file

@ -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: ""

View file

@ -2,7 +2,7 @@ image:
registry: ghcr.io
repository: kyverno/policy-reporter
pullPolicy: IfNotPresent
tag: 2.11.0
tag: 2.11.1
imagePullSecrets: []

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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