Skip to content

Commit 55ffbaf

Browse files
committed
Version bump.
1 parent 414cd53 commit 55ffbaf

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-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.30.0
130+
image: foundationdb/fdb-kubernetes-operator:v0.31.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.30.0
32+
image: foundationdb/fdb-kubernetes-operator:v0.31.0
3333
name: manager
3434
env:
3535
- name: WATCH_NAMESPACE

docs/changelog/v0.31.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# v0.31.0
2+
3+
* Block exclusions until replacement processes are reporting to the cluster.
4+
* Prevent reconciliation from getting stuck when pods are stuck in terminating
5+
and have failing conditions on the process group.
6+
* Add the age of the FDB object to the kubectl output.
7+
* Improve parallelism when checking for updates to config maps.
8+
* Update the version of the CRD API we use in our CRD definition.
9+
* Update logging flags to conform with standard names for Zap.
10+
* Fix a bug that caused error events to be silently lost.
11+
* Requeue reconciliation when we detect an increase to the resource version for
12+
the cluster resource.
13+
* Use patch requests when making changes to the cluster spec in the kubectl
14+
plugin.
15+
* Fix Prometheus configuration in the sample deployment.
16+
* Allow specifying a custom duration for the minimum uptime between bounces.

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.30.0 | v1beta1 | 6.1.12+ | 1.15.0+ |
28+
| 0.x | 0.31.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.30.0
4+
tag: v0.31.0
55
role: fdb-kubernetes-operator-manager-role
66
rolebinding: fdb-kubernetes-operator-manager-rolebinding
77
replicas: 1

0 commit comments

Comments
 (0)