From 33ccfbb3db131f44c82671119aac60f1c0a87a8d Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Fri, 6 Aug 2021 12:19:26 +0200 Subject: [PATCH] Prepare Helm Release 1.8.5 --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- charts/policy-reporter/Chart.yaml | 4 ++-- charts/policy-reporter/values.yaml | 2 +- manifest/default-policy-reporter-ui/install.yaml | 2 +- manifest/kyverno-policy-reporter-ui/install.yaml | 2 +- manifest/policy-reporter/install.yaml | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d190bc6f..a7276e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 1.8.5 +* Added trusted root CA's [#52](https://github.com/kyverno/policy-reporter/pull/52) by [frezbo](https://github.com/frezbo) + +# 1.8.4 +* Changed Organization + # 1.8.3 * Update Policy Reporter UI to 0.13.0 * Change Result Grouping between by Status and by Category diff --git a/Makefile b/Makefile index 4d6a78b7..cd1a1aa9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ GO ?= go BUILD ?= build REPO ?= fjogeleit/policy-reporter -IMAGE_TAG ?= 1.8.2 +IMAGE_TAG ?= 1.8.3 LD_FLAGS="-s -w" all: build diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index c63ddcb4..1adf31d8 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -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: 1.8.4 -appVersion: 1.8.2 +version: 1.8.5 +appVersion: 1.8.3 dependencies: - name: monitoring diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index 88ec2de0..e65b51ff 100644 --- a/charts/policy-reporter/values.yaml +++ b/charts/policy-reporter/values.yaml @@ -1,7 +1,7 @@ image: repository: fjogeleit/policy-reporter pullPolicy: IfNotPresent - tag: 1.8.2 + tag: 1.8.3 imagePullSecrets: [] diff --git a/manifest/default-policy-reporter-ui/install.yaml b/manifest/default-policy-reporter-ui/install.yaml index b23cc684..0d45be1e 100644 --- a/manifest/default-policy-reporter-ui/install.yaml +++ b/manifest/default-policy-reporter-ui/install.yaml @@ -148,7 +148,7 @@ spec: automountServiceAccountToken: true containers: - name: policy-reporter - image: "fjogeleit/policy-reporter:1.8.2" + image: "fjogeleit/policy-reporter:1.8.3" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/kyverno-policy-reporter-ui/install.yaml b/manifest/kyverno-policy-reporter-ui/install.yaml index c2720fde..d2edd677 100644 --- a/manifest/kyverno-policy-reporter-ui/install.yaml +++ b/manifest/kyverno-policy-reporter-ui/install.yaml @@ -266,7 +266,7 @@ spec: automountServiceAccountToken: true containers: - name: policy-reporter - image: "fjogeleit/policy-reporter:1.8.2" + image: "fjogeleit/policy-reporter:1.8.3" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifest/policy-reporter/install.yaml b/manifest/policy-reporter/install.yaml index 729748a2..5002c4a0 100644 --- a/manifest/policy-reporter/install.yaml +++ b/manifest/policy-reporter/install.yaml @@ -84,7 +84,7 @@ spec: automountServiceAccountToken: true containers: - name: policy-reporter - image: "fjogeleit/policy-reporter:1.8.2" + image: "fjogeleit/policy-reporter:1.8.3" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false