Releases: kubedb/docs
v2022.12.28
What's Changed
- Run GH actions on ubuntu-20.04 by @1gtm in #516
- ProxySQL Doc by @TasdidurRahman in #513
- Update mysql docs by @heheh13 in #512
- Prepare for release v2022.12.13-rc.0 by @1gtm in #517
- Add MongoDB Hidden-node; Restart & Reprovision opsRequests by @ArnobKumarSaha in #509
- How to delete CRD objects after uninstall by @denist-huma in #511
- Update mongo doc upto release v2022.10.18 by @ArnobKumarSaha in #508
- Fix Doc Tree by @TasdidurRahman in #520
- Add ProxySQL Monitoring Docs by @TasdidurRahman in #521
- Prepare for release v2022.12.24-rc.1 by @1gtm in #522
- Add Percona XtraDB Docs by @spectro30 in #518
- Prepare for release v2022.12.28 by @1gtm in #523
New Contributors
- @denist-huma made their first contribution in #511
Full Changelog: v2022.10.18...v2022.12.28
v2022.10.18
What's Changed
- Fix Redis Quickstart Docs by @shaad7 in #503
- Change Version 2.3.2 to 2.3.2-debian, Fix BackendRef by @TasdidurRahman in #504
- Update Percona XtraDB Version by @spectro30 in #505
- Prepare for release v2022.10.12-rc.0 by @1gtm in #502
- Prepare for release v2022.10.18 by @1gtm in #507
Release Notes: https://blog.byte.builders/post/kubedb-v2022.10.18/
Full Changelog: v2022.08.08...v2022.10.18
v2022.10.12-rc.0
What's Changed
- Fix Redis Quickstart Docs by @shaad7 in #503
- Change Version 2.3.2 to 2.3.2-debian, Fix BackendRef by @TasdidurRahman in #504
- Update Percona XtraDB Version by @spectro30 in #505
- Prepare for release v2022.10.12-rc.0 by @1gtm in #502
Full Changelog: v2022.08.08...v2022.10.12-rc.0
v2022.08.08
Release Notes
What's Changed
- Update docs for kubedb/webhook-server@de1db0e8 by @1gtm in #490
- Prepare for release v2022.08.02-rc.0 by @1gtm in #491
- Prepare for release v2022.08.04-rc.1 by @1gtm in #492
- Prepare for release v2022.08.08 by @1gtm in #493
Full Changelog: v2022.05.24...v2022.08.08
v0.13.0-rc.0
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
andx509
) and SSLMode (i.e.,disabled
,allowSSL
,preferSSL
andrequireSSL
). Default ClusterAuthMode will bex509
ifsslmode
is notdisabled
. -
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
ormake 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
-
Improve restic/stash snapshot support: Improvement of stash/restic support is going on.
-
[PgBouncer] PgBouncer Support: We are actively working on PgBouncer support.
-
[Percona XtraDB] MySQL Clustering - Percona XtraDB: After research and analysis, we have implemented Percona xtradb clustering support and We are very close to release its beta version.
-
[CLI] Implement logical database support: We are going to add it as a CLI plugin. Currently, we are planning and tweaking cli code to achieve some basic usage.
Changelog
0.8.0
0.7.1
Download Docker images via:
docker pull kubedb/operator:0.7.1
Features:
- Fixes Json unmarshalling bug in CRDs.