Skip to content

Commit 8509dde

Browse files
committed
Release v0.7.0
1 parent cf22d3b commit 8509dde

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.1
6+
VERSION ?= 0.7.0
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
@@ -60,14 +60,14 @@ metadata:
6060
capabilities: Basic Install
6161
categories: Developer Tools
6262
containerImage: quay.io/opdev/synapse-operator
63-
createdAt: "2025-07-07T13:42:07Z"
63+
createdAt: "2025-07-08T10:25:01Z"
6464
description: Deploys and manages the lifecycle of Synapse servers and their associated
6565
components (bridges, databases, ...). Synapse is the reference Matrix homeserver
6666
implementation.
6767
operators.operatorframework.io/builder: operator-sdk-v1.40.0
6868
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
6969
repository: https://github.com/opdev/synapse-operator
70-
name: synapse-operator.v0.6.1
70+
name: synapse-operator.v0.7.0
7171
namespace: placeholder
7272
spec:
7373
apiservicedefinitions: {}
@@ -231,7 +231,7 @@ spec:
231231
- --health-probe-bind-address=:8081
232232
command:
233233
- /manager
234-
image: quay.io/opdev/synapse-operator:v0.6.1
234+
image: quay.io/opdev/synapse-operator:v0.7.0
235235
livenessProbe:
236236
httpGet:
237237
path: /healthz
@@ -328,4 +328,4 @@ spec:
328328
minKubeVersion: 1.24.0
329329
provider:
330330
name: Community
331-
version: 0.6.1
331+
version: 0.7.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: quay.io/opdev/synapse-operator
8-
newTag: v0.6.1
8+
newTag: v0.7.0

install/synapse-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ spec:
879879
- --health-probe-bind-address=:8081
880880
command:
881881
- /manager
882-
image: quay.io/opdev/synapse-operator:v0.6.1
882+
image: quay.io/opdev/synapse-operator:v0.7.0
883883
livenessProbe:
884884
httpGet:
885885
path: /healthz

0 commit comments

Comments
 (0)