Releases: nginx-proxy/docker-gen
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
groupByLabeltemplate function @codekitchen - Add
CurrentContainerIDcontext field @baptistedonaux - Add
-include-stoppedcommand-line flag @minhdoboi
0.6.0
0.5.0
Mountssupport for containersDockerdaemon supportSIGHUPsignals 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.Networkssupport for containers - Added
-notify-outputflag to log output of notify commands - Added
whereLabel*template functions
0.4.3
0.4.2
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