Releases: nginx-proxy/docker-gen
0.7.7
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 fromstring
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
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
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
0.7.3
0.7.2
0.7.1
0.7.0
- Add
groupByLabel
template function @codekitchen - Add
CurrentContainerID
context field @baptistedonaux - Add
-include-stopped
command-line flag @minhdoboi
0.6.0
0.5.0
Mounts
support for containersDocker
daemon supportSIGHUP
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