Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
  • Loading branch information
fjogeleit committed May 13, 2024
1 parent e230ebf commit 627a181
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# 2.23.0
* Helm Chart
* fix: use /healthz for liveness and /ready for readiness [[#435](https://github.com/kyverno/policy-reporter/pull/435) by [rsicart](https://github.com/rsicart)]
* Policy Reporter v2.19.0
* New HTML Report API `/v1/html-report/violations`
* CleanUp Listener for AWS SecurityHub
* SourcConfig enables a custom ID generation logic per source
* Deprecated PriorityMapping is removed, its recommanded to configure it via Severity
* Support Workload Identity for GoogleCloudStorage target

# 2.22.5
* Helm Chart
* fix(helm): correct typo when using global.annotations [[#420](https://github.com/kyverno/policy-reporter/pull/420) by [ThomasLachaux](https://github.com/ThomasLachaux)]
Expand Down
4 changes: 2 additions & 2 deletions charts/policy-reporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.6
appVersion: 2.18.2
version: 2.23.0
appVersion: 2.19.0

icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
home: https://kyverno.github.io/policy-reporter
Expand Down
2 changes: 1 addition & 1 deletion charts/policy-reporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Policy Reporter

![Version: v2.22.5](https://img.shields.io/badge/Version-v2.22.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.18.2](https://img.shields.io/badge/AppVersion-v2.18.2-informational?style=flat-square)
![Version: v2.23.0](https://img.shields.io/badge/Version-v2.23.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.19.0](https://img.shields.io/badge/AppVersion-v2.19.0-informational?style=flat-square)

## Motivation

Expand Down
3 changes: 2 additions & 1 deletion manifest/policy-reporter-kyverno-ui-ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ spec:
- --config=/app/config.yaml
- --rest-enabled
- --lease-name=policy-reporter-kyverno-plugin
- --template-dir=/app/templates
ports:
- name: http
containerPort: 8080
Expand Down Expand Up @@ -480,7 +481,7 @@ spec:
fsGroup: 1234
containers:
- name: policy-reporter
image: "ghcr.io/kyverno/policy-reporter:2.18.2"
image: "ghcr.io/kyverno/policy-reporter:2.19.0"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
3 changes: 2 additions & 1 deletion manifest/policy-reporter-kyverno-ui/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ spec:
runAsUser: 1234
args:
- --rest-enabled
- --template-dir=/app/templates
ports:
- name: http
containerPort: 8080
Expand Down Expand Up @@ -367,7 +368,7 @@ spec:
fsGroup: 1234
containers:
- name: policy-reporter
image: "ghcr.io/kyverno/policy-reporter:2.18.2"
image: "ghcr.io/kyverno/policy-reporter:2.19.0"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
3 changes: 2 additions & 1 deletion manifest/policy-reporter-ui/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ spec:
fsGroup: 1234
containers:
- name: policy-reporter
image: "ghcr.io/kyverno/policy-reporter:2.18.2"
image: "ghcr.io/kyverno/policy-reporter:2.19.0"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand All @@ -238,6 +238,7 @@ spec:
- --config=/app/config.yaml
- --dbfile=/sqlite/database.db
- --rest-enabled
- --template-dir=/app/templates
ports:
- name: http
containerPort: 8080
Expand Down
3 changes: 2 additions & 1 deletion manifest/policy-reporter/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: policy-reporter
image: "ghcr.io/kyverno/policy-reporter:2.18.2"
image: "ghcr.io/kyverno/policy-reporter:2.19.0"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand All @@ -127,6 +127,7 @@ spec:
args:
- --config=/app/config.yaml
- --metrics-enabled=true
- --template-dir=/app/templates
ports:
- name: http
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion manifest/violations-email-report/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
restartPolicy: Never
containers:
- name: policy-reporter
image: "ghcr.io/kyverno/policy-reporter:2.18.2"
image: "ghcr.io/kyverno/policy-reporter:2.19.0"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 627a181

Please sign in to comment.