Skip to content

Commit e0143e5

Browse files
Update release notes and yaml files for release 2.6.0 (#2290)
Co-authored-by: Temporal Workflows <>
1 parent af2aae4 commit e0143e5

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

charts/fdb-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ type: application
1818
version: 0.2.0
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: v2.5.0
21+
appVersion: v2.6.0
2222
maintainers:
2323
- 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: v2.5.0
4+
tag: v2.6.0
55
pullPolicy: IfNotPresent
66
initContainers:
77
7.1:

config/deployment/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
containers:
8787
- command:
8888
- /manager
89-
image: foundationdb/fdb-kubernetes-operator:v2.5.0
89+
image: foundationdb/fdb-kubernetes-operator:v2.6.0
9090
name: manager
9191
env:
9292
- 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:v2.5.0
181+
image: foundationdb/fdb-kubernetes-operator:v2.6.0
182182
name: manager
183183
ports:
184184
- containerPort: 8080

docs/changelog/v2.6.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v2.6.0
2+
3+
## Changes
4+
5+
* Add support for the operator to run on ARM [#2276](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2276)
6+
* Fix crash in findFoundationDBClusterForNode when in global mode [#2273](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2273)
7+
* Remove maintenance information if process group doesn't exist [#2279](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2279)
8+
* Update the go version to 1.23.9 [#2281](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2281)
9+
* Add support management api [#2261](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2261)
10+
* Run the addPods reconciler before connecting to FDB in case we use DNS entries in the cluster file [#2283](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2283)

0 commit comments

Comments
 (0)