Skip to content

MongoDB Kubernetes Operator v0.2.0

Choose a tag to compare

@chatton chatton released this 26 Aug 18:18
· 712 commits to master since this release
1e5b9c4

Features:

SCRAM-SHA authentication

By default, all deployments are now configured with SCRAM-SHA authentication enabled.

Note: Existing deployments will need to have users added to them in order to function correctly. The easiest way to do this is to follow the follow steps

  1. Scale down or remove the existing operator deployment
  2. Apply the new CRD
  3. Update your resource definition with the users you want, and create their passwords
  4. Deploy v0.2.0 of the operator

Authentication will now be configured for your deployments.

Bug Fixes

  • Fixed an issue where Persistent Volume Claims were not being merged correctly when applying a custom StatefulSet override
  • Fixed an issue where Environment variables were not correctly being merged together when applying a custom StatefulSet override