Docker: docker pull thobe/sokar:v0.1.0
- BugFixes:
- With #52 the log-level is now configurable (debug, info, warn, error, fatal or off).
- Docu: With #56 API spec was added.
- Docu: With #69 sokars scaler modes were documented at doc/ScalerModes.md.
- With #105 sokars dependencies are now managed using go modules instead of go dep.
- With #116 sokars implementation for configuration, logging, build-information, health and shutdown where replaced by the usage of go-base.
- With #117 an integration test was added running sokar against a real nomad job running on a nomad (in docker) cluster. Here basic functionality of sokar is tested (scale up and down based on scale alerts).
- With #118 sokars is now build and its code is analyzed with sonar-cloud instead of using coveralls, codacity and circle-ci.
- With #119 golangci-lint is used for an additional static code analysis. GolangCI-Lint is a collection of multiple linters for golang with good default settings.
- With #125 for all unit-tests race detection is now activated.
- With #132 support for the newest nomad version (0.11.2) was added.