Skip to content

Commit

Permalink
prepare release v1.42.0 (#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnamasivayam committed Jun 28, 2024
1 parent 4754790 commit 04cd76c
Show file tree
Hide file tree
Showing 5 changed files with 31 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.41.0
appVersion: v1.42.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.41.0
tag: v1.42.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.41.0
image: foundationdb/fdb-kubernetes-operator:v1.42.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.41.0
image: foundationdb/fdb-kubernetes-operator:v1.42.0
name: manager
ports:
- containerPort: 8080
Expand Down
27 changes: 27 additions & 0 deletions docs/changelog/v1.42.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# v1.42.0

## Changes

### Operator

* Add more logging for missing processes in upgrade variations [#2087](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2087)
* Disable unified image tests until image is updated [#2085](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2085)
* Fix a bug where a process group with the same ID could be generated [#2084](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2084)
* Minor fixes for our e2e tests to improve reliability [#2082](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2082)
* Make sure the fdb-kubernetes-operator is forcing the ownership of the status subresource [#2081](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2081)
* Increase the replacement wait time [#2079](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2079)
* Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 [#2078](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2078)
* Remove enable node watch setting as this can be enabled with an env variable [#2077](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2077)
* 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)
* Refactor operator to make use of the fdb-kubernetes-monitor API [#2075](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2075)
* Minor bug fixes for the e2e test suite [#2074](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2074)
* Don't reset the last reconciled generation [#2073](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2073)
* Randomize process group ids [#2072](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2072)
* Make sure to wait until the namespace is completely deleted [#2070](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2070)
* Add better error message when command failed and remove flaky check [#2069](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2069)
* Add support for isolating a process group in the operator [#2068](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2068)
* Add future defaults for operator 2.0 release [#2066](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2066)
* Document the delay shutdown feature and check in update Pods if pod is missing [#2065](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2065)
* 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)
* use extendEnv instead of append to container.Env [#2062](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2062)
* Make use of unstructured when using SSA to prevent default values causing issues [#1962](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1962)

0 comments on commit 04cd76c

Please sign in to comment.