Releases: nginx-proxy/docker-gen
0.9.3
What's Changed
- build(deps): bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.1 by @dependabot in #480
- build(deps): bump github.com/fsouza/go-dockerclient from 1.9.1 to 1.9.2 by @dependabot in #484
- build(deps): bump alpine from 3.17.0 to 3.17.1 by @dependabot in #482
- build(deps): bump golang from 1.19.4-alpine to 1.19.5-alpine by @dependabot in #483
Full Changelog: 0.9.2...0.9.3
0.9.2
What's Changed
- build(deps): bump golang from 1.19.3-alpine to 1.19.4-alpine by @dependabot in #474
- build(deps): bump alpine from 3.16.3 to 3.17.0 by @dependabot in #471
- build(deps): bump debian from 11.5-slim to 11.6-slim by @dependabot in #478
Full Changelog: 0.9.1...0.9.2
0.9.1
What's Changed
- Bump release version in README by @zlocate in #470
- build(deps): bump golang from 1.18.0 to 1.18.8 by @dependabot and @buchdag in #428, #453 and f3a5351
- build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.1 by @dependabot in #466
- build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.8.1 by @dependabot in #467
- build(deps): bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.2.3 by @dependabot in #472
- build(deps): bump github.com/fsouza/go-dockerclient from 1.7.10 to 1.9.0 by @dependabot in #464
- build(deps): bump alpine from 3.15.4 to 3.16.3 by @buchdag in eddeb86
- build(deps): bump debian from 11.3-slim to 11.5-slim by @dependabot in #460
New Contributors
Full Changelog: 0.9.0...0.9.1
0.9.0
What's Changed
- Add template functions from sprig by @rhansen in #418
- Bump Go version to
1.18
by @buchdag in #425 - build(deps): bump github.com/stretchr/testify from
1.7.0
to1.7.1
by @dependabot in #415 - build(deps): bump alpine from
3.15.0
to3.15.4
by @dependabot in #419, #421 and #423 - build(deps): bump debian from
11.2-slim
to11.3-slim
by @dependabot in #420 - build(deps): bump github.com/BurntSushi/toml from
1.0.0
to1.1.0
by @dependabot in #424
New Contributors
Full Changelog: 0.8.4...0.9.0
0.8.4
What's Changed
- Include license in Docker images by @buchdag in #408
- build(deps): bump github.com/fsouza/go-dockerclient from
1.7.9
to1.7.10
by @dependabot in #407 - build(deps): bump golang from
1.17.7
to1.17.8
by @dependabot in #406 - build(deps): bump alpine from
3.13
to3.15.0
by @dependabot in #388 - Set
DOCKER_GEN_VERSION
in Docker image env by @buchdag in #409 - Build and upload GitHub release assets in GitHub Actions by @buchdag in #410
Full Changelog: 0.8.3...0.8.4
0.8.3
What's Changed
- build(deps): bump github.com/BurntSushi/toml from
0.4.1
to1.0.0
by @dependabot in #398 - build(deps): bump github.com/fsouza/go-dockerclient from
1.7.7
to1.7.9
by @dependabot in #401 and #403 - build(deps): bump golang from
1.17.6
to1.17.7
by @dependabot in #402 - Docker images are now also available from
ghcr.io/nginx-proxy/docker-gen
Full Changelog: 0.8.2...0.8.3
0.8.2
This is a patch release.
The Docker image is now available in the debian
flavor, based on the slim version of Debian 11 "bullseye".
Dependencies:
fzouza/go-dockerclient
->1.7.7
golang
->1.17.6-alpine
The fzouza/go-dockerclient
upgrade fixed vulnerabilities in some transitive dependencies:
dependency | vulnerable version | upgraded to |
---|---|---|
github.com/containerd/containerd | >= 1.5.0, < 1.5.9 |
1.5.9 |
0.8.1
This is a patch release.
Dependencies:
fzouza/go-dockerclient
->1.7.6
golang
->1.17.5-alpine
The fzouza/go-dockerclient
upgrade fixed vulnerabilities in some transitive dependencies:
dependency | vulnerable version | upgraded to |
---|---|---|
github.com/containerd/containerd | >= 1.5.0 < 1.5.7 |
1.5.8 |
github.com/opencontainers/image-spec | < 1.0.2 |
1.0.2 |
github.com/opencontainers/runc | < 1.0.3 |
1.0.3 |
0.8.0
This is a minor release.
Bugs fixed:
- #244 Docker's restart
unless-stopped
malfunction due to exit(2) onSIGHUP
during initialization (#378 by @JoelLinn) - #365 the
--version
flag only reportedmain
(#367)
Changes since 0.7.7
:
- go
1.16
->1.17
(#376) - added
toLower
andtoUpper
template functions (#370, idea by @SmalkiGroove) - added
sortStrings
andsortObjectsByKeys
template functions (#382, idea by @gamma) - major changes to the project structure for more clarity (#362 #381)
Various test updates and new tests to go with the project structure modifications.
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)