Skip to content

Commit

Permalink
prepare release v1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammolitor committed Oct 9, 2023
1 parent e390fae commit ff33fbe
Show file tree
Hide file tree
Showing 5 changed files with 24 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.25.0
appVersion: v1.26.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.25.0
tag: v1.26.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.25.0
image: foundationdb/fdb-kubernetes-operator:v1.26.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 @@ -178,7 +178,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: foundationdb/fdb-kubernetes-operator:v1.25.0
image: foundationdb/fdb-kubernetes-operator:v1.26.0
name: manager
ports:
- containerPort: 8080
Expand Down
20 changes: 20 additions & 0 deletions docs/changelog/v1.26.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# v1.26.0

## Changes

### Operator

* Correct the way an empty result is interpreted [#1828](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1828)
* Add coordinator fault tolerance check [#1827](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1827)
* Fix the exclusion logic for Pods that are recreated before being fully excluded [#1825](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1825)
* Let operator replace processes that are excluded but not yet marked as removed [#1824](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1824)
* Improve test stability [#1823](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1823)
* Handle large exclusions better [#1822](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1822)
* Add e2e test for changing a cluster to use DNS in cluster files [#1821](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1821)
* Add first upgrade test with DNS usage in cluster file and correct statement about DNS [#1820](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1820)
* Service missing namespace [#1818](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1818)
* Investigate HA test failures [#1817](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1817)
* Remove the MissingPVC condition for stateless processes [#1815](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1815)
* Add first set of tests for locality based exclusions and fix bug in locality based exclusions [#1811](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1811)
* Make use of errgroup and simplify some testing code [#1810](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1810)
* Refactor code to make use of the process group directly without passing the class and id number down [#1807](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1807)

0 comments on commit ff33fbe

Please sign in to comment.