Skip to content

Releases: qdm12/deunhealth

v0.3.0

17 Oct 23:18
Compare
Choose a tag to compare

Features

  • Negotiate Docker client version with Docker server (so it works on older Docker servers)

Maintenance

Go dependencies

  • Upgrade github.com/docker/docker to v20.10.9
  • Upgrade github.com/moby/moby to v20.10.9
  • Upgrade github.com/qdm12/goshutdown to v0.3.0

Build dependencies

  • Upgrade golangci-lint to v1.42.1

Code refactoring

  • Refactor internal/config package

v0.2.0

26 Sep 20:02
Compare
Choose a tag to compare

Features

  • DOCKER_HOST environment variable
  • Log out number of containers monitored at start

Fixes

  • Exit program on loop error

Documentation

  • Fix /var/run/docker.sock bind mount in docker-compose.yml

Maintenance

  • Bump docker/build-push-action from 2.6.1 to 2.7.0 (#2)
  • Upgrade to Go 1.17
  • Remove tidy CI + Dockerfile stage (with Go 1.17 it does not make sense anymore)

v0.1.0

05 Aug 16:42
Compare
Choose a tag to compare
Fix: add integration_test.sh to trigger paths for CI