Skip to content

Releases: kubedb/cli

v0.13.0-rc.0

25 Aug 10:29
Compare
Choose a tag to compare
v0.13.0-rc.0 Pre-release
Pre-release

KubeDB v0.13.0-rc.0 brings full SSL support for MongoDB, adds support for PodDisruptionBudget, supports additional MongoDB versions and adds support for Stash as the database backup and recovery tool.

To deploy/upgrade, please follow the setup guide here.

Notable Changes

  • [MongoDB] MongoDB SSL Support: MongoDB now supports all available ClusterAuthMode (i.e., keyFile, sendKeyFile, sendX509 and x509) and SSLMode (i.e., disabled, allowSSL, preferSSL and requireSSL). Default ClusterAuthMode will be x509 if sslmode is not disabled.

  • Analysis and Implement PodDisruptionBudget Policies : Analyzed implemented PodDisruptionBudget to help prevent maintenance work from bringing down the entire cluster.

  • Improve Developer Experience: Introduced makefile to improve the developer experience. Now developers can run:

    • make push to build and push the docker images to docker hub.
    • make install to install the latest build operator into the Kubernetes cluster.
    • make e2e-tests or make e2e-parallel to run e2e tests either sequentially or parallelly.
    • make uninstall to uninstall to the operator.
    • make purge to uninstall the operator and delete all the crd and crd objects.
  • [MongoDB] Support more mongodb versions: Latest MongoDB versions are added. Pre-SSPL (before October 16, 2018) versions (i.e,3.4.17, 3.6.8, 4.0.3, 4.1.4) are also included.

  • Support restic as snapshot uploader: Initial support of restic is added to kubedb. Read about how the backup and restore process works form here.

  • Bug Fixes: Couple of important bug fixes to make the operator more stable.

Ongoing Tasks

Changelog

0.12.0

07 May 12:23
Compare
Choose a tag to compare

KubeDB 0.12.0 brings MongoDB sharding and MySQL clustering support, fixes PostgreSQL WAL archiving bugs for Azure and MinIO and improves the overall stability of the operator.

To deploy on new cluster, please follow the setup guide here. To upgrade from prior version, please see the upgrade manual here.

Notable Changes

Changelog

What's Next
https://github.com/kubedb/project/milestone/9

0.11.0

23 Mar 15:59
Compare
Choose a tag to compare

KubeDB 0.11.0 brings Redis clustering support for Redis 5.0.3, introduces PostgreSQL WAL archiving support for Microsoft Azure & Openstack Swift, supports PSP enabled Kubernetes clusters, applies recommended app.kubernetes.io labels for database objects and improves the overall stability of the operator.

To deploy on new cluster, please follow the setup guide here. To upgrade from prior version, please see the upgrade manual here.

Changelog

What's Next
We are looking to reach 1.0 for KubeDB. We are interested in your feedback. Please take a few minutes to complete this questionnaire: https://appsco.de/kubedb-survey-201902 .

0.10.0

21 Feb 02:19
Compare
Choose a tag to compare

KubeDB 0.10.0 brings Redis clustering support to KubeDB and improves the overall stability of the operator. The other notable features include improved failover support for PostgreSQL, wal-g support for GCS, updates support for various database versions, supports storage spec for snapshot process.

To deploy on new cluster, please follow the setup guide here. To upgrade from prior version, please see the upgrade manual here.

Changelog

What's Next
We are looking to reach 1.0 for KubeDB. We are interested in your feedback. Please take a few minutes to complete this questionnaire: https://appsco.de/kubedb-survey-201902 .

0.9.0

17 Dec 13:00
Compare
Choose a tag to compare

Folks, as we continue to develop the product, we value user feedback highly. If you are using KubeDB, please consider taking a few minutes to complete this questionnaire. https://goo.gl/forms/ddcNVjmDlti9fNFE3 . Thank you!

0.9.0-rc.2

06 Dec 21:21
Compare
Choose a tag to compare
0.9.0-rc.2 Pre-release
Pre-release

This releases fixes a number of upgrade related issues found in 0.9.0-rc.1 . Please test it and let us know if you face any problems. Thanks!

0.9.0-rc.1

04 Dec 09:18
Compare
Choose a tag to compare
0.9.0-rc.1 Pre-release
Pre-release

We have fixed additional bug reports since 0.9.0-rc.0 release. We are planning to mark this 0.9.0 by early next week.

0.9.0-rc.0

15 Oct 10:39
Compare
Choose a tag to compare
0.9.0-rc.0 Pre-release
Pre-release

Docs are updated. We are going to review and test remaining reported issues in this milestone and release 0.9.0 .

0.9.0-beta.1

30 Sep 08:42
bca8921
Compare
Choose a tag to compare
0.9.0-beta.1 Pre-release
Pre-release

Installing via Helm chart does not require onessl anymore and webhooks are automatically enabled now. https://github.com/kubedb/cli/blob/0.9.0-beta.1/docs/setup/install.md#using-helm

Thanks @endrec for your feedback on this issue in #304 .

0.9.0-beta.0

20 Sep 22:41
Compare
Choose a tag to compare
0.9.0-beta.0 Pre-release
Pre-release

KubeDB 0.9.0-beta.0 is here. There have been a lot major of changes since last release. 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 .

We are working on updating the docs and once docs are ready, we are going to release 0.9.0-rc.0 .