Skip to content

Commit

Permalink
prepare release v1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammolitor committed May 17, 2024
1 parent b407f61 commit 8b6d231
Show file tree
Hide file tree
Showing 5 changed files with 17 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.38.0
appVersion: v1.39.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.38.0
tag: v1.39.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.38.0
image: foundationdb/fdb-kubernetes-operator:v1.39.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.38.0
image: foundationdb/fdb-kubernetes-operator:v1.39.0
name: manager
ports:
- containerPort: 8080
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog/v1.39.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# v1.39.0

## Changes

### Operator

* Unify operator args for the sidecar and unified image approach [#2030](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2030)
* Improve reliability of the reset maintenance test [#2027](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2027)
* Initial support for the unified image in the backup deployment [#2025](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2025)
* Run trivy only for the operator image [#2023](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2023)
* Update to go 1.22.3 [#2019](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2019)
* Prefer upgraded processes for coordinators when the operator chooses the coordinators [#2017](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2017)
* Add a new e2e test for knob rollout with process group replacement [#2013](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2013)

0 comments on commit 8b6d231

Please sign in to comment.