mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
release 1.12.3
Signed-off-by: fjogeleit <frank.jogeleit@web.de>
This commit is contained in:
parent
4f79d27f2f
commit
e6a827c392
4 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
# 1.12.3
|
||||
* Fix policy-reporter-ui backend name [[#85](https://github.com/kyverno/policy-reporter/pull/85) by [m-yosefpor](https://github.com/m-yosefpor)]
|
||||
|
||||
# 1.12.2
|
||||
* Fix CRD registration for PolicyReport and ClusterPolicyReport
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@ dependencies:
|
|||
version: 1.5.0
|
||||
- name: ui
|
||||
repository: ""
|
||||
version: 1.10.0
|
||||
version: 1.10.1
|
||||
- name: kyvernoPlugin
|
||||
repository: ""
|
||||
version: 0.7.0
|
||||
digest: sha256:9c81be2f483771e0192cc4309d58ee754502f51df7f1cd55bc50d207370dbc98
|
||||
generated: "2021-10-13T14:25:35.257173006+02:00"
|
||||
digest: sha256:2c30b58ba444e495cd29849b9db69e871cc669baca4d386fbf7dd561629b5e44
|
||||
generated: "2021-10-18T22:17:42.5285264+02:00"
|
||||
|
|
|
@ -5,7 +5,7 @@ description: |
|
|||
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
|
||||
|
||||
type: application
|
||||
version: 1.12.2
|
||||
version: 1.12.3
|
||||
appVersion: 1.10.1
|
||||
|
||||
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
||||
|
@ -23,7 +23,7 @@ dependencies:
|
|||
- name: ui
|
||||
condition: ui.enabled
|
||||
repository: ""
|
||||
version: "1.10.0"
|
||||
version: "1.10.1"
|
||||
- name: kyvernoPlugin
|
||||
condition: kyvernoPlugin.enabled
|
||||
repository: ""
|
||||
|
|
|
@ -3,5 +3,5 @@ name: ui
|
|||
description: Policy Reporter UI
|
||||
|
||||
type: application
|
||||
version: 1.10.0
|
||||
version: 1.10.1
|
||||
appVersion: 0.15.0
|
||||
|
|
Loading…
Reference in a new issue