Skip to content

Commit

Permalink
prepare release v1.35.0 (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMcManus authored Mar 25, 2024
1 parent 2ee6d05 commit c8376c9
Show file tree
Hide file tree
Showing 5 changed files with 23 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.34.0
appVersion: v1.35.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.34.0
tag: v1.35.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.34.0
image: foundationdb/fdb-kubernetes-operator:v1.35.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.34.0
image: foundationdb/fdb-kubernetes-operator:v1.35.0
name: manager
ports:
- containerPort: 8080
Expand Down
19 changes: 19 additions & 0 deletions docs/changelog/v1.35.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# v1.35.0

## Changes

### Operator

* Remove an unnecessary error return value by compiling the regex [#1977](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1977)
* Improve documentation [#1975](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1975)
* Report correct current uptime in log line for safe bounce check [#1974](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1974)
* Correct version check for automatic tester process removal [#1972](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1972)
* Add safety checks for inclusion and improve the exclusion check [#1971](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1971)
* Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 [#1970](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1970)
* Update the state of the helm charts [#1968](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1968)
* Initial changes for new maintenance mode integration [#1967](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1967)
* make GetProcessSettings not return volumeClaimTemplate for stateless … [#1965](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1965)
* 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)
* Add the known limitation that the FDB cluster is only reachable from within Kubernetes [#1961](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1961)
* Allow more addresses to be present in the upgrade bounce case [#1960](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1960)
* Update pods check needs removal [#1954](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1954)

0 comments on commit c8376c9

Please sign in to comment.