Releases: robbertkl/docker-ipv6nat
Releases · robbertkl/docker-ipv6nat
0.3.3
- Fix ICC for internal IPv6 networks (thanks @bephinix)
- Update to Go 1.11.1
- Update to Alpine 3.8
- Update dependencies
0.3.2
- Fix infinite loop in error handling (thanks @sangwa)
- Update to Go 1.9.2
- Update to Alpine 3.7
- Update dependencies
0.3.1
- Insert rules in a new way to play nice with existing ip6tables rules (fixes #11)
- Update dependencies
- Update to Go 1.9.1
0.3.0
- Using
-p 0.0.0.0:80:80
will now bind to IPv6 as well, as if -p 80:80
was used
Please note this is a behaviour change. Forcing an exposed port to bind only to IPv4 in an IPv6-enabled network is now no longer possible, unless binding to a specific IPv4 address.
0.2.4
- Update dependencies
- Update to Go 1.8.3
- Switch to new arm32v6 and arm64v8 Alpine (old ones are deprecated)
- Update to Alpine 3.6
0.2.3
- Update to Go 1.8.0
- Update dependencies
0.2.2
- Added aarch64 version (
robbertkl/ipv6nat:latest-aarch64
)
0.2.1
- Added armhf version (
robbertkl/ipv6nat:latest-armhf
)
0.2.0
- Dependencies updated (and vendored from now on)
- Built with Go 1.7.5 (tied down in
Makefile
)
- Built in Docker on Alpine Linux (no longer cross compiled)
- Tied down Alpine Linux version in
Dockerfile
Basically this adds stability and reproducibility for future release builds / Docker images.
0.1.2
- Fix incorrect name of
com.docker.network.bridge.host_binding_ipv6
network option