github mongodb/mongodb-kubernetes-operator v0.2.0
MongoDB Kubernetes Operator v0.2.0

latest releases: v0.9.0, v0.8.3, v0.8.2...
3 years ago

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

Don't miss a new mongodb-kubernetes-operator release

NewReleases is sending notifications on new releases.