Skip to content

MongoDB Kubernetes Operator v0.3.0

Compare
Choose a tag to compare
@chatton chatton released this 06 Nov 15:33
· 666 commits to master since this release
50d8d2c

MongoDB CRD Changes

  • The field spec.users[n].scramCredentialsSecretName must be specified for each resource. This will be used to determine the name of the generated secret which stores MongoDB user credentials. This field must comply with DNS-1123 rules (must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character).

Breaking Changes

  • Existing resources will need the scramCredentialsSecretName field added.

Miscellaneous Changes

  • The Agent Licence was updated to clarify that the Community Operator may be used commercially.