Skip to content

Releases: nginx-proxy/docker-gen

0.7.5

06 Apr 06:18

Choose a tag to compare

fc48d7e Remove darwin/i386
612d159 Update to 0.7.5
83d32ba Merge pull request #283 from NickBolles/master
e51c234 Merge pull request #336 from btcpayserver/quwn3e
faaa781 Merge pull request #327 from KWARC/build-from-scratch
664fe0c Merge pull request #341 from KWARC/go-modules
9d81762 Use Go Modules instead of Glock (fixes #338)
5fb960a Fix docker-gen breaking on new docker version (See #335)
5c7011b Bump Dockerfile version to 0.7.4
16dbe96 Enable multi-architecture docker image builds
4edc190 Merge pull request #292 from HaraldNordgren/go_versions
c1af789 Fix linter failures
bb73258 Bump Go versions
997abf7 Merge pull request #2 from mlatorre31/fix-restart-formatting
6efeb75 Fix formatting...
0f58b93 Merge pull request #1 from mlatorre31/fix-restart
139979b Fix @NickBolles restart feature building and Alpine bin compilation flag
2ff5971 Add -notify-container and notify-signal to enable more workflows and allow calling docker restart on a container
d25795e Merge pull request #272 from buchdag/arm64-build
25f2ee9 Merge pull request #275 from maubergine/maubergine-ecs-context-fix
90aec74 Addressed formatting issue.
878d390 Added missing assignment to ECS match statement
2f46bf0 Add builds for arm64

0.7.4

14 Jan 21:53

Choose a tag to compare

c9bde3f Fix ECS container ID parsing
77fdfaf feat: Add "whereNot" function
d42e670 MAINTAINER is deprecated, using LABEL now
16c9b54Update go version
fd0f057 Update go-dockerclient
33397f5 Add build for armhf on alpine
66aa2ba Fix help and README.md for notify-sighup

0.7.3

13 Jun 06:14

Choose a tag to compare

  • Return empty slice when dir is used with a non-existent directory

0.7.2

12 Jun 18:11

Choose a tag to compare

  • Switch Docker image to alpine linux

0.7.1

04 May 20:45

Choose a tag to compare

49d5392 Adjusting regexp for difference cgroup formats
6c8eebd Documentation: fix signal number/name mismatch

0.7.0

24 Feb 19:57

Choose a tag to compare

0.6.0

15 Feb 00:08

Choose a tag to compare

  • Fix docker-gen not exiting when watch is not specified
  • Add -wait parameter to debounce watched events
  • Updated ReadMe to Reflect splitN
  • Update nginx.tmpl example with overlay network support

0.5.0

03 Jan 00:39

Choose a tag to compare

  • Mounts support for containers
  • Docker daemon support
  • SIGHUP signals will trigger docker-gen to regenerate and notify
  • Re-structuring of code to move towards a library and binary
  • Alpine linux binaries
  • Documentation fixes
  • Added NetworkSettings.Networks support for containers
  • Added -notify-output flag to log output of notify commands
  • Added whereLabel* template functions

0.4.3

19 Oct 15:33

Choose a tag to compare

de6b22d Add splitN

0.4.2

09 Oct 15:58

Choose a tag to compare

a3a861f Update usage docs
d97a78b Update usage with link to project
7fb7a0f Update development doc section
8f31478 Fix build tag warning
dc56c16 Added trim to available methods in template
92372fe removed underscores from IP6 fields
f63597d added ipv6 support
ecdad5c Handle error if writing to temp file fails
55505cf Remote go tip travis build
c9caad2 fix an incorrect docker-gen parameter, other minor fixes to example
440adce Add systemd service file
ea90565 Update README
4c8fded Remove duplication
7bd8c96 Export ParseBool function from strconv to template
f31e7ee added when template function
480ed4c keep-blank-lines: preserve different line endings
49a84f8 removing blank lines per default and added keep-blank-lines option
8c7ea8f fixed compare with old contents regression bug
04b8f5a skip-blank-lines ignores lines that only consist of spaces
bcfdb4c skip-blank-lines option