Skip to content

Commit 705b85a

Browse files
committed
Version bump.
1 parent 4458acd commit 705b85a

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

config/samples/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ spec:
129129
valueFrom:
130130
fieldRef:
131131
fieldPath: metadata.namespace
132-
image: foundationdb/fdb-kubernetes-operator:v0.41.0
132+
image: foundationdb/fdb-kubernetes-operator:v0.41.1
133133
name: manager
134134
ports:
135135
- containerPort: 8080

config/samples/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:v0.41.0
86+
image: foundationdb/fdb-kubernetes-operator:v0.41.1
8787
name: manager
8888
env:
8989
- name: FDB_NETWORK_OPTION_EXTERNAL_CLIENT_DIRECTORY

docs/changelog/v0.41.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.41.0
1+
# v0.41.1
22

33
* Fix the security context and ClusterRoleBindings in the helm chart.
44
* Fix some scenarios where we block reconciliation on pending pods.

docs/changelog/v0.41.1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# v0.41.1
2+
3+
* Restore a missing shim

docs/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ published for each major version.
2525

2626
| Operator Version | Most Recent Version | Supported Cluster Models | Supported FDB Versions | Supported Kubernetes Versions |
2727
| ----------------- | ------------------- | ------------------------- | ----------------------- | ----------------------------- |
28-
| 0.x | 0.41.0 | v1beta1 | 6.1.12+ | 1.15.0+ |
28+
| 0.x | 0.41.1 | v1beta1 | 6.1.12+ | 1.15.0+ |
2929

3030
## Preparing for a Major Release
3131

0 commit comments

Comments
 (0)