Skip to content

Commit 9c20c93

Browse files
authored
Prepare v1.2.0 (#1160)
1 parent 3693906 commit 9c20c93

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

config/deployment/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
containers:
6767
- command:
6868
- /manager
69-
image: foundationdb/fdb-kubernetes-operator:v1.1.1
69+
image: foundationdb/fdb-kubernetes-operator:v1.2.0
7070
name: manager
7171
env:
7272
- name: WATCH_NAMESPACE

config/samples/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ spec:
150150
valueFrom:
151151
fieldRef:
152152
fieldPath: metadata.namespace
153-
image: foundationdb/fdb-kubernetes-operator:v1.1.1
153+
image: foundationdb/fdb-kubernetes-operator:v1.2.0
154154
name: manager
155155
ports:
156156
- containerPort: 8080

docs/changelog/v1.2.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# v1.2.0
2+
3+
## Changes
4+
5+
* Document fail-over with plugin and allow to update config [#1131](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1131).
6+
* Update go version to 1.17.8 [#1147](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1147).
7+
* Recreating pods that are not fully excluded [#1136](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1136).
8+
* Add 7.1.0-rc3 to our CI pipeline [#1128](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1128).
9+
* Add support for ssd-rocksdb-v1 [#1152](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1152).

helm/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.1.1
4+
tag: v1.2.0
55
pullPolicy: IfNotPresent
66

77
initContainers:

0 commit comments

Comments
 (0)