Releases: robbertkl/docker-ipv6nat
Releases · robbertkl/docker-ipv6nat
0.4.4
- Fix issue caused by different iptables versions (#59), fixes #67
Big thanks to @Rycieos, @geektoor, Phil Sutter and others involved with debugging, testing & getting this fixed 🎉
- Update to Go 1.16.6
- Update to Alpine 3.14
- Update dependencies
0.4.3
- Fix Debug Log Messages to use correct Parameter for Insert (#59)
- Update to Go 1.14.13
- Update to Alpine 3.12
- Update dependencies
0.4.2
- Filter out iptables-legacy warning
- Upgrade to golang 1.13.4
- Update dependencies
0.4.1
- Upgrade to golang 1.13.3
- Update dependencies
0.4.0
- New build and release system
- Support two isolation stages (fixes #22, thanks @bephinix)
- Support DOCKER-USER chain (fixes #25, thanks @bephinix)
- Add
-debug
flag for verbose logging (fixes #31, thanks @bephinix)
- Create ADDRTYPE rules in NAT table (fixes #40, thanks @bephinix)
- Update to Go 1.13.0
- Update dependencies
⚠️ Binary ARM assets have been renamed:
We now include separate armv6
and armv7
binaries and aarch64
has been renamed to arm64
.
⚠️ Docker image releases on Docker Hub have changed:
- The version tags no longer include the "v" prefix (e.g.
robbertkl/ipv6nat:0.4.0
)
- All releases (including
:latest
) are now multi-platform manifest lists, which means there are no separate tags for each architecture anymore. Docker will automatically download the version matching your platform!
Visit https://hub.docker.com/r/robbertkl/ipv6nat/tags to see the new tags / architectures.
0.3.8
- Switch back to upstream coreos/go-iptables
- Update to Go 1.12.7
- Update to Alpine 3.10
- Update dependencies
0.3.7
- Fix support for nftables (fixes #33, #34)
- Update dependencies
0.3.6
- Add support for nftables in the Docker image (fixes #33)
- Update to Go 1.12.5
- Update dependencies
0.3.5
- Fix breaking issue with rule counters + pre-existing rules (#29)
Thanks @chschu for diving into the cause of this issue and coming up with a nice solution!
- Update to Go 1.12.4
- Update dependencies
0.3.4
- Update to Go 1.12.1
- Update to Alpine 3.9
- Update dependencies