From 4b528681c59d1b5a1edcc83daea400e34185c3d1 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Tue, 22 Feb 2022 12:02:19 +0100 Subject: [PATCH] Release linux/s390x support Signed-off-by: Frank Jogeleit --- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- charts/policy-reporter/Chart.lock | 8 ++++---- charts/policy-reporter/Chart.yaml | 8 ++++---- charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml | 4 ++-- .../policy-reporter/charts/kyvernoPlugin/values.yaml | 2 +- charts/policy-reporter/charts/ui/Chart.yaml | 4 ++-- charts/policy-reporter/charts/ui/values.yaml | 2 +- charts/policy-reporter/values.yaml | 2 +- 9 files changed, 26 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5b4c20..8f55466a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +# 2.3.0 +* Policy Reporter + * Add Support for linux/s390x [[#115](https://github.com/kyverno/policy-reporter/pull/115) by [skuethe](https://github.com/skuethe)] + +* Policy Reporter UI + * Add Support for linux/s390x [[#98](https://github.com/kyverno/policy-reporter-ui/pull/98) by [skuethe](https://github.com/skuethe)] + +* Policy Reporter KyvernoPlugin + * Add Support for linux/s390x [[#13](https://github.com/kyverno/policy-reporter-kyverno-plugin/pull/13) by [skuethe](https://github.com/skuethe)] + # 2.2.6 * Use upper case on drop capabilities [[#113](https://github.com/kyverno/policy-reporter/pull/113) by [skuethe](https://github.com/skuethe)] diff --git a/Makefile b/Makefile index 2dcd342c..dc538366 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ GO ?= go BUILD ?= build REPO ?= ghcr.io/kyverno/policy-reporter -IMAGE_TAG ?= 2.0.2 +IMAGE_TAG ?= 2.1.0 LD_FLAGS='-s -w -linkmode external -extldflags "-static"' all: build diff --git a/charts/policy-reporter/Chart.lock b/charts/policy-reporter/Chart.lock index 32d4d605..2fad8d49 100644 --- a/charts/policy-reporter/Chart.lock +++ b/charts/policy-reporter/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.0.1 - name: ui repository: "" - version: 2.2.1 + version: 2.3.0 - name: kyvernoPlugin repository: "" - version: 1.1.2 -digest: sha256:fedf9695b8543b1d8c61d0ae0c8b6397deccc886a1a9c9816d969d6de140594c -generated: "2022-02-17T11:25:13.499347+01:00" + version: 1.2.0 +digest: sha256:bb2e616bb0ec6be95b4592201ac24fbe796d10478a8c89adde86df602dfdd303 +generated: "2022-02-22T11:59:51.844439+01:00" diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 198d3cfa..f4187724 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: 2.2.6 -appVersion: 2.0.2 +version: 2.3.0 +appVersion: 2.1.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.0.1" - name: ui condition: ui.enabled - version: "2.2.1" + version: "2.3.0" - name: kyvernoPlugin condition: kyvernoPlugin.enabled - version: "1.1.2" + version: "1.2.0" diff --git a/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml b/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml index 04d445cb..702990e0 100644 --- a/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml +++ b/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml @@ -3,5 +3,5 @@ name: kyvernoPlugin description: Policy Reporter Kyverno Plugin type: application -version: 1.1.2 -appVersion: 1.1.1 \ No newline at end of file +version: 1.2.0 +appVersion: 1.2.0 \ No newline at end of file diff --git a/charts/policy-reporter/charts/kyvernoPlugin/values.yaml b/charts/policy-reporter/charts/kyvernoPlugin/values.yaml index cfc9ce87..5083ce26 100644 --- a/charts/policy-reporter/charts/kyvernoPlugin/values.yaml +++ b/charts/policy-reporter/charts/kyvernoPlugin/values.yaml @@ -2,7 +2,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter-kyverno-plugin pullPolicy: IfNotPresent - tag: 1.1.1 + tag: 1.2.0 imagePullSecrets: [] diff --git a/charts/policy-reporter/charts/ui/Chart.yaml b/charts/policy-reporter/charts/ui/Chart.yaml index 9e004e7e..35f84d57 100644 --- a/charts/policy-reporter/charts/ui/Chart.yaml +++ b/charts/policy-reporter/charts/ui/Chart.yaml @@ -3,5 +3,5 @@ name: ui description: Policy Reporter UI type: application -version: 2.2.1 -appVersion: 1.2.1 +version: 2.3.0 +appVersion: 1.3.0 diff --git a/charts/policy-reporter/charts/ui/values.yaml b/charts/policy-reporter/charts/ui/values.yaml index 29900144..35a17055 100644 --- a/charts/policy-reporter/charts/ui/values.yaml +++ b/charts/policy-reporter/charts/ui/values.yaml @@ -14,7 +14,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter-ui pullPolicy: IfNotPresent - tag: 1.2.1 + tag: 1.3.0 imagePullSecrets: [] diff --git a/charts/policy-reporter/values.yaml b/charts/policy-reporter/values.yaml index e4e829f3..41e92cc0 100644 --- a/charts/policy-reporter/values.yaml +++ b/charts/policy-reporter/values.yaml @@ -2,7 +2,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter pullPolicy: IfNotPresent - tag: 2.0.2 + tag: 2.1.0 imagePullSecrets: []