Skip to content

MongoDB Kubernetes Enterprise Operator 1.15.0

Compare
Choose a tag to compare
@mms-build-account mms-build-account released this 11 Feb 15:17
· 72 commits to master since this release
4d09b00

MongoDB Resource

  • Changes:
    • The spec.security.tls.enabled and spec.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 the spec.security.certsSecretPrefix field.

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 and spec.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 and spec.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 the spec.security.certsSecretPrefix and/or spec.applicationDatabase.security.certsSecretPrefix field.

All the images can be found in:

https://quay.io/repository/mongodb (ubuntu-based)

https://connect.redhat.com/ (rhel-based)