Skip to content

Commit ff33fbe

Browse files
committed
prepare release v1.26.0
1 parent e390fae commit ff33fbe

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

charts/fdb-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.2.0
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application.
24-
appVersion: v1.25.0
24+
appVersion: v1.26.0
2525

2626
maintainers:
2727
- name: "foundationdb-ci"

charts/fdb-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
image:
33
repository: foundationdb/fdb-kubernetes-operator
4-
tag: v1.25.0
4+
tag: v1.26.0
55
pullPolicy: IfNotPresent
66

77
initContainers:

config/deployment/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
containers:
8484
- command:
8585
- /manager
86-
image: foundationdb/fdb-kubernetes-operator:v1.25.0
86+
image: foundationdb/fdb-kubernetes-operator:v1.26.0
8787
name: manager
8888
env:
8989
- name: WATCH_NAMESPACE

config/samples/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ spec:
178178
valueFrom:
179179
fieldRef:
180180
fieldPath: metadata.namespace
181-
image: foundationdb/fdb-kubernetes-operator:v1.25.0
181+
image: foundationdb/fdb-kubernetes-operator:v1.26.0
182182
name: manager
183183
ports:
184184
- containerPort: 8080

docs/changelog/v1.26.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# v1.26.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Correct the way an empty result is interpreted [#1828](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1828)
8+
* Add coordinator fault tolerance check [#1827](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1827)
9+
* Fix the exclusion logic for Pods that are recreated before being fully excluded [#1825](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1825)
10+
* Let operator replace processes that are excluded but not yet marked as removed [#1824](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1824)
11+
* Improve test stability [#1823](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1823)
12+
* Handle large exclusions better [#1822](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1822)
13+
* Add e2e test for changing a cluster to use DNS in cluster files [#1821](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1821)
14+
* 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)
15+
* Service missing namespace [#1818](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1818)
16+
* Investigate HA test failures [#1817](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1817)
17+
* Remove the MissingPVC condition for stateless processes [#1815](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1815)
18+
* 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)
19+
* Make use of errgroup and simplify some testing code [#1810](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1810)
20+
* 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 commit comments

Comments
 (0)