Skip to content

Commit 40f28af

Browse files
committed
Release v0.6.1
Signed-off-by: Matthias Goerens <mgoerens@redhat.com>
1 parent a968593 commit 40f28af

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.6.0
6+
VERSION ?= 0.6.1
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

bundle/manifests/synapse-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ metadata:
6262
capabilities: Basic Install
6363
categories: Developer Tools
6464
containerImage: quay.io/opdev/synapse-operator
65-
createdAt: "2025-01-30T14:18:34Z"
65+
createdAt: "2025-05-16T15:21:27Z"
6666
description: Deploys and manages the lifecycle of Synapse servers and their associated
6767
components (bridges, databases, ...). Synapse is the reference Matrix homeserver
6868
implementation.
6969
operators.operatorframework.io/builder: operator-sdk-v1.29.0
7070
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
7171
repository: https://github.com/opdev/synapse-operator
72-
name: synapse-operator.v0.6.0
72+
name: synapse-operator.v0.6.1
7373
namespace: placeholder
7474
spec:
7575
apiservicedefinitions: {}
@@ -231,7 +231,7 @@ spec:
231231
- --leader-elect
232232
command:
233233
- /manager
234-
image: quay.io/opdev/synapse-operator:v0.6.0
234+
image: quay.io/opdev/synapse-operator:v0.6.1
235235
livenessProbe:
236236
httpGet:
237237
path: /healthz
@@ -323,4 +323,4 @@ spec:
323323
minKubeVersion: 1.24.0
324324
provider:
325325
name: Community
326-
version: 0.6.0
326+
version: 0.6.1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: quay.io/opdev/synapse-operator
16-
newTag: v0.6.0
16+
newTag: v0.6.1

install/synapse-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ spec:
665665
- --leader-elect
666666
command:
667667
- /manager
668-
image: quay.io/opdev/synapse-operator:v0.6.0
668+
image: quay.io/opdev/synapse-operator:v0.6.1
669669
livenessProbe:
670670
httpGet:
671671
path: /healthz

0 commit comments

Comments
 (0)