mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
prepare release
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
parent
e849a3b705
commit
1eb3862ee7
9 changed files with 16 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ image:
|
|||
registry: ghcr.io
|
||||
repository: kyverno/policy-reporter
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.14.1
|
||||
tag: 2.14.2
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue