Skip to content

Release of MCK 1.5.0

Latest

Choose a tag to compare

@mongodb-kubernetes-gh-app mongodb-kubernetes-gh-app released this 14 Oct 15:20
· 24 commits to master since this release
1d4a74c

MCK 1.5.0 Release Notes

New Features

  • Improved automation agent certificate rotation: the agent now restarts automatically when its certificate is renewed, ensuring smooth operation without manual intervention and allowing seamless certificate updates without requiring manual Pod restarts.

Bug Fixes

  • MongoDBMultiCluster: Fixed resource stuck in Pending state if any clusterSpecList item has 0 members. After the fix, a value of 0 members is handled correctly, similarly to how it's done in the MongoDB resource.
  • MultiClusterSharded: Blocked removing non-zero member cluster from MongoDB resource. This prevents from scaling down member cluster without current configuration available, which could lead to unexpected issues.