Skip to content

Commit 04cd76c

Browse files
authored
prepare release v1.42.0 (#2089)
1 parent 4754790 commit 04cd76c

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-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.41.0
21+
appVersion: v1.42.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.41.0
4+
tag: v1.42.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.41.0
86+
image: foundationdb/fdb-kubernetes-operator:v1.42.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.41.0
181+
image: foundationdb/fdb-kubernetes-operator:v1.42.0
182182
name: manager
183183
ports:
184184
- containerPort: 8080

docs/changelog/v1.42.0.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# v1.42.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Add more logging for missing processes in upgrade variations [#2087](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2087)
8+
* Disable unified image tests until image is updated [#2085](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2085)
9+
* Fix a bug where a process group with the same ID could be generated [#2084](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2084)
10+
* Minor fixes for our e2e tests to improve reliability [#2082](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2082)
11+
* Make sure the fdb-kubernetes-operator is forcing the ownership of the status subresource [#2081](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2081)
12+
* Increase the replacement wait time [#2079](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2079)
13+
* Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 [#2078](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2078)
14+
* Remove enable node watch setting as this can be enabled with an env variable [#2077](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2077)
15+
* Add an upgrade test case where a single fdb-kubernetes-monitor is not able to connect to the Kubernetes API [#2076](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2076)
16+
* Refactor operator to make use of the fdb-kubernetes-monitor API [#2075](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2075)
17+
* Minor bug fixes for the e2e test suite [#2074](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2074)
18+
* Don't reset the last reconciled generation [#2073](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2073)
19+
* Randomize process group ids [#2072](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2072)
20+
* Make sure to wait until the namespace is completely deleted [#2070](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2070)
21+
* Add better error message when command failed and remove flaky check [#2069](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2069)
22+
* Add support for isolating a process group in the operator [#2068](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2068)
23+
* Add future defaults for operator 2.0 release [#2066](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2066)
24+
* Document the delay shutdown feature and check in update Pods if pod is missing [#2065](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2065)
25+
* Add a test case for a multi-region cluster where the majority of coordinators fail [#2064](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2064)
26+
* use extendEnv instead of append to container.Env [#2062](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2062)
27+
* Make use of unstructured when using SSA to prevent default values causing issues [#1962](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1962)

0 commit comments

Comments
 (0)