Skip to content

Releases: kubedb/cli

0.8.0-beta.2

28 Feb 13:43
cb0af4c
Compare
Choose a tag to compare
0.8.0-beta.2 Pre-release
Pre-release

KubeDB 0.8.0-beta.2 is here. There have been a lot major of changes since last release. We have also added better documentation. This release requires Kubernetes 1.9.0 or later release. We recommend using this release in a test/qa cluster. For new users, please follow the deployment guide here .

0.8.0-beta.0

07 Jan 08:04
Compare
Choose a tag to compare
0.8.0-beta.0 Pre-release
Pre-release
Release 0.8.0-beta.0

0.7.1

04 Oct 12:29
Compare
Choose a tag to compare

Release 0.7.1 fixes Json unmarshalling bug in CRDs. We recommend upgrading kubedb cli and operator.

0.7.0

26 Sep 15:04
Compare
Choose a tag to compare

KubeDb 0.7.0 comes with CRD support. To install/upgrade, please visit here.

Notable Features

  • Supports migration from TPR to CRD. Drops support for Kubernetes 1.6 and below.
  • Set Affinity and Tolerations from CRD spec.
  • Resume DormantDatabase while original DB is recreated.

0.6.0

24 Jul 08:36
Compare
Choose a tag to compare

KubeDb 0.6.0 refines storage spec for databases. To install, please visit here.

Notable Features

  • Storage spec updated to use existing storageClassName field.

0.5.0

19 Jul 22:13
Compare
Choose a tag to compare

KubeDb 0.5.0 comes with a shiny new website https://kubedb.com and user guides. To install, please visit here.

Notable Features

  • New website is now ready at https://kubedb.com.
  • User documentation available here.
  • Adds missing RBAC permissions for reading StorageClass by name.
  • Apply app=kubedb labels to RBAC objects created for operator.

0.4.0

18 Jul 18:13
Compare
Choose a tag to compare

KubeDB 0.4.0 renames the Elastic tpr to Elasticsearch. In addition, few bugs have been fixed:

  • kubedb init --rbac prints RBAC objects created/updated (#89)
  • kubedb delete causes validation error for doNotPause: true dbs (#87)

0.3.1

17 Jul 05:06
Compare
Choose a tag to compare

Release 0.3.0 reverts back to StorageV1beta1() from StorageV1() api to enable support for Kubernetes 1.5

0.3.0

08 Jul 05:29
Compare
Choose a tag to compare

Release 0.3.0 brings RBAC support to KubeDB. This release also redesigns snapshot storage to include support for both remote (S3, GCS, Azure, OpenStack Swift) and local volumes.

Notable Features

  • Supports RBAC. Use kubedb init --rbac to enable RBAC.
  • Allows setting resources for StatefulSet or Snapshot/Restore jobs.
  • Storage secret format for S3, GCS & Azure has changed.
  • Supports OpenStack swift as snapshot storage.
  • Supports local volumes as snapshot storage.

Release 0.2.0

23 Jun 14:29
Compare
Choose a tag to compare

Release 0.2.0 switches to Kubernetes client-go library and add new commands for database summary reports & comparison.

Notable Features

  • Validates user provided YAML objects at CLI layer.
  • Switched to client-go v3.0.0-beta.0 .
  • Support for summary report.
  • Support for side-car exporter.
  • Reproducible builds.