Skip to content

Commit

Permalink
Update Policy Reporter UI (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjogeleit committed Jun 28, 2021
1 parent 55dbfdc commit 17871aa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 1.8.3
* Update Policy Reporter UI to 0.13.0
* Change Result Grouping between by Status and by Category
* Add source filter to ClusterPolicyReports

# 1.8.2
* Fix `scored` mapping for `v1alpha2/policyreports`
* Disable KyvernPlugin as default as expected
Expand Down
6 changes: 3 additions & 3 deletions charts/policy-reporter/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 1.4.0
- name: ui
repository: ""
version: 1.8.2
version: 1.8.3
- name: kyvernoPlugin
repository: ""
version: 0.5.0
digest: sha256:2f20b2781e2b7938df3f717550308706ed593e8b1510a4e48efd181bc07b516d
generated: "2021-06-27T15:00:38.03278+02:00"
digest: sha256:9d71509d673ac9ead3316fc9ee2015bd61c0627822be4efd94e3f05275cde208
generated: "2021-06-28T19:01:44.75951+02:00"
4 changes: 2 additions & 2 deletions charts/policy-reporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.2
version: 1.8.3
appVersion: 1.8.2

dependencies:
Expand All @@ -16,7 +16,7 @@ dependencies:
- name: ui
condition: ui.enabled
repository: ""
version: "1.8.2"
version: "1.8.3"
- name: kyvernoPlugin
condition: kyvernoPlugin.enabled
repository: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/policy-reporter/charts/ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: ui
description: Policy Reporter UI

type: application
version: 1.8.2
appVersion: 0.12.0
version: 1.8.3
appVersion: 0.13.0
2 changes: 1 addition & 1 deletion charts/policy-reporter/charts/ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins:
image:
repository: fjogeleit/policy-reporter-ui
pullPolicy: IfNotPresent
tag: 0.12.0
tag: 0.13.0

imagePullSecrets: []

Expand Down

0 comments on commit 17871aa

Please sign in to comment.