Skip to content

Commit 9ba9c34

Browse files
authored
prepare release v2.3.0 (#2263)
1 parent 84fbb5c commit 9ba9c34

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

charts/fdb-operator/Chart.yaml

+1-1
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.2.0
21+
appVersion: v2.3.0
2222
maintainers:
2323
- name: "foundationdb-ci"

charts/fdb-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
image:
33
repository: foundationdb/fdb-kubernetes-operator
4-
tag: v2.2.0
4+
tag: v2.3.0
55
pullPolicy: IfNotPresent
66
initContainers:
77
6.2:

config/deployment/manager.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
containers:
8484
- command:
8585
- /manager
86-
image: foundationdb/fdb-kubernetes-operator:v2.2.0
86+
image: foundationdb/fdb-kubernetes-operator:v2.3.0
8787
name: manager
8888
env:
8989
- name: WATCH_NAMESPACE

config/samples/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ spec:
178178
valueFrom:
179179
fieldRef:
180180
fieldPath: metadata.namespace
181-
image: foundationdb/fdb-kubernetes-operator:v2.2.0
181+
image: foundationdb/fdb-kubernetes-operator:v2.3.0
182182
name: manager
183183
ports:
184184
- containerPort: 8080

docs/changelog/v2.3.0.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# v2.3.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Ensure that the cordon command doesn't stop when a node doesn't host any pods [#2260](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2260)
8+
* Implement changes for Multi-Cluster coordination between multiple operator instances. [#2259](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2259)
9+
* Add a dedicated condition for wrong pod metadata [#2258](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2258)
10+
* Remove the last usage of the pvc map method [#2257](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2257)
11+
* Fix test case for Pod IP family change [#2256](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2256)
12+
* Add support for using patch to update pods instead of update [#2253](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2253)

0 commit comments

Comments
 (0)