Releases: nginx-proxy/docker-gen
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
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
0.4.1
0.4.0
637f8be Support DOCKER_CERT_PATH and DOCKER_TLS_VERIFY env vars
52c780d added container hostname to RuntimeContainer struct
3964c9e Always expose container address
e26abb3 Generalize "where" using reflection
574f4ea Remove go 1.3 from travis build
202074a Support passing -config multiple times
021c2ad Expose RuntimeContainer.Labels
e4aa0f3 Optimize Docker image
0.3.9
0.3.8
c14bed8 Extract splitKeyValueSlice and test
fd74286 Use local GLOCKFILE in make release
f224d11 Remove --abbrev=0 from git describe call
4de4160 Fix code for splitting KEY=VALUE env vars
397e5c8 Add additional tests for parseJson
c902800 Use a single parseJson function
1a8eb67 Check gofmt in Travis build
2fb6a6a Add parseJsonArray and parseJsonObject
ad7451f Remove reflection from TestKeys
ef19866 Add newTemplate function
a801271 Run go fmt
b2740d7 Added whereExist and whereNotExist. Updated tests