This repository has been archived by the owner on Jul 9, 2019. It is now read-only.
Releases: Ultimaker/k8s-mongo-operator
Releases · Ultimaker/k8s-mongo-operator
1.0.0-rc.6
- Add ability to specify CPU and memory request settings
You can install this release by using docker pull ultimaker/k8s-mongo-operator:1.0.0-rc.6
.
1.0.0-rc.5
- Added functionality to restore backup from existing file in storage (https://github.com/Ultimaker/k8s-mongo-operator/issues/11).
- Now using PyMongo instead of mongo shell commands.
- Now using PyMongo events to detect changes in topology instead of polling cluster.
- Added PyLint and flake8 for better code quality.
- Smaller fixes and code cleanup.
You can install this release by using docker pull ultimaker/k8s-mongo-operator:1.0.0-rc.5
.
1.0.0-rc.4
- Implements many of the requested configuration items of #17 and #22.
- Correctly sets WiredTiger cache as brought up in #22.
- Update Kubernetes client library to 8.0.0 (supports newer Kubernetes versions).
- Cleans up some old code.
- Add more configuration documentation to README.
1.0.0-rc.3
- Ignoring empty responses from MongoDB (#18)
1.0.0-rc.2
- Fixes calling a removed method to get the operator admin secret.
1.0.0-rc.1
First release candidate for stable release.