Releases: nginx-proxy/docker-gen
Releases · nginx-proxy/docker-gen
0.11.1
What's Changed
Dependencies
- build: bump github.com/fsouza/go-dockerclient from 1.10.0 to 1.10.1 by @dependabot in #584
- build: revert "bump golang from 1.20.12 to 1.21.5" by @buchdag in #585
- build: switch to go cross compilation by @buchdag in #586
- build: bump golang from 1.20.12 to 1.21.5 by @buchdag in #587
Full Changelog: 0.11.0...0.11.1
0.11.0
What's Changed
Features
- feat: add
Internal
property toNetwork
struct by @pini-gh in #558 - feat: add the health status from healthcheck to RuntimeContainer struct by @free6k in #442
- feat: add NetworkMode to RuntimeContainer by @anthonyraymond and @buchdag in #574
- feat: add container creation timestamp to RuntimeContainer by @buchdag in #577
- feat: sortObjectsByKeys with types other than string by @buchdag in #578
Fixes
- fix: empty adresses with docker internal networks by @anlorn and @buchdag in #579
- fix: windows build by @buchdag in #581
Other changes
- build: add Docker entrypoint script by @oliv3r, @rhansen and @buchdag in #573
- build: added Windows builds by @ferdiozturk in #307
- build: add darwin arm64 (Apple M) build by @buchdag in #580
- build: bump golang from 1.20.12 to 1.21.5 by @dependabot in #568
Dependencies
- ci: bump docker/metadata-action from 4 to 5 by @dependabot in #571
- ci: bump actions/setup-go from 4 to 5 by @dependabot in #572
- build: bump alpine from 3.18.5 to 3.19.0 by @dependabot in #570
- build: bump golang.org/x/crypto from 0.3.0 to 0.17.0 by @dependabot in #575
- build: bump debian from 12.2-slim to 12.4-slim by @dependabot in #576
New Contributors
- @pini-gh made their first contribution in #558
- @free6k made their first contribution in #442
- @anthonyraymond made their first contribution in #574
- @anlorn made their first contribution in #579
- @ferdiozturk made their first contribution in #307
Full Changelog: 0.10.7...0.11.0
0.10.7
What's Changed
Dependencies
- build: bump golang from 1.20.5-alpine to 1.20.12-alpine by @dependabot in #539 and #544, and by @buchdag in #567
- build: bump debian from 12.0-slim to 12.2-slim by @dependabot in #542 and #562
- build: bump alpine from 3.18.2 to 3.18.5 by @dependabot in #545 and #566
- build: bump github.com/fsouza/go-dockerclient from 1.9.7 to 1.10.0 by @dependabot in #547 and #559
- build: bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible by @dependabot in #563
- ci: bump actions/checkout from 3 to 4 by @dependabot in #551
- ci: bump docker/setup-buildx-action from 2 to 3 by @dependabot in #553
- ci: bump docker/login-action from 2 to 3 by @dependabot in #554
- ci: bump docker/build-push-action from 4 to 5 by @dependabot in #555
- ci: bump docker/setup-qemu-action from 2 to 3 by @dependabot in #556
Full Changelog: 0.10.6...0.10.7
0.10.6
0.10.5
What's Changed
- build: go 1.19 -> 1.20 by @buchdag in #518
- build: bump golang from 1.20.3-alpine to 1.20.5-alpine by @dependabot in #522 and #532
- build: bump debian from 11.6-slim to 12.0-slim by @dependabot in #523 and #535
- build: bump alpine from 3.17.3 to 3.18.2 by @dependabot in #525 and #536
- build: bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #527 and #529
- build: bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2 by @dependabot in #528, #533 and #534
- doc: emphazise the need for properly setup environment variables by @oliv3r in #530
- ci: add GitHub Actions to Dependabot config by @buchdag in #519
- ci: bump docker/build-push-action from 3 to 4 by @dependabot in #520
- ci: rename build / publish workflow by @buchdag in #521
- ci: image build and publish workflow update by @buchdag in #524
New Contributors
Full Changelog: 0.10.4...0.10.5
0.10.4
What's Changed
- build: bump alpine from 3.17.2 to 3.17.3 by @dependabot in #510
- build: bump github.com/fsouza/go-dockerclient from 1.9.6 to 1.9.7 by @dependabot in #512
- build: bump golang from 1.20.2-alpine to 1.20.3-alpine by @dependabot in #514
- build: bump github.com/docker/docker from 23.0.2+incompatible to 23.0.3+incompatible by @dependabot in #516
Full Changelog: 0.10.3...0.10.4
0.10.3
What's Changed
- build: bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 by @dependabot in #508
Full Changelog: 0.10.2...0.10.3
0.10.2
What's Changed
Fixes:
- fix: Don't attempt to catch SIGQUIT or SIGKILL by @rhansen in #503
- fix: Update list of watchers serially to avoid a data race by @rhansen in #502
- fix: Don't leak signal notification resources by @rhansen in #504
Other changes:
- build: bump github.com/fsouza/go-dockerclient from 1.9.5 to 1.9.6 by @dependabot in #507
- build: bump golang from 1.20.1-alpine to 1.20.2-alpine by @dependabot in #506
Full Changelog: 0.10.1...0.10.2
0.10.1
What's Changed
- fix: Delete "invalid value" debug message accidentally left in by @rhansen in #494
- build: bump alpine from 3.17.1 to 3.17.2 by @dependabot in #493
- build: bump golang from 1.20.0-alpine to 1.20.1-alpine by @dependabot in #495
- build: bump github.com/containerd/containerd from 1.6.14 to 1.6.18 by @dependabot in #496
- build: bump github.com/fsouza/go-dockerclient from 1.9.4 to 1.9.5 by @dependabot in #499
- build: bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #500
Full Changelog: 0.10.0...0.10.1
0.10.0
What's Changed
- feat: new
eval
function to evaluate a template by @rhansen in #485 - fix: fix functions that take a field path by @rhansen in #488
- build: bump golang from 1.19.5-alpine to 1.20.0-alpine by @dependabot in #490
- build: bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 by @dependabot in #491
Full Changelog: 0.9.4...0.9.5