Skip to content

v0.5.0

Compare
Choose a tag to compare
@alyacb alyacb released this 01 Feb 09:18
· 581 commits to master since this release
f417395

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