Skip to content

Releases: nginx-proxy/docker-gen

0.7.7

04 Aug 06:34
f46d486
Compare
Choose a tag to compare

This is a patch release.

Bugs fixed:

  • make sure file generated by docker-gen have the right permissions (#352, adapted from original PR #308)
  • #355 fix container ID extraction from /proc/self/mountinfo file (#356)

Changes since 0.7.6:

  • the contains template function can now take maps from string to any type (#343)

Various doc updates (#313 #348)

The test suite has been updated and the CI now runs correctly again after moving from Travis CI to GitHub Actions (4c53a86)

0.7.6

23 Apr 15:18
Compare
Choose a tag to compare

de4d963 Update to 0.7.6
2024a2f Merge pull request #347 from buchdag/github-actions-build
33a2d63 ci: build multi arch images on GitHub Actions
c830c3f Merge pull request #345 from buchdag/fix-current-cid
37de427 Merge pull request #346 from buchdag/fix-dockerfile
aa1675f fix: don't hardcode docker-gen tag in dockerfile
e44864e fix(test): fix GetCurrentContainerID() tests
c6f3145 fix(context): fallback method to get current cid
e877b8f Fix Dockerfile alpine build

0.7.5

06 Apr 06:18
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Return empty slice when dir is used with a non-existent directory

0.7.2

12 Jun 18:11
Compare
Choose a tag to compare
  • Switch Docker image to alpine linux

0.7.1

04 May 20:45
Compare
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
Compare
Choose a tag to compare

0.6.0

15 Feb 00:08
Compare
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
Compare
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