Releases: kubedb/cli
0.8.0-beta.2
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
Release 0.8.0-beta.0
0.7.1
Release 0.7.1 fixes Json unmarshalling bug in CRDs. We recommend upgrading kubedb cli and operator.
0.7.0
0.6.0
0.5.0
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
0.3.1
0.3.0
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
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.