Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare release v1.25.0 #1813

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.24.0
appVersion: v1.25.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.24.0
tag: v1.25.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.24.0
image: foundationdb/fdb-kubernetes-operator:v1.25.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.24.0
image: foundationdb/fdb-kubernetes-operator:v1.25.0
name: manager
ports:
- containerPort: 8080
Expand Down
18 changes: 18 additions & 0 deletions docs/changelog/v1.25.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# v1.25.0

## Changes

### Operator

* Split upgrade tests into tests with chaos mesh and without [#1812](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1812)
* Split upgrade tests as we hit the timeout for our CI pipeline [#1808](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1808)
* Correct the namespace creation for e2e tests [#1806](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1806)
* 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)
* Improve operator lock handling by releasing locks once cluster is reconciled [#1803](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1803)
* Correct the value used for testing [#1802](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1802)
* Make use of the new fault tolerance methods [#1797](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1797)
* Fix the lock ID to return the correct value [#1796](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1796)
* 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)
* Increase timeout for default single cluster upgrade [#1792](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1792)
* Initial design doc for suspending Process Groups [#1785](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1785)
* Remove unused hot-shard tool [#1784](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1784)