Skip to content

MongoDB Kubernetes Enterprise Operator 1.17.0

Compare
Choose a tag to compare
@mms-build-account mms-build-account released this 19 Sep 05:54
· 58 commits to master since this release
f73cc81

MongoDB Operator

  • Ubuntu-based images are deprecated (in favor of only UBI-based images).

Breaking Change

  • The operator doesn't support old Style TLS(concatenated PEM format) certificate anymore. Make sure to upgrade to the Kubernetes TLS type certificate before upgrading to this version.

MongoDBOpsManager Resource

  • Ops Manager 4.4 is no longer supported by the operator.

  • For custom S3 compatible backends for the Oplog and Snapshot stores, it is now possible to specify the
    spec.backup.s3OpLogStores[n].s3RegionOverride and the spec.backup.s3Stores[n].s3RegionOverride parameter.

Security fixes

  • Improved security by introducing readOnlyRootFilesystem property to all deployed containers. This change also introduces a few additional volumes and volume mounts.
  • Improved security by introducing allowPrivilegeEscalation set to false for all containers.