Skip to content

Commit 15f142e

Browse files
WanzenBugJoelColledge
authored andcommitted
Release v1.10.9
Signed-off-by: Moritz Wanzenböck <[email protected]>
1 parent d2e300b commit 15f142e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v1.10.9] - 2024-03-07
99

1010
###
1111
- Default images:
@@ -761,4 +761,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
761761
[v1.10.6]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.5...v1.10.6
762762
[v1.10.7]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.6...v1.10.7
763763
[v1.10.8]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.7...v1.10.8
764-
[Unreleased]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.8...HEAD
764+
[v1.10.9]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.8...v1.10.9

charts/piraeus/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: piraeus
33
description: A Helm chart for Piraeus Operator
44
type: application
5-
version: 1.10.8
6-
appVersion: 1.10.8
5+
version: 1.10.9
6+
appVersion: 1.10.9
77
home: https://piraeus.io/
88
dependencies:
99
- name: "etcd"

charts/piraeus/values.cn.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ psp:
6161
unprivilegedRole: ""
6262
operator:
6363
replicas: 1 # <- number of replicas for the operator deployment
64-
image: quay.m.daocloud.io/piraeusdatastore/piraeus-operator:latest
64+
image: quay.m.daocloud.io/piraeusdatastore/piraeus-operator:v1.10.9
6565
affinity: {}
6666
tolerations: []
6767
resources: {}

charts/piraeus/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ psp:
6161
unprivilegedRole: ""
6262
operator:
6363
replicas: 1 # <- number of replicas for the operator deployment
64-
image: quay.io/piraeusdatastore/piraeus-operator:latest
64+
image: quay.io/piraeusdatastore/piraeus-operator:v1.10.9
6565
affinity: {}
6666
tolerations: []
6767
resources: {}

deploy/piraeus/templates/operator-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
fsGroup: 1000
2525
containers:
2626
- name: piraeus-operator
27-
image: quay.io/piraeusdatastore/piraeus-operator:latest
27+
image: quay.io/piraeusdatastore/piraeus-operator:v1.10.9
2828
imagePullPolicy: "IfNotPresent"
2929
args:
3030
- "--create-backups=true"

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ limitations under the License.
1717

1818
package version
1919

20-
var Version = "1.10.8"
20+
var Version = "1.10.9"

0 commit comments

Comments
 (0)