Skip to content

Releases: kubedb/cli

0.8.0

12 Jun 12:18
Compare
Choose a tag to compare

To install v0.8.0 chart, follow the instructions here: https://github.com/kubedb/project/issues/262

0.8.0-rc.0

29 May 10:16
6e177ea
Compare
Choose a tag to compare
0.8.0-rc.0 Pre-release
Pre-release

KubeDB 0.8.0-rc.0 comes with a number of major ux improvements and lots of bug fixes. This release requires Kubernetes 1.9.x or later versions. Databse resume and wipeout support has been updated. The only way to resume a DormantDatabase is by re-creating the original DB object (e.g. Postgres, Elasticsearch, MongoDB, Mysql, Redis or Memcached object). WipeOut option is taken into consideration when deleting a DormantDatabase object. Storage type is required now and no longer defaults to EmptyDir.

To install, please follow the installation procedure here. You can find the quickstart guide here.

Notable Changes

  • Storage is required for DB objects #224 (the-redback)
  • use resources for individual node #223 (aerokite)
  • skip storage secret validation for S3 & GCS #222 (aerokite)
  • Separate apiGroup for mutating and validating webhook #217 (the-redback)
  • Update client-go to 7.0.0 #216 (tamalsaha)
  • Added support for osm 0.7.0 (minio server) #215 (the-redback)
  • Use one Informer and N-eventHandler for Snapshot, DormantDB and Job #210 (the-redback)
  • Generate swagger.json #208 (tamalsaha)
  • Add install pkg for crds #207 (tamalsaha)
  • Fix openapi spec for kubedb crds #206 (tamalsaha)
  • Added shared informer factory #204 (the-redback)
  • Improved Required and Optional fields for kubedb APIs #201 (the-redback)
  • Add CRD Validation #199 (tamalsaha)
  • Generate openapi spec #198 (tamalsaha)
  • Refactored Dormant Database Controller to support KubeDB Mutating #197 (the-redback)
  • Add the diffs to error for spec mismatches between dormantDB and DB object #145
  • Get the kinks out of active/dormant model #144
  • Use apps/v1 api #134
  • Upgrade PostgreSQL version 9.6.6 to 9.6.7 #132
  • Bad DB is resumed when Operator restarts #128
  • Failed to take continuous backup using wal-g for missing env values #124

What's Next
Please use this release in your dev/test/qa cluster and report back any issues. This release is closed for new features. We hope to mark this as GA end of this week.

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