Skip to content

Commit

Permalink
Release v1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug authored and rck committed Jul 27, 2022
1 parent baa5bcc commit 310519c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0] - 2022-07-20

### Added

Expand Down Expand Up @@ -612,4 +612,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[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
[v1.8.2]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.8.1...v1.8.2
[Unreleased]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.8.2...HEAD
[v1.9.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.8.2...v1.9.0
4 changes: 2 additions & 2 deletions charts/piraeus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: piraeus
description: A Helm chart for Piraeus Operator
type: application
version: 1.8.2
appVersion: 1.8.2
version: 1.9.0
appVersion: 1.9.0
home: https://piraeus.io/
dependencies:
- name: "etcd"
Expand Down
2 changes: 1 addition & 1 deletion charts/piraeus/values.cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.9.0
affinity: {}
tolerations: []
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/piraeus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.9.0
affinity: {}
tolerations: []
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion deploy/piraeus/templates/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
imagePullPolicy: "IfNotPresent"
args:
- "--create-backups=true"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ limitations under the License.

package version

var Version = "1.8.2"
var Version = "1.9.0"

0 comments on commit 310519c

Please sign in to comment.