Skip to content

Releases: nginx-proxy/docker-gen

0.4.2

09 Oct 15:58
Compare
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

0.4.1

01 Sep 00:41
Compare
Choose a tag to compare

6e6e0a5 Update 0.4.1 links
576dea5 Minor typo repaired
e713492 cleanup getArrayValues
95a4065 Update emit structure according to recent additions
4c9d639 Move docker-gen emit struct from wiki to readme
3a8ad43 generalizedGroupBy with reflection
3f00943 README- fix markdown for a few functions

0.4.0

02 Jun 05:09
Compare
Choose a tag to compare

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

13 Mar 23:23
Compare
Choose a tag to compare

582ce75 Include information about the swarm node a container is on.
6d52a2c Merge pull request #72 from md5/add-function-queryEscape

0.3.8

07 Mar 00:17
Compare
Choose a tag to compare

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

0.3.7

22 Feb 21:54
Compare
Choose a tag to compare

edcd195 Update where* documentation
ad17454 Add badges/license info
bcddaab Rename where* template funcs
bbdeeb9 Added template function whereRequires
af3c843 Added template function whereSomeMatch
2d43983 Added template function where
a38bb03 Added template function intersect.
22596b9 Add build travis build status badge
4fdbb70 Remove exists() from getEndpoint()
61b7fc0 Add Travis CI configuration
2691fe7 Update README.md
3862bbc Added build for armel and armhf
cd6cf25 Fix typos in error-messages.
aa601ee Add Volumes to RuntimeContainer
0d814b3 Fix build version not being set on release builds
644c930 Remove commented out code
ac80d7c Add darwin release targets
f177402 Handle docker daemon restarts when watching events
7c58c4a Update GLOCKFILE to latest go-dockerclient
b9de225 Add basic documentation for TLS flags
a811845 Add support for TLS
a29489d Document "keys" function
e9a18ea Add "keys" function
ad05c05 Fix typo in test name
669cf2f Add trimPrefix(prefix,s) and trimSuffix(suffix,s)
a3b0172 List functions in FuncMap and README.md alphabetically
ce21a5f Add hasPrefix(prefix,s) and hasSuffix(suffix,s)

0.3.6

26 Nov 21:54
Compare
Choose a tag to compare

73e0ec2 Update 0.3.6 links
53af4c6 Add additional template functions
3abd5c0 Merge pull request #36 from ipanousis/master
e34b974 Update README.md
e0fe080 Doc for docker-gen emitted object structure
ee373a4 Merge pull request #35 from tehbilly/patch-1
b7f1a31 Updating example to work with Docker hub

0.3.5

05 Nov 03:21
Compare
Choose a tag to compare

d8ae5c0 Update v0.3.5 links
369c2cc Add protocol to port info
842073e Add "last" template function
3de56f0 Add "json" template function
e354c96 Add sha1 template function
0bc11e7 Add dict template function
8fbfe04 Add Dockerfile

0.3.4

07 Oct 19:34
Compare
Choose a tag to compare

9455238 Added flag -notify-sighup for sending HUP signal to containers.
885b59f Update permissions of temp file to match that of original file.
0cf31ba Run notify command in shell
f73d957 Adding 'replace' as a template-usable function
2847e7b Replace godeps w/ glock
aad517e Update go-dockerclient to latest

0.3.3

12 Jul 05:42
Compare
Choose a tag to compare

273bb19 Add .Env to access local environment variables