Skip to content

Commit

Permalink
prepare release v1.43.0 (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
bktsh committed Jul 15, 2024
1 parent 2bf00fc commit 5793103
Show file tree
Hide file tree
Showing 5 changed files with 19 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.42.0
appVersion: v1.43.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.42.0
tag: v1.43.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.42.0
image: foundationdb/fdb-kubernetes-operator:v1.43.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.42.0
image: foundationdb/fdb-kubernetes-operator:v1.43.0
name: manager
ports:
- containerPort: 8080
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog/v1.43.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# v1.43.0

## Changes

### Operator

* Move well-known env vars and config map keys into constants [#2101](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2101)
* Improve team tracker checks when DD was restarted [#2100](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2100)
* Try to get the running version based on the reachable coordinators during an upgrade [#2098](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2098)
* Check if the namespace is created by the same test suite [#2097](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2097)
* Make sure to only check the isolate process group annotation if a pod was returned [#2095](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2095)
* Update go version to 1.22.5 [#2094](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2094)
* Adding permissions for "nodes" resources to the helm chart (#2091) [#2093](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2093)
* Fix race condition in e2e test suite when checking if a pod is deleted [#2092](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2092)
* Run the change coordinator command before excluding the coordinator [#2083](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2083)

0 comments on commit 5793103

Please sign in to comment.