Skip to content

Releases: FoundationDB/fdb-kubernetes-operator

v1.52.0

15 Nov 19:20
73b1f51
Compare
Choose a tag to compare

v1.52.0

Changes

Operator

  • Enable unified image tests #2165
  • Restart processes only once when doing a setting rollout and include uptime from processes #2164
  • Adding a new e2e test for producing data loss #2162
  • Ensure the the cluster reconciler status is set to be in simulation after each test #2160

v1.51.0

01 Nov 17:36
cadf6ba
Compare
Choose a tag to compare

v1.51.0

Changes

Operator

  • Try to batch the exclusions of transaction system processes together #2158
  • Smaller doc fixes #2157
  • Fix the unified image setup during bootstrap when a custom environment variable is used for the zone #2156
  • Make sure that the remove cluster is skipped too and add more debugging output for the plugin #2154
  • Update go version to 1.22.8 #2152
  • Simplify the confirmRemoval code #2148

v1.50.0

18 Oct 20:17
be79b33
Compare
Choose a tag to compare

v1.50.0

Changes

Operator

  • Fix the case where the process group gets removed without the addresses being included #2147
  • Update the docs for e2e tests with a custom FDB version #2146
  • Fix output for kubectl fdb exec command #2145
  • Update docs unified image #2143
  • Fix some bugs in the e2e test suite when only one version mapping is provided and fix the setup of the data loader #2141
  • Add an operator e2e exclusion tests when a single log process has high latency #2138

v1.49.0

04 Oct 17:59
c67e073
Compare
Choose a tag to compare

v1.49.0

Changes

Operator

  • Remove Minio config and make use of SeaweedFS #2137
  • Add support for storage migration in the operator #2090

v1.48.0

20 Sep 21:05
2ce9e19
Compare
Choose a tag to compare

v1.48.0

Changes

Operator

  • Fix the get logs from Pod set #2135
  • Fix the missing test suite name #2133
  • Change timeout for health tracker test #2132
  • Update to go 1.22.7 #2131
  • Improve the tester handling when a cluster is upgraded #2130
  • Add recovery plugin clean #2127

v1.47.0

05 Sep 19:48
f37605d
Compare
Choose a tag to compare

v1.47.0

Changes

Operator

  • Add test suite name into namespace and cluster name to reduce conflicts #2126
  • Refactor exec code to share same code and add plugin e2e test suite #2122
  • Initial docs for coordinator recovery and e2e test #2121
  • Read the coordinator IPs from the running Pods if they are present #2119
  • Only release the lock when the cluster is reconciled #2117
  • Improve logging for fdbclient and lock client to see what subreconciler issued the command #2116

v1.46.0

23 Aug 19:28
c8d0005
Compare
Choose a tag to compare

v1.46.0

Changes

Operator

  • Make sure the e2e tests are running with different storage engines #2113

v1.45.0

09 Aug 22:31
a489df5
Compare
Choose a tag to compare

v1.45.0

Changes

Operator

  • Bug fix: Added required field namespace for global mode #2112
  • Allow the operator to replace process groups with an I/O error #2111
  • Make sure the operator provides an error message when the command line is too long #2110
  • Ensure that the status checker unsets the FDB network options #2109
  • Correct the base image for the unified image and increase the memory for the FDB pods to 8GiB #2107

v1.44.0

26 Jul 19:30
a4c8aa7
Compare
Choose a tag to compare

v1.44.0

Changes

Operator

  • Fix the update status setup when a different image type is used #2106
  • Fix typo in documentation mention of redundancy_mode #2104
  • Update examples for imageType setting #2102
  • Make sure to test if the fdb-kubernetes-monitor is able to update the annotation after the partition #2096

v1.43.0

15 Jul 17:54
Compare
Choose a tag to compare

v1.43.0

Changes

Operator

  • Move well-known env vars and config map keys into constants #2101
  • Improve team tracker checks when DD was restarted #2100
  • Try to get the running version based on the reachable coordinators during an upgrade #2098
  • Check if the namespace is created by the same test suite #2097
  • Make sure to only check the isolate process group annotation if a pod was returned #2095
  • Update go version to 1.22.5 #2094
  • Adding permissions for "nodes" resources to the helm chart (#2091) #2093
  • Fix race condition in e2e test suite when checking if a pod is deleted #2092
  • Run the change coordinator command before excluding the coordinator #2083