Skip to content

Commit

Permalink
prepare release v1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bktsh committed Nov 1, 2024
1 parent f80c420 commit 6e1e5fe
Show file tree
Hide file tree
Showing 5 changed files with 16 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 @@ -18,6 +18,6 @@ type: application
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.50.0
appVersion: v1.51.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.50.0
tag: v1.51.0
pullPolicy: IfNotPresent
initContainers:
6.2:
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.50.0
image: foundationdb/fdb-kubernetes-operator:v1.51.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.50.0
image: foundationdb/fdb-kubernetes-operator:v1.51.0
name: manager
ports:
- containerPort: 8080
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog/v1.51.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# v1.51.0

## Changes

### Operator

* Try to batch the exclusions of transaction system processes together [#2158](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2158)
* Smaller doc fixes [#2157](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2157)
* Fix the unified image setup during bootstrap when a custom environment variable is used for the zone [#2156](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2156)
* Make sure that the remove cluster is skipped too and add more debugging output for the plugin [#2154](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2154)
* Update go version to 1.22.8 [#2152](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2152)
* Simplify the confirmRemoval code [#2148](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2148)

0 comments on commit 6e1e5fe

Please sign in to comment.