v0.0.10 (2019-10-13)
Docker: docker pull thobe/sokar:v0.0.10
- Config: With #103 the deprecated parameter
sca.nomad.mode
was removed. That parameter was replaced bysca.mode
in a previous release. - Build: With #99 sokar is build based on golang 1.13.1 and the docker image is based on alpine 3.10.
- With #98 sokar won't modify any scaleObject automatically any more. Now the ScaleObjectWatcher is disabled in dry-run mode. For more information about dry-run mode see DryRunMode.md.
- Refactor: With #95 the code was refactored to use the functional option approach instead of config structs.