MongoDB Kubernetes Enterprise Operator 1.15.0
·
72 commits
to master
since this release
MongoDB Resource
- Changes:
- The
spec.security.tls.enabled
andspec.security.tls.secretRef.prefix
fields are now deprecated and will be removed in a future release. To enable TLS it is now sufficient to set thespec.security.certsSecretPrefix
field.
- The
MongoDBOpsManager Resource
- Changes:
- A new field has been added:
spec.backup.queryableBackupSecretRef
. The secrets referenced by this field contains the certificates used to enable Queryable Backups feature. - Added support for configuring custom TLS certificates for the S3 Oplog and Snapshot Stores for backup. These can be configured with
spec.security.tls.ca
andspec.security.tls.secretRef
. - It is possible to disable AppDB processes via the
spec.applicationDatabase.automationConfig.processes[n].disabled
field, this enables backing up the AppDB. - The
spec.security.tls.enabled
,spec.security.tls.secretRef.prefix
,spec.applicationDatabase.security.tls.enabled
andspec.applicationDatabase.security.tls.prefix
fields are now deprecated and will be removed in a future release. To enable TLS it is now sufficient to set thespec.security.certsSecretPrefix
and/orspec.applicationDatabase.security.certsSecretPrefix
field.
- A new field has been added:
All the images can be found in:
https://quay.io/repository/mongodb (ubuntu-based)
https://connect.redhat.com/ (rhel-based)