Skip to content

Commit

Permalink
prepare release v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammolitor committed Mar 26, 2023
1 parent 5d13b5b commit 4d1355b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fdb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v1.15.0
appVersion: v1.16.0

maintainers:
- name: "foundationdb-ci"
2 changes: 1 addition & 1 deletion charts/fdb-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
image:
repository: foundationdb/fdb-kubernetes-operator
tag: v1.15.0
tag: v1.16.0
pullPolicy: IfNotPresent

initContainers:
Expand Down
2 changes: 1 addition & 1 deletion config/deployment/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
containers:
- command:
- /manager
image: foundationdb/fdb-kubernetes-operator:v1.15.0
image: foundationdb/fdb-kubernetes-operator:v1.16.0
name: manager
env:
- name: WATCH_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion config/samples/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: foundationdb/fdb-kubernetes-operator:v1.15.0
image: foundationdb/fdb-kubernetes-operator:v1.16.0
name: manager
ports:
- containerPort: 8080
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog/v1.16.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# v1.16.0

## Changes

### Operator

Ensure we call exclude only on missing processes [#1550](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1550)
Make sure we always check the sidecar to get the most recent information about the updated ConfigMap [#1547](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1547)
Initial design for replacing Pods running on tainted nodes [#1502](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1502)
Update examples and better document how to run a multi-region FDB cluster [#1548](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1548)
Add kube builder validation checks for a couple of entries. [#1544](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1544)
Adding a way to ignore specific LogGroups in check client compatibility [#1526](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1526)
Fix upgrade logic for multiple storage server per Pod [#1538](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1538)

0 comments on commit 4d1355b

Please sign in to comment.