Skip to content

Commit 7ecfa35

Browse files
committed
prepare release v1.27.0
1 parent 8266914 commit 7ecfa35

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

charts/fdb-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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: v1.26.0
24+
appVersion: v1.27.0
2525

2626
maintainers:
2727
- 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.26.0
4+
tag: v1.27.0
55
pullPolicy: IfNotPresent
66

77
initContainers:

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.26.0
86+
image: foundationdb/fdb-kubernetes-operator:v1.27.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.26.0
181+
image: foundationdb/fdb-kubernetes-operator:v1.27.0
182182
name: manager
183183
ports:
184184
- containerPort: 8080

docs/changelog/v1.27.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# v1.27.0
2+
3+
## Changes
4+
5+
### Operator
6+
7+
* Update fdb go bindings to allow copile on MacOS [#1858](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1858)
8+
* Add e2e test to make sure processes in maintenance zone are ignored [#1848](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1848)
9+
* Update docs about resource limits and update defaults to 4GB for a minimal cluster [#1847](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1847)
10+
* Improve the handling of test processes [#1846](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1846)
11+
* Make sure that the PVC and service gets created if a process group gets quickly marked as removal [#1845](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1845)
12+
* Add more logging for upgrade test failure [#1843](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1843)
13+
* Fix flaky migration test setup [#1842](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1842)
14+
* Remove the list call in the remove process groups reconciler and use the get method instead. [#1838](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1838)
15+
* Add failure condition to logging in automatic replacements [#1834](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1834)
16+
* Make the verification of the coordinators more flexible and use the hard limits to validate the locality distribution [#1833](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1833)
17+
* Bump golang.org/x/net from 0.10.0 to 0.17.0 [#1832](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1832)
18+
* Allow e2e test suite to specify downgrade versions [#1831](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1831)
19+
* Increase knob rollout time [#1830](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1830)
20+
* Update docs on fault domain and coordinators [#1826](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1826)
21+
* Add DataLoader to make sure cluster has minimal data [#1762](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1762)
22+
* Initial support for three data hall replication [#1651](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1651)
23+
* Initial doc for replacement buckets [#1368](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1368)

0 commit comments

Comments
 (0)