Skip to content

Commit

Permalink
prepare release v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammolitor committed Dec 1, 2023
1 parent 71420c2 commit 26600ea
Show file tree
Hide file tree
Showing 5 changed files with 25 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 @@ -21,7 +21,7 @@ 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.28.0
appVersion: v1.29.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.28.0
tag: v1.29.0
pullPolicy: IfNotPresent

initContainers:
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.28.0
image: foundationdb/fdb-kubernetes-operator:v1.29.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.28.0
image: foundationdb/fdb-kubernetes-operator:v1.29.0
name: manager
ports:
- containerPort: 8080
Expand Down
21 changes: 21 additions & 0 deletions docs/changelog/v1.29.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# v1.29.0

## Changes

### Operator

* Fix logic when sidecar is unreachable for missing process detection [#1896](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1896)
* Update the way the operator deployment is created and verified [#1895](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1895)
* Add more logs when the fetched status has issues [#1893](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1893)
* Allow to set the namespace in the three data hall example [#1892](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1892)
* fixing error in AllAddressesExcluded [#1891](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1891)
* Add cache to plugin [#1888](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1888)
* Improve exclusion check to make sure that enough processes are up and running [#1887](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1887)
* Ignore HA locality-based exclusion test if version doesn't support locality based exclusions [#1886](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1886)
* Three data hall enable locking by default [#1885](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1885)
* Allow to define creationTimestamp mock [#1882](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1882)
* Add check for plugin version upgrades [#1881](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1881)
* Make sure the exclusion is tried again [#1880](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1880)
* Make sure the e2e test suite only runs locality based e2e tests if the provided versions support it [#1879](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1879)
* Refactor the check process method and remove some duplicate work [#1870](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1870)
* including processes using excluded server list [#1857](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1857)

0 comments on commit 26600ea

Please sign in to comment.