Skip to content

Commit 1d74495

Browse files
committed
prepare release v1.40.0
1 parent d37fe4e commit 1d74495

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-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: v1.39.0
21+
appVersion: v1.40.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: v1.39.0
4+
tag: v1.40.0
55
pullPolicy: IfNotPresent
66
initContainers:
77
6.2:

config/deployment/manager.yaml

Lines changed: 1 addition & 1 deletion
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:v1.39.0
86+
image: foundationdb/fdb-kubernetes-operator:v1.40.0
8787
name: manager
8888
env:
8989
- name: WATCH_NAMESPACE

config/samples/deployment.yaml

Lines changed: 1 addition & 1 deletion
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:v1.39.0
181+
image: foundationdb/fdb-kubernetes-operator:v1.40.0
182182
name: manager
183183
ports:
184184
- containerPort: 8080

docs/changelog/v1.40.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# v1.40.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Refactor replacement tests for better readability [#2044](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2044)
8+
* Use the same ConfigMap entries for all different process configuration [#2038](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2038)
9+
* Allow to override the image tag for specific versions [#2037](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2037)
10+
* Add a test case for the unified image to check what happens if the Kubernetes API is partitioned [#2036](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2036)
11+
* Add support for env variables in custom parameters for the unified image [#2035](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2035)
12+
* Fix DNS setup for unified image and make sure env variable is set [#2031](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2031)
13+
* Add support for PodIPFamily in the unified image [#2028](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2028)
14+
* quick doc addition to help emphasize recreation vs replacement terms [#2024](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2024)
15+
* Make sure we ignore clients that share the same machine address as a process from the FoundationDB cluster [#2022](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2022)
16+
* Replace pod for instances with changed file security context [#2014](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2014)

0 commit comments

Comments
 (0)