- Changes
- Connection string options
- The MongoDBCommunity Resource now contains a new field
additionalConnectionStringConfig
where connection string options can be set, and they will apply to the connection string of every user. - Each user in the resource contains the same field
additionalConnectionStringConfig
and these options apply only for this user and will override any existing options in the resource. - The following options will be ignored
replicaSet
,tls
,ssl
, as they are set through other means. - Sample
- The MongoDBCommunity Resource now contains a new field
- Connection string options
-
Changes
- The Operator now uses the official MongoDB Community Server images.
It is still possible to use the Docker Inc. images by altering the JSON configuration file:
Alternatively, it is possible to the Operator environmental variables to:
mongodb_image_name=mongo mongodb_image_repo_url=docker.io
The upgrade process for the official MongoDB images is automatic when using the default settings provided by both, kubectl and Helm operator installation methods. Once the Operator boots up, it will replaceMONGODB_IMAGE=mongo MONGODB_REPO_URL=docker.io
image
tags in the StatefulSets. If however, you're using customized deployments (by modifyingMONGODB_IMAGE
orMONGODB_REPO_URL
environment variable in the Operator Deployment), please check if your settings are correct and if they are pointing to the right coordinates. The Operator still provides basic backwards compatibility with previous images (docker.io/mongo
).
- The Operator now uses the official MongoDB Community Server images.
It is still possible to use the Docker Inc. images by altering the JSON configuration file:
-
mongodb-readiness-hook
andmongodb-version-upgrade-hook
images are now rebuilt daily, incorporating updates to system packages and security fixes. The binaries are built only once during the release process and used without changes in daily rebuilt
- mongodb-kubernetes-operator:0.8.0
- mongodb-agent:12.0.21.7698-1
- mongodb-kubernetes-readinessprobe:1.0.14
- mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.7
All the images can be found in:
https://quay.io/mongodb https://hub.docker.com/r/mongodb/mongodb-community-server