Skip to content

Releases: FoundationDB/fdb-kubernetes-operator

v2.7.0

13 Jun 16:06
edb7da6
Compare
Choose a tag to compare

v2.7.0

Changes

Operator

  • Allow bypassing the downgrade check with the IgnoreUpgradabilityChecks flag. #2278

v2.6.0

28 May 23:23
e0143e5
Compare
Choose a tag to compare

v2.6.0

Changes

  • Add support for the operator to run on ARM #2276
  • Fix crash in findFoundationDBClusterForNode when in global mode #2273
  • Remove maintenance information if process group doesn't exist #2279
  • Update the go version to 1.23.9 #2281
  • Add support management api #2261
  • Run the addPods reconciler before connecting to FDB in case we use DNS entries in the cluster file #2283

v2.5.0

16 May 20:15
eb08e11
Compare
Choose a tag to compare

v2.5.0

Changes

Operator

  • Update the operator example deployments to reflect current supported FDB versions #2275
  • Correct the handling of images in different scenarios #2268
  • Update test case to set correct resource quota and work with multi-cluster setup #2264

v2.4.0

02 May 18:07
83d75ed
Compare
Choose a tag to compare

v2.4.0

Changes

Operator

  • Add additional fields to the model for the FDB database status. #2267
  • Bump golang.org/x/net from 0.36.0 to 0.38.0 #2265

v2.3.0

04 Apr 18:01
9ba9c34
Compare
Choose a tag to compare

v2.3.0

Changes

Operator

  • Ensure that the cordon command doesn't stop when a node doesn't host any pods #2260
  • Implement changes for Multi-Cluster coordination between multiple operator instances. #2259
  • Add a dedicated condition for wrong pod metadata #2258
  • Remove the last usage of the pvc map method #2257
  • Fix test case for Pod IP family change #2256
  • Add support for using patch to update pods instead of update #2253

v2.2.0

21 Mar 18:00
0a321fd
Compare
Choose a tag to compare

v2.2.0

Changes

Operator

  • Update golang and xnet #2251
  • Ensure that pods are replaced if we change the Pod IP family #2247
  • Ensure that the operator checks if the processes for newly created pods are up and running for the update pod config reconciler #2244
  • Fix a bug in the connection string parser when a cluster has a single letter as name #2240
  • Correct check for incompatible clients if the coordinator pod hosted more than one process #2238
  • Changes in update database configuration to detect if the database was configured #2237
  • Check the current cluster status before removing maintenance mode #2235
  • Improvements to e2e tests and documentation #2233
  • Change the ordering of the coordinator change and the exclusion #2232
  • Update cluster file usage. #2230

v2.1.0

07 Mar 19:19
c6e6862
Compare
Choose a tag to compare

v2.1.0

Changes

Operator

  • Allow to modify the default CPU and memory for pods #2236
  • Remove the 3DH setup from e2e pipeline to reduce required resources #2231
  • Avoid panics when merging custom annotation/labels #2227
  • Fix PR action for docker build #2225
  • Update the e2e tests to reflect the new defaults #2222
  • Don't run backup tests for bad version #2221
  • Add a new label for running a quick upgrade test case #2201

v2.0.0

24 Feb 11:09
fa595ff
Compare
Choose a tag to compare

v2.0.0

Changes

Action Required

Please read the required steps before upgrading in the compatibility guide.

Breaking Changes

  • Dropped support for the v1beta1 CRD #2212
  • Use locality-based exclusions per default #2212
  • Use DNS in cluster files per default #2212
  • Use the unified image per default #2212
  • Drop support for FDB 6.2 and 6.3 #2212
  • Drop support for custom PVC names #2213
  • Drop support for custom ConfigMap names #2215

Operator

  • Changes for the operator v2 release #2212
  • Ensure operator uses static names for PVC #2213
  • Ensure that the ConfigMap name for the cluster can't be modified #2215

v1.55.0

07 Feb 20:30
b9bfd54
Compare
Choose a tag to compare

v1.55.0

Changes

Operator

  • Ensure that the tag suffix is only added when it is missing #2208
  • Check if the newly added process group ID is already excluded #2207
  • Update docs for three data hall and move something to implemented #2206
  • Ensure reconcilation is requeued for restore controller if the restore is not completed #2203
  • Allow to modify the e2e peer verification string #2202
  • Add the restore state to the restore CRD #2198
  • Mark the HA upgrade test where no remote processes are restarted as pending until it passes reliably #2197
  • Ensure the init container is removed if the unified image should be used #2195
  • docs: document procedure to migrate a live cluster to three-data-hall redundancy #2191

v1.54.0

24 Jan 20:30
7c8b782
Compare
Choose a tag to compare

v1.54.0

Changes

Operator

  • Update go version and FDB versions for e2e testing #2194