Skip to content

Commit 26600ea

Browse files
committed
prepare release v1.29.0
1 parent 71420c2 commit 26600ea

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

charts/fdb-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.2.0
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application.
24-
appVersion: v1.28.0
24+
appVersion: v1.29.0
2525

2626
maintainers:
2727
- 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.28.0
4+
tag: v1.29.0
55
pullPolicy: IfNotPresent
66

77
initContainers:

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

docs/changelog/v1.29.0.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# v1.29.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Fix logic when sidecar is unreachable for missing process detection [#1896](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1896)
8+
* Update the way the operator deployment is created and verified [#1895](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1895)
9+
* Add more logs when the fetched status has issues [#1893](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1893)
10+
* Allow to set the namespace in the three data hall example [#1892](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1892)
11+
* fixing error in AllAddressesExcluded [#1891](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1891)
12+
* Add cache to plugin [#1888](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1888)
13+
* Improve exclusion check to make sure that enough processes are up and running [#1887](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1887)
14+
* Ignore HA locality-based exclusion test if version doesn't support locality based exclusions [#1886](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1886)
15+
* Three data hall enable locking by default [#1885](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1885)
16+
* Allow to define creationTimestamp mock [#1882](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1882)
17+
* Add check for plugin version upgrades [#1881](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1881)
18+
* Make sure the exclusion is tried again [#1880](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1880)
19+
* 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)
20+
* Refactor the check process method and remove some duplicate work [#1870](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1870)
21+
* including processes using excluded server list [#1857](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1857)

0 commit comments

Comments
 (0)