Skip to content

v1.42.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 22:27
04cd76c

v1.42.0

Changes

Operator

  • Add more logging for missing processes in upgrade variations #2087
  • Disable unified image tests until image is updated #2085
  • Fix a bug where a process group with the same ID could be generated #2084
  • Minor fixes for our e2e tests to improve reliability #2082
  • Make sure the fdb-kubernetes-operator is forcing the ownership of the status subresource #2081
  • Increase the replacement wait time #2079
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 #2078
  • Remove enable node watch setting as this can be enabled with an env variable #2077
  • Add an upgrade test case where a single fdb-kubernetes-monitor is not able to connect to the Kubernetes API #2076
  • Refactor operator to make use of the fdb-kubernetes-monitor API #2075
  • Minor bug fixes for the e2e test suite #2074
  • Don't reset the last reconciled generation #2073
  • Randomize process group ids #2072
  • Make sure to wait until the namespace is completely deleted #2070
  • Add better error message when command failed and remove flaky check #2069
  • Add support for isolating a process group in the operator #2068
  • Add future defaults for operator 2.0 release #2066
  • Document the delay shutdown feature and check in update Pods if pod is missing #2065
  • Add a test case for a multi-region cluster where the majority of coordinators fail #2064
  • use extendEnv instead of append to container.Env #2062
  • Make use of unstructured when using SSA to prevent default values causing issues #1962