Skip to content

Releases: nginx-proxy/docker-gen

0.9.4

23 Jan 22:06
048735c
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/fsouza/go-dockerclient from 1.9.2 to 1.9.3 by @dependabot in #487

Full Changelog: 0.9.3...0.9.4

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

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.