mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
update versions and chaneglog
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
parent
11345a33f9
commit
8337c37819
7 changed files with 22 additions and 13 deletions
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
# 2.15.0
|
||||
|
||||
* Add values to configure `topologySpreadConstraints` for all components [[#241](https://github.com/kyverno/policy-reporter/pull/241) by [Kostavro](https://github.com/Kostavro)]
|
||||
* Fixing comment formats and deprecations [[#250](https://github.com/kyverno/policy-reporter/pull/250) by [fengshunli](https://github.com/fengshunli)]
|
||||
* Add new APIs for PolicyReport and ClusterPolicyReport metadata (`/v1/policy-reports`, `/v1/cluster-policy-reports`) [[#251](https://github.com/kyverno/policy-reporter/pull/251)
|
||||
* `search` filter also checks the resource kind
|
||||
* Use correct probes in core deployment [[#236](https://github.com/kyverno/policy-reporter/pull/236) by [rgarcia89](https://github.com/rgarcia89)]
|
||||
* Add source to PolicyReport Table and improve report-label API [[#252](https://github.com/kyverno/policy-reporter/pull/252)
|
||||
|
||||
# 2.14.1
|
||||
|
||||
* Policy Reporter
|
||||
|
|
|
@ -4,9 +4,9 @@ dependencies:
|
|||
version: 2.6.0
|
||||
- name: ui
|
||||
repository: ""
|
||||
version: 2.7.1
|
||||
version: 2.7.2
|
||||
- name: kyvernoPlugin
|
||||
repository: ""
|
||||
version: 1.5.0
|
||||
digest: sha256:d443567bd7118cfd1d6e6e73577f3c9a624002e9f6f1b972db6024d36077fd58
|
||||
generated: "2022-12-17T13:19:18.329825+01:00"
|
||||
version: 1.5.1
|
||||
digest: sha256:42373a4f89c43d3b1edb0ba7945d281306af1c135e3dba8c2619d12871e63085
|
||||
generated: "2023-01-22T13:11:51.032276+01: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.14.1
|
||||
appVersion: 2.11.1
|
||||
version: 2.15.0
|
||||
appVersion: 2.12.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.6.0"
|
||||
- name: ui
|
||||
condition: ui.enabled
|
||||
version: "2.7.1"
|
||||
version: "2.7.2"
|
||||
- name: kyvernoPlugin
|
||||
condition: kyvernoPlugin.enabled
|
||||
version: "1.5.0"
|
||||
version: "1.5.1"
|
||||
|
|
|
@ -3,5 +3,5 @@ name: kyvernoPlugin
|
|||
description: Policy Reporter Kyverno Plugin
|
||||
|
||||
type: application
|
||||
version: 1.5.0
|
||||
version: 1.5.1
|
||||
appVersion: 1.5.0
|
|
@ -3,5 +3,5 @@ name: ui
|
|||
description: Policy Reporter UI
|
||||
|
||||
type: application
|
||||
version: 2.7.1
|
||||
appVersion: 1.7.1
|
||||
version: 2.7.2
|
||||
appVersion: 1.7.2
|
||||
|
|
|
@ -4,7 +4,7 @@ image:
|
|||
registry: ghcr.io
|
||||
repository: kyverno/policy-reporter-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.7.1
|
||||
tag: 1.7.2
|
||||
|
||||
# possible default displayModes: light/dark
|
||||
displayMode: ""
|
||||
|
|
|
@ -2,7 +2,7 @@ image:
|
|||
registry: ghcr.io
|
||||
repository: kyverno/policy-reporter
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.11.1
|
||||
tag: 2.12.0
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
|
|
Loading…
Reference in a new issue