From 7647a3e1b914b4ae312d0f1fc2d03396cd690df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=22WanzenBug=22=20Wanzenb=C3=B6ck?= Date: Mon, 21 Dec 2020 16:22:25 +0100 Subject: [PATCH] Release v1.3.0 --- CHANGELOG.md | 4 ++-- charts/piraeus/Chart.yaml | 4 ++-- charts/piraeus/values.cn.yaml | 8 ++++---- charts/piraeus/values.yaml | 8 ++++---- deploy/piraeus/templates/operator-deployment.yaml | 2 +- version/version.go | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 966e7526..15e3f919 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.3.0] - 2020-12-21 ### Added @@ -363,4 +363,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v1.0.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v0.5.0...v1.0.0 [v1.1.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.0.0...v1.1.0 [v1.2.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.1.0...v1.2.0 -[Unreleased]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.2.0...HEAD +[v1.3.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.2.0...v1.3.0 diff --git a/charts/piraeus/Chart.yaml b/charts/piraeus/Chart.yaml index 2f77dc6a..8f406e05 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.2.0 -appVersion: 1.2.0 +version: 1.3.0 +appVersion: 1.3.0 dependencies: - name: "etcd" version: "0.7.4" diff --git a/charts/piraeus/values.cn.yaml b/charts/piraeus/values.cn.yaml index fd862719..bd00158f 100644 --- a/charts/piraeus/values.cn.yaml +++ b/charts/piraeus/values.cn.yaml @@ -51,7 +51,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.3.0 affinity: {} tolerations: [] resources: {} @@ -85,7 +85,7 @@ operator: haController: enabled: true image: daocloud.io/piraeus/piraeus-ha-controller:v0.1.1 - affinity: { } - tolerations: [ ] - resources: { } + affinity: {} + tolerations: [] + resources: {} replicas: 1 diff --git a/charts/piraeus/values.yaml b/charts/piraeus/values.yaml index d6188bca..c3df94b0 100644 --- a/charts/piraeus/values.yaml +++ b/charts/piraeus/values.yaml @@ -51,7 +51,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.3.0 affinity: {} tolerations: [] resources: {} @@ -85,7 +85,7 @@ operator: haController: enabled: true image: quay.io/piraeusdatastore/piraeus-ha-controller:v0.1.1 - affinity: { } - tolerations: [ ] - resources: { } + affinity: {} + tolerations: [] + resources: {} replicas: 1 diff --git a/deploy/piraeus/templates/operator-deployment.yaml b/deploy/piraeus/templates/operator-deployment.yaml index eac866e4..9b352c1d 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.3.0 imagePullPolicy: "IfNotPresent" env: - name: WATCH_NAMESPACE diff --git a/version/version.go b/version/version.go index 502595a1..1742750f 100644 --- a/version/version.go +++ b/version/version.go @@ -17,4 +17,4 @@ limitations under the License. package version -var Version = "1.2.0" +var Version = "1.3.0"