MongoDB Kubernetes Enterprise Operator 1.17.0
·
58 commits
to master
since this release
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 thespec.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 tofalse
for all containers.