Skip to content

Releases: nutanix-cloud-native/ndb-operator

v0.5.5

30 Apr 12:32
0447cd5

Choose a tag to compare

Release Notes:

  • Add Support for Oracle SI DB
  • NDB Operator now supports HA instance for Postgres DB. Please refer to specific release notes here
  • Go version is upgraded to 1.26.2 and K8s packages are bumped up to match K8s cluster 1.35+ version (backward compatible till 1.33)

v0.5.4

02 Apr 18:52
5961482

Choose a tag to compare

Release Notes:

  • Database CR now supports default configmap resource reference which reduces the input fields by using configmapRef.
  • User or Admin has to define configmap resource beforehand with default values (ex: software profiles, compute size etc) and infer configmap resource name in the database CR.
  • Values that are explicitely given in Database CR overrides configmap defaults.
  • Uses kube-rbac-proxy version 0.21.2 and go version 1.25.8 ( CVE fixes).

v0.5.3

03 Mar 18:02
90b863b

Choose a tag to compare

Release Notes:

  • NDBServer is cluster-scoped – NDBServer is now a cluster-scoped resource; create it once and reference it by name from any namespace.
  • Credentials in a dedicated namespace – NDB API credentials are specified via credentialSecretRef (secret name + namespace), e.g. ndb-credentials, instead of a namespaced secret name only.
  • Name to UUID resolution: cluster name, snapshot name are resolved to uuid internally in database CRs to make it developer friendly.
  • Upgraded K8s packages that support version 1.35+
  • Fixed vulnerabilities (CVEs)

v0.5.2

29 Jan 11:23
117c734

Choose a tag to compare

What's Changed

  • Fixed kube-rbac-proxy image registry (now using quay.io)
  • Updated Go dependencies
  • Kubernetes 1.32+ support

Other Changes

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

22 Apr 17:17
0ab7d1e

Choose a tag to compare

What's Changed

  • Bumped up CONTROLLER_TOOLS_VERSION from v0.9.2 to v0.14.0 by @tuxtof in #196.
  • Bumped up go version in go.mod and workflows from 1.20 to 1.21.7 by @mazin-s in #183.
  • Bumped up kube-rbac-proxy version from v0.15.0 to v0.16.0 by @mazin-s in #183.
  • Removed samples folder reference which was located in config/manifests/kustomization by @mazin-s in #183.
  • Fixed static lint errors by @manavrajvanshi in #183
  • Increased unit test coverage to 78% by @manavrajvanshi in #183
  • Add a new makefile target to give coverage numbers by @manavrajvanshi in #183.
  • Introduced an interface for the rest client - NDBClientHTTPInterface to mock the responses from NDB instead of spinning up a new http server for every test by @manavrajvanshi in #183.
  • Added E2E additional logging for setting up log environment failure case by @mazin-s in #183.

v0.5.0

07 Nov 17:05
f246dec

Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.5.0

v0.0.7

22 Aug 16:59
10b80df

Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

26 Jul 00:56
8edafe3

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.0.5...v0.0.6

v0.0.5

21 Jun 04:55
10563eb

Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

04 May 00:16
109d8fe

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.0.3...v0.0.4