From d32091495f4d5a062276373d76f8886a315abaef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=22WanzenBug=22=20Wanzenb=C3=B6ck?= Date: Tue, 24 May 2022 10:22:03 +0200 Subject: [PATCH] Release v1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz "WanzenBug" Wanzenböck --- CHANGELOG.md | 4 ++-- charts/piraeus/Chart.yaml | 4 ++-- charts/piraeus/values.cn.yaml | 3 +-- charts/piraeus/values.yaml | 3 +-- deploy/piraeus/templates/operator-deployment.yaml | 2 +- version/version.go | 2 +- 6 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a04244..d78001bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v1.8.2] - 2022-05-24 ### Added @@ -587,4 +587,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v1.7.1]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.7.0...v1.7.1 [v1.8.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.7.1...v1.8.0 [v1.8.1]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.8.0...v1.8.1 -[Unreleased]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.8.1...HEAD +[v1.8.2]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.8.1...v1.8.2 diff --git a/charts/piraeus/Chart.yaml b/charts/piraeus/Chart.yaml index b6d7c3ec..2ed092fb 100644 --- a/charts/piraeus/Chart.yaml +++ b/charts/piraeus/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: piraeus description: A Helm chart for Piraeus Operator type: application -version: 1.8.1 -appVersion: 1.8.1 +version: 1.8.2 +appVersion: 1.8.2 home: https://piraeus.io/ dependencies: - name: "etcd" diff --git a/charts/piraeus/values.cn.yaml b/charts/piraeus/values.cn.yaml index df5cb1aa..1ac95876 100644 --- a/charts/piraeus/values.cn.yaml +++ b/charts/piraeus/values.cn.yaml @@ -58,7 +58,7 @@ psp: unprivilegedRole: "" operator: replicas: 1 # <- number of replicas for the operator deployment - image: daocloud.io/piraeus/piraeus-operator:latest + image: daocloud.io/piraeus/piraeus-operator:v1.8.2 affinity: {} tolerations: [] resources: {} @@ -79,7 +79,6 @@ operator: affinity: {} httpBindAddress: "" httpsBindAddress: "" - tolerations: - key: node-role.kubernetes.io/master operator: Exists diff --git a/charts/piraeus/values.yaml b/charts/piraeus/values.yaml index 64d43a4c..08639c10 100644 --- a/charts/piraeus/values.yaml +++ b/charts/piraeus/values.yaml @@ -58,7 +58,7 @@ psp: unprivilegedRole: "" operator: replicas: 1 # <- number of replicas for the operator deployment - image: quay.io/piraeusdatastore/piraeus-operator:latest + image: quay.io/piraeusdatastore/piraeus-operator:v1.8.2 affinity: {} tolerations: [] resources: {} @@ -79,7 +79,6 @@ operator: affinity: {} httpBindAddress: "" httpsBindAddress: "" - tolerations: - key: node-role.kubernetes.io/master operator: Exists diff --git a/deploy/piraeus/templates/operator-deployment.yaml b/deploy/piraeus/templates/operator-deployment.yaml index a0303e30..1513927e 100644 --- a/deploy/piraeus/templates/operator-deployment.yaml +++ b/deploy/piraeus/templates/operator-deployment.yaml @@ -24,7 +24,7 @@ spec: fsGroup: 1000 containers: - name: piraeus-operator - image: quay.io/piraeusdatastore/piraeus-operator:latest + image: quay.io/piraeusdatastore/piraeus-operator:v1.8.2 imagePullPolicy: "IfNotPresent" args: - "--create-backups=true" diff --git a/version/version.go b/version/version.go index 8c44476d..0025267c 100644 --- a/version/version.go +++ b/version/version.go @@ -17,4 +17,4 @@ limitations under the License. package version -var Version = "1.8.1" +var Version = "1.8.2"