Skip to content

Commit 3b68d9f

Browse files
committed
prepare release v1.43.0
1 parent 833ec65 commit 3b68d9f

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

charts/fdb-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ type: application
1818
version: 0.2.0
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: v1.42.0
21+
appVersion: v1.43.0
2222
maintainers:
2323
- 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.42.0
4+
tag: v1.43.0
55
pullPolicy: IfNotPresent
66
initContainers:
77
6.2:

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.42.0
86+
image: foundationdb/fdb-kubernetes-operator:v1.43.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.42.0
181+
image: foundationdb/fdb-kubernetes-operator:v1.43.0
182182
name: manager
183183
ports:
184184
- containerPort: 8080

docs/changelog/v1.43.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# v1.43.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Move well-known env vars and config map keys into constants [#2101](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2101)
8+
* Improve team tracker checks when DD was restarted [#2100](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2100)
9+
* Try to get the running version based on the reachable coordinators during an upgrade [#2098](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2098)
10+
* Check if the namespace is created by the same test suite [#2097](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2097)
11+
* 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)
12+
* Update go version to 1.22.5 [#2094](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2094)
13+
* Adding permissions for "nodes" resources to the helm chart (#2091) [#2093](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2093)
14+
* Fix race condition in e2e test suite when checking if a pod is deleted [#2092](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2092)
15+
* Run the change coordinator command before excluding the coordinator [#2083](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2083)

0 commit comments

Comments
 (0)