Releases: Knappek/mongodbatlas-operator
Releases · Knappek/mongodbatlas-operator
v0.1.0
v0.0.7
- implement creating/updating/deleting database users
- introduce codegen script that creates boilerplates for controller, controller unit test and e2e test
- improve code reusability
- improve readme visibility
- make it possible to configure the default reconciliation time
v0.0.6
- implement logic to update a cluster
- log to stdout when a cluster has been created successfully (CREATING->IDLE)
- refactoring - create k8s and atlas client per operator and not for each CRD
this is needed to start with unit tests in order to be able to mock both clients - use kubebuilder annotations to generate CRDs
- improve log output and cluster creation/fetching code
v0.0.5
v0.0.4
v0.0.3
fix operator docker image error and add dos2unix to entrypoint Error was: Standard_init_linux.go:175 exec user process caused no such file solution found on: https://forums.docker.com/t/standard-init-linux-go-175-exec-user-process-caused-no-such-file/20025/2