Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
brownleej committed Feb 15, 2021
1 parent 36f60a5 commit 843e21f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/samples/deployment/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
containers:
- command:
- /manager
image: foundationdb/fdb-kubernetes-operator:0.27.0
image: foundationdb/fdb-kubernetes-operator:0.28.0
name: manager
env:
- name: WATCH_NAMESPACE
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog/v0.28.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# v0.28.0

* Add a flag to enable verbose logs.
* Replace pods when changing node selectors.
* Add an option to automatically replace failed processes.
* Allow deleting pods when other pods are stuck in Terminating.
* Refactor the creation of service, pods, and PVCs to be based around the
process group status.
* Enable leader election by default.
* Use the FDB client to read the JSON status, rather than the CLI.
* Automatically build and publish docker images for the operator.
* Coordinate bounces across data centers when doing upgrades.
2 changes: 1 addition & 1 deletion docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ published for each major version.

| Operator Version | Most Recent Version | Supported Cluster Models | Supported FDB Versions | Supported Kubernetes Versions |
| ----------------- | ------------------- | ------------------------- | ----------------------- | ----------------------------- |
| 0.x | 0.27.0 | v1beta1 | 6.1.12+ | 1.15.0+ |
| 0.x | 0.28.0 | v1beta1 | 6.1.12+ | 1.15.0+ |

## Preparing for a Major Release

Expand Down
2 changes: 1 addition & 1 deletion helm/fdb-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
operator:
name: fdb-kubernetes-operator-controller-manager
image: foundationdb/fdb-kubernetes-operator
tag: 0.27.0
tag: 0.28.0
role: fdb-kubernetes-operator-manager-role
rolebinding: fdb-kubernetes-operator-manager-rolebinding
replicas: 1
Expand Down

0 comments on commit 843e21f

Please sign in to comment.