Skip to content

Releases: robbertkl/docker-ipv6nat

0.3.3

11 Oct 17:55
Compare
Choose a tag to compare
  • Fix ICC for internal IPv6 networks (thanks @bephinix)
  • Update to Go 1.11.1
  • Update to Alpine 3.8
  • Update dependencies

0.3.2

05 Dec 17:02
Compare
Choose a tag to compare
  • Fix infinite loop in error handling (thanks @sangwa)
  • Update to Go 1.9.2
  • Update to Alpine 3.7
  • Update dependencies

0.3.1

25 Oct 14:00
Compare
Choose a tag to compare
  • 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

21 Jul 18:40
Compare
Choose a tag to compare
  • 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

01 Jun 19:56
Compare
Choose a tag to compare
  • 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

24 Feb 13:07
Compare
Choose a tag to compare
  • Update to Go 1.8.0
  • Update dependencies

0.2.2

11 Feb 18:35
Compare
Choose a tag to compare
  • Added aarch64 version (robbertkl/ipv6nat:latest-aarch64)

0.2.1

10 Feb 15:04
Compare
Choose a tag to compare
  • Added armhf version (robbertkl/ipv6nat:latest-armhf)

0.2.0

31 Jan 21:08
Compare
Choose a tag to compare
  • 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

15 Jun 22:56
Compare
Choose a tag to compare
  • Fix incorrect name of com.docker.network.bridge.host_binding_ipv6 network option