Skip to content

Commit

Permalink
Update Policy Reporter UI to 0.4.0 (#19)
Browse files Browse the repository at this point in the history
* Update Policy Reporter UI to 0.4.0
  • Loading branch information
fjogeleit authored Mar 19, 2021
1 parent 475f7a1 commit 8110dda
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.20.1

* Policy Reporter UI update
* Select All option for Policy Filter
* New Namespace Filter for PolicyReport View

## 0.20.0

* [Breaking Change] rename policy-reporter-ui Subchart to ui
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,6 +4,6 @@ dependencies:
version: 0.3.0
- name: ui
repository: ""
version: 0.3.2
digest: sha256:d95516d98ed7591420fa61d048d3e8a8ecb5f1c39e6e89ab8c20684f2f9909f2
generated: "2021-03-18T13:46:30.916297+01:00"
version: 0.4.0
digest: sha256:800a5442bb65a7b08e582d7fc9bf640ea97ad5d3e85cd24ad68adb75054c29c5
generated: "2021-03-19T09:46:04.762723+01: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: 0.20.0
version: 0.20.1
appVersion: 0.12.0

dependencies:
Expand All @@ -16,4 +16,4 @@ dependencies:
- name: ui
condition: ui.enabled
repository: ""
version: "0.3.2"
version: "0.4.0"
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: 0.3.2
appVersion: 0.3.0
version: 0.4.0
appVersion: 0.4.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 @@ -3,7 +3,7 @@ enabled: false
image:
repository: fjogeleit/policy-reporter-ui
pullPolicy: IfNotPresent
tag: 0.3.0
tag: 0.4.0

imagePullSecrets: []

Expand Down

0 comments on commit 8110dda

Please sign in to comment.