Skip to content

Commit d6dba03

Browse files
author
Temporal Workflows
committed
Update release notes and yaml files for release 2.14.0
1 parent 605c898 commit d6dba03

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-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.13.0
21+
appVersion: v2.14.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.13.0
4+
tag: v2.14.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.13.0
89+
image: foundationdb/fdb-kubernetes-operator:v2.14.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.13.0
145+
image: foundationdb/fdb-kubernetes-operator:v2.14.0
146146
name: manager
147147
ports:
148148
- containerPort: 8080

docs/changelog/v2.14.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# v2.14.0
2+
3+
## Changes
4+
5+
* Modify Backup URL in Reconciler [#2347](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2347)
6+
* Update documentation for TLS with backup agents [#2358](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2358)
7+
* Add initial implementation of a finalizer for the backup cleanup [#2360](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2360)
8+
* Support specifying backupVersion in Restore Spec [#2317](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2317)
9+
* Add fault domain check for kubectl fdb analyze command [#2362](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2362)
10+
* Remove the deprecated genericclioption [#2363](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2363)
11+
* Allow to replace process groups with a high run loop busy value [#2367](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2367)
12+
* Improve the backup e2e tests to allow multiple tests [#2364](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2364)

0 commit comments

Comments
 (0)