Skip to content

Releases: robbertkl/docker-ipv6nat

0.4.4

19 Jul 23:26
Compare
Choose a tag to compare
  • 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

28 Dec 23:03
Compare
Choose a tag to compare
  • 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

04 Dec 14:50
Compare
Choose a tag to compare
  • Filter out iptables-legacy warning
  • Upgrade to golang 1.13.4
  • Update dependencies

0.4.1

01 Nov 15:19
Compare
Choose a tag to compare
  • Upgrade to golang 1.13.3
  • Update dependencies

0.4.0

18 Sep 00:30
Compare
Choose a tag to compare
  • 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

24 Jul 23:28
Compare
Choose a tag to compare
  • Switch back to upstream coreos/go-iptables
  • Update to Go 1.12.7
  • Update to Alpine 3.10
  • Update dependencies

0.3.7

30 May 00:15
Compare
Choose a tag to compare
  • Fix support for nftables (fixes #33, #34)
  • Update dependencies

0.3.6

27 May 16:09
Compare
Choose a tag to compare
  • Add support for nftables in the Docker image (fixes #33)
  • Update to Go 1.12.5
  • Update dependencies

0.3.5

16 Apr 20:39
Compare
Choose a tag to compare
  • 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

25 Mar 23:59
Compare
Choose a tag to compare
  • Update to Go 1.12.1
  • Update to Alpine 3.9
  • Update dependencies