Skip to content

Commit 96c2201

Browse files
author
Leonidas Tsampros
authored
Merge pull request #949 from ltsampros/feature/ltsampros/v0.45.0
add changelog for upcoming v0.45.0 release
2 parents c98132d + 3a858f4 commit 96c2201

File tree

4 files changed

+17
-3
lines changed

4 files changed

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

docs/changelog/v0.45.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# v0.45.0
2+
3+
* Added flag in `FoundationDBClusterAutomationOptions` for enabling no-wait excludes
4+
* Refactor exposed methods
5+
* Specify the complete registry to allow builds with container
6+
runtimes/builders other than docker
7+
* Make DatabaseConfiguration explicit
8+
* Corrected the log level to error for all error in `UpdatePodConfig`
9+
* Deprecated `enforceFullReplicationForDeletion`
10+
* Ensure in reconcilers that we iterate over ProcessGroups not
11+
Instances/Pods, fixing #918
12+
* `ProcessGroupIDLabels` and `ProcessClassLabels` have a new max limit of
13+
100 items
14+
* pod client: uses the default retry policy of hashicorp/go-retryablehttp

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

77
initContainers:

0 commit comments

Comments
 (0)