Skip to content

Commit

Permalink
prepare release v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammolitor committed Oct 23, 2023
1 parent 8266914 commit 7ecfa35
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fdb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v1.26.0
appVersion: v1.27.0

maintainers:
- name: "foundationdb-ci"
2 changes: 1 addition & 1 deletion charts/fdb-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
image:
repository: foundationdb/fdb-kubernetes-operator
tag: v1.26.0
tag: v1.27.0
pullPolicy: IfNotPresent

initContainers:
Expand Down
2 changes: 1 addition & 1 deletion config/deployment/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
containers:
- command:
- /manager
image: foundationdb/fdb-kubernetes-operator:v1.26.0
image: foundationdb/fdb-kubernetes-operator:v1.27.0
name: manager
env:
- name: WATCH_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion config/samples/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: foundationdb/fdb-kubernetes-operator:v1.26.0
image: foundationdb/fdb-kubernetes-operator:v1.27.0
name: manager
ports:
- containerPort: 8080
Expand Down
23 changes: 23 additions & 0 deletions docs/changelog/v1.27.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# v1.27.0

## Changes

### Operator

* Update fdb go bindings to allow copile on MacOS [#1858](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1858)
* Add e2e test to make sure processes in maintenance zone are ignored [#1848](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1848)
* Update docs about resource limits and update defaults to 4GB for a minimal cluster [#1847](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1847)
* Improve the handling of test processes [#1846](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1846)
* 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)
* Add more logging for upgrade test failure [#1843](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1843)
* Fix flaky migration test setup [#1842](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1842)
* 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)
* Add failure condition to logging in automatic replacements [#1834](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1834)
* 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)
* Bump golang.org/x/net from 0.10.0 to 0.17.0 [#1832](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1832)
* Allow e2e test suite to specify downgrade versions [#1831](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1831)
* Increase knob rollout time [#1830](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1830)
* Update docs on fault domain and coordinators [#1826](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1826)
* Add DataLoader to make sure cluster has minimal data [#1762](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1762)
* Initial support for three data hall replication [#1651](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1651)
* Initial doc for replacement buckets [#1368](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1368)

0 comments on commit 7ecfa35

Please sign in to comment.