Skip to content

Commit d25df19

Browse files
committed
Version bump.
1 parent caba2d1 commit d25df19

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
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.43.0
132+
image: foundationdb/fdb-kubernetes-operator:v0.44.0
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.43.0
86+
image: foundationdb/fdb-kubernetes-operator:v0.44.0
8787
name: manager
8888
env:
8989
- name: FDB_NETWORK_OPTION_EXTERNAL_CLIENT_DIRECTORY

docs/changelog/v0.44.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v0.44.0
2+
3+
* Stamp the manager binary with the operator version
4+
* Update go version in our builds
5+
* Remove unnecessary requeue when generating the initial cluster file
6+
* Check the fault tolerance of the cluster before removing process groups
7+
* Refactor the FdbInstance type so we can directly reference pods in more places
8+
* Add prefixes to the default labels used by the operator
9+
* Add constants to represent possible backup states
10+
* Improve timeouts and retries in the HTTP connection to the sidecar process

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.42.1 | v1beta1 | 6.1.12+ | 1.15.0+ |
28+
| 0.x | 0.44.0 | v1beta1 | 6.1.12+ | 1.15.0+ |
2929

3030
## Preparing for a Major Release
3131

helm/fdb-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.2.0
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application.
24-
appVersion: 0.42.1
24+
appVersion: 0.44.0

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: v0.43.0
4+
tag: v0.44.0
55
pullPolicy: IfNotPresent
66

77
initContainers:

0 commit comments

Comments
 (0)