Skip to content

Commit c8376c9

Browse files
prepare release v1.35.0 (#1979)
1 parent 2ee6d05 commit c8376c9

File tree

5 files changed

+23
-4
lines changed

5 files changed

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

docs/changelog/v1.35.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# v1.35.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Remove an unnecessary error return value by compiling the regex [#1977](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1977)
8+
* Improve documentation [#1975](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1975)
9+
* Report correct current uptime in log line for safe bounce check [#1974](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1974)
10+
* Correct version check for automatic tester process removal [#1972](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1972)
11+
* Add safety checks for inclusion and improve the exclusion check [#1971](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1971)
12+
* Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 [#1970](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1970)
13+
* Update the state of the helm charts [#1968](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1968)
14+
* Initial changes for new maintenance mode integration [#1967](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1967)
15+
* make GetProcessSettings not return volumeClaimTemplate for stateless … [#1965](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1965)
16+
* Update documentation to mention the preferred nature of the generated pod anti-affinity rule and how to override it [#1963](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1963)
17+
* Add the known limitation that the FDB cluster is only reachable from within Kubernetes [#1961](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1961)
18+
* Allow more addresses to be present in the upgrade bounce case [#1960](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1960)
19+
* Update pods check needs removal [#1954](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1954)

0 commit comments

Comments
 (0)