Skip to content

Commit 843e21f

Browse files
committed
Version bump.
1 parent 36f60a5 commit 843e21f

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

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:0.27.0
32+
image: foundationdb/fdb-kubernetes-operator:0.28.0
3333
name: manager
3434
env:
3535
- name: WATCH_NAMESPACE

docs/changelog/v0.28.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# v0.28.0
2+
3+
* Add a flag to enable verbose logs.
4+
* Replace pods when changing node selectors.
5+
* Add an option to automatically replace failed processes.
6+
* Allow deleting pods when other pods are stuck in Terminating.
7+
* Refactor the creation of service, pods, and PVCs to be based around the
8+
process group status.
9+
* Enable leader election by default.
10+
* Use the FDB client to read the JSON status, rather than the CLI.
11+
* Automatically build and publish docker images for the operator.
12+
* Coordinate bounces across data centers when doing upgrades.

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.27.0 | v1beta1 | 6.1.12+ | 1.15.0+ |
28+
| 0.x | 0.28.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: 0.27.0
4+
tag: 0.28.0
55
role: fdb-kubernetes-operator-manager-role
66
rolebinding: fdb-kubernetes-operator-manager-rolebinding
77
replicas: 1

0 commit comments

Comments
 (0)