Skip to content

Commit f503825

Browse files
committed
version bump to v0.32.0
1 parent 40e6024 commit f503825

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config/samples/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ spec:
127127
valueFrom:
128128
fieldRef:
129129
fieldPath: metadata.namespace
130-
image: foundationdb/fdb-kubernetes-operator:v0.31.0
130+
image: foundationdb/fdb-kubernetes-operator:v0.32.0
131131
name: manager
132132
ports:
133133
- containerPort: 8080

config/samples/deployment/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
containers:
3030
- command:
3131
- /manager
32-
image: foundationdb/fdb-kubernetes-operator:v0.31.0
32+
image: foundationdb/fdb-kubernetes-operator:v0.32.0
3333
name: manager
3434
env:
3535
- name: WATCH_NAMESPACE

docs/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ published for each major version.
2525

2626
| Operator Version | Most Recent Version | Supported Cluster Models | Supported FDB Versions | Supported Kubernetes Versions |
2727
| ----------------- | ------------------- | ------------------------- | ----------------------- | ----------------------------- |
28-
| 0.x | 0.31.0 | v1beta1 | 6.1.12+ | 1.15.0+ |
28+
| 0.x | 0.32.0 | v1beta1 | 6.1.12+ | 1.15.0+ |
2929

3030
## Preparing for a Major Release
3131

helm/fdb-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
operator:
22
name: fdb-kubernetes-operator-controller-manager
33
image: foundationdb/fdb-kubernetes-operator
4-
tag: v0.31.0
4+
tag: v0.32.0
55
role: fdb-kubernetes-operator-manager-role
66
rolebinding: fdb-kubernetes-operator-manager-rolebinding
77
replicas: 1

0 commit comments

Comments
 (0)