Skip to content

Commit b5e4c53

Browse files
author
Temporal Workflows
committed
Update release notes and yaml files for release 2.15.0
1 parent 479ce75 commit b5e4c53

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-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: v2.14.0
21+
appVersion: v2.15.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: v2.14.0
4+
tag: v2.15.0
55
pullPolicy: IfNotPresent
66
initContainers:
77
7.1:

config/deployment/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
containers:
8787
- command:
8888
- /manager
89-
image: foundationdb/fdb-kubernetes-operator:v2.14.0
89+
image: foundationdb/fdb-kubernetes-operator:v2.15.0
9090
name: manager
9191
env:
9292
- name: WATCH_NAMESPACE

config/samples/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
valueFrom:
143143
fieldRef:
144144
fieldPath: metadata.namespace
145-
image: foundationdb/fdb-kubernetes-operator:v2.14.0
145+
image: foundationdb/fdb-kubernetes-operator:v2.15.0
146146
name: manager
147147
ports:
148148
- containerPort: 8080

docs/changelog/v2.15.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v2.15.0
2+
3+
## Changes
4+
5+
* Enable encryption in backup operator test [#2355](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2355)
6+
* Fix the IP family conversion with the unified image if the IP family was unset [#2369](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2369)
7+
* Add support for one time backup [#2370](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2370)
8+
* Make use of unified image and RocksDB as storage engine per default in our e2e tests to reduce test variations [#2371](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2371)
9+
* Add a new metric that tracks the coordinator changes per cluster [#2372](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2372)
10+
* Update FDB versions used for the e2e PR tests [#2365](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2365)

0 commit comments

Comments
 (0)