Skip to content

Commit

Permalink
prepare release v1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammolitor committed Mar 9, 2024
1 parent fe2cf42 commit c190b62
Show file tree
Hide file tree
Showing 5 changed files with 15 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.33.0
appVersion: v1.34.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.33.0
tag: v1.34.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.33.0
image: foundationdb/fdb-kubernetes-operator:v1.34.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.33.0
image: foundationdb/fdb-kubernetes-operator:v1.34.0
name: manager
ports:
- containerPort: 8080
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog/v1.34.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# v1.34.0

## Changes

### Operator

* Minor typo fix in mention of localities [#1957](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1957)
* Document issue with older fdb bindings and DNS support [#1956](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1956)
* Fix the e2e test case for the new FDB version that supports to remove old tester processes automatically [#1955](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1955)
* Fix nil pointer ha e2e [#1952](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1952)
* Disable flaky test in nightly runs [#1947](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1947)

0 comments on commit c190b62

Please sign in to comment.