Skip to content

Commit 866308d

Browse files
committed
prepare release v1.25.0
1 parent a408433 commit 866308d

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-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.24.0
24+
appVersion: v1.25.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.24.0
4+
tag: v1.25.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.24.0
86+
image: foundationdb/fdb-kubernetes-operator:v1.25.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.24.0
181+
image: foundationdb/fdb-kubernetes-operator:v1.25.0
182182
name: manager
183183
ports:
184184
- containerPort: 8080

docs/changelog/v1.25.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# v1.25.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Split upgrade tests into tests with chaos mesh and without [#1812](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1812)
8+
* Split upgrade tests as we hit the timeout for our CI pipeline [#1808](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1808)
9+
* Correct the namespace creation for e2e tests [#1806](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1806)
10+
* Allow to use max timeout for get status and allow to specify the max timeout [#1805](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1805)
11+
* Improve operator lock handling by releasing locks once cluster is reconciled [#1803](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1803)
12+
* Correct the value used for testing [#1802](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1802)
13+
* Make use of the new fault tolerance methods [#1797](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1797)
14+
* Fix the lock ID to return the correct value [#1796](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1796)
15+
* Only set the MissingProcesses condition if the machine-readable status contains at least one process [#1794](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1794)
16+
* Increase timeout for default single cluster upgrade [#1792](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1792)
17+
* Initial design doc for suspending Process Groups [#1785](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1785)
18+
* Remove unused hot-shard tool [#1784](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1784)

0 commit comments

Comments
 (0)