Skip to content

Commit

Permalink
Release v1.10.6
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <moritz.wanzenboeck@linbit.com>
  • Loading branch information
WanzenBug authored and JoelColledge committed Jul 24, 2023
1 parent 41274c8 commit 89f257a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.10.6] - 2023-07-24

### Added

Expand Down Expand Up @@ -728,4 +728,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v1.10.3]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.2...v1.10.3
[v1.10.4]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.3...v1.10.4
[v1.10.5]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.4...v1.10.5
[Unreleased]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.5...HEAD
[v1.10.6]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.5...v1.10.6
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.10.5
appVersion: 1.10.5
version: 1.10.6
appVersion: 1.10.6
home: https://piraeus.io/
dependencies:
- name: "etcd"
Expand Down
6 changes: 3 additions & 3 deletions charts/piraeus/values.cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ psp:
unprivilegedRole: ""
operator:
replicas: 1 # <- number of replicas for the operator deployment
image: quay.m.daocloud.io/piraeusdatastore/piraeus-operator:latest
image: quay.m.daocloud.io/piraeusdatastore/piraeus-operator:v1.10.6
affinity: {}
tolerations: []
resources: {}
Expand Down Expand Up @@ -116,8 +116,8 @@ operator:
kernelModuleInjectionResources: {}
kernelModuleInjectionExtraVolumeMounts: []
additionalEnv:
- name: LB_SELINUX_AS
value: "modules_object_t"
- name: LB_SELINUX_AS
value: "modules_object_t"
dnsPolicy: ""
sidecars: []
extraVolumes: []
Expand Down
6 changes: 3 additions & 3 deletions charts/piraeus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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.10.6
affinity: {}
tolerations: []
resources: {}
Expand Down Expand Up @@ -116,8 +116,8 @@ operator:
kernelModuleInjectionResources: {}
kernelModuleInjectionExtraVolumeMounts: []
additionalEnv:
- name: LB_SELINUX_AS
value: "modules_object_t"
- name: LB_SELINUX_AS
value: "modules_object_t"
dnsPolicy: ""
sidecars: []
extraVolumes: []
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.10.6
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.10.5"
var Version = "1.10.6"

0 comments on commit 89f257a

Please sign in to comment.