Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Releases: Ultimaker/k8s-mongo-operator

1.0.0-rc.6

14 Mar 12:33
ef6aace
Compare
Choose a tag to compare
1.0.0-rc.6 Pre-release
Pre-release
  • 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

22 Feb 09:14
f1371b1
Compare
Choose a tag to compare
1.0.0-rc.5 Pre-release
Pre-release
  • 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

03 Dec 10:29
4874fd8
Compare
Choose a tag to compare
1.0.0-rc.4 Pre-release
Pre-release
  • 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

02 Jul 07:21
97285e8
Compare
Choose a tag to compare
1.0.0-rc.3 Pre-release
Pre-release
  • Ignoring empty responses from MongoDB (#18)

1.0.0-rc.2

13 Jun 10:57
cda006d
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release
  • Fixes calling a removed method to get the operator admin secret.

1.0.0-rc.1

13 Jun 09:39
fb34145
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

First release candidate for stable release.