github mongodb/mongodb-kubernetes-operator v0.5.0

latest releases: v0.11.0, vnull, v0.10.0...
3 years ago

MongoDB Kubernetes Operator 0.5.0

Kubernetes Operator

  • Breaking Changes
    • The CRD has been renamed from MongoDB to MongoDBCommunity. To upgrade to this version, there will be downtime as it will be necessary to:
      • Delete the old cr: kubectl delete -f <old-cr>
      • Delete the operator: kubectl delete -f deploy/operator
      • Create the new crd: kubectl create -f deploy/crds/mongodb.com_mongodbcommunity_crd.yaml
      • Deploy the new version of the operator kubectl create -f deploy/operator
      • Update your old cr to change the kind field from MongoDB to MongoDBCommunity
      • Create the new cr: kubectl create -f <new-cr>
  • Changes
    • Upgraded operator-sdk version to v0.19.4.
  • Bug fixes
    • Fixed sorting of volume mounts.

Updated Image Tags

  • mongodb-kubernetes-operator:0.5.0

All the images can be found in:

https://quay.io/mongodb

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

NewReleases is sending notifications on new releases.