Skip to content

Releases: nginx-proxy/docker-gen

0.9.3

17 Jan 07:04
832926c
Compare
Choose a tag to compare

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

23 Dec 18:15
60a297e
Compare
Choose a tag to compare

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

01 Dec 22:14
eddeb86
Compare
Choose a tag to compare

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

10 Apr 09:02
baed692
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.4...0.9.0

0.8.4

09 Mar 15:54
6b86d03
Compare
Choose a tag to compare

What's Changed

  • Include license in Docker images by @buchdag in #408
  • build(deps): bump github.com/fsouza/go-dockerclient from 1.7.9 to 1.7.10 by @dependabot in #407
  • build(deps): bump golang from 1.17.7 to 1.17.8 by @dependabot in #406
  • build(deps): bump alpine from 3.13 to 3.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

04 Mar 10:56
9a8b5b3
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0 by @dependabot in #398
  • build(deps): bump github.com/fsouza/go-dockerclient from 1.7.7 to 1.7.9 by @dependabot in #401 and #403
  • build(deps): bump golang from 1.17.6 to 1.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

10 Jan 11:22
2ea9026
Compare
Choose a tag to compare

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

14 Dec 20:00
40bcf73
Compare
Choose a tag to compare

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

26 Oct 21:48
e7eeee8
Compare
Choose a tag to compare

This is a minor release.

Bugs fixed:

  • #244 Docker's restart unless-stopped malfunction due to exit(2) on SIGHUP during initialization (#378 by @JoelLinn)
  • #365 the --version flag only reported main (#367)

Changes since 0.7.7:

  • go 1.16 -> 1.17 (#376)
  • added toLower and toUpper template functions (#370, idea by @SmalkiGroove)
  • added sortStrings and sortObjectsByKeys 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

04 Aug 06:34
f46d486
Compare
Choose a tag to compare

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 from string 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)