Skip to content

Releases: tibordp/wigglenet

v0.4.3

25 Mar 11:34
Compare
Choose a tag to compare
  • Fix iptables legacy vs nft selection

Install on dual-stack clusters by

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.3/deploy/manifest.yaml

And on single-stack (IPv6-only) clusters by:

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.3/deploy/ipv6_only.yaml

v0.4.2

14 Mar 23:01
Compare
Choose a tag to compare
  • Upgrade Go version and dependencies

Install on dual-stack clusters by

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.2/deploy/manifest.yaml

And on single-stack (IPv6-only) clusters by:

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.2/deploy/ipv6_only.yaml

v0.4.1

07 May 16:20
Compare
Choose a tag to compare
  • Upgrade Go version and dependencies
  • Switch from Docker Hub to Github Container Registry for new images

Install on dual-stack clusters by

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.1/deploy/manifest.yaml

And on single-stack (IPv6-only) clusters by:

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.1/deploy/ipv6_only.yaml

v0.3.2

22 May 17:49
Compare
Choose a tag to compare

Install on dual-stack clusters by

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.3.2/deploy/manifest.yaml

And on single-stack (IPv6-only) clusters by:

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.3.2/deploy/ipv6_only.yaml

v0.3.1

13 Mar 11:50
Compare
Choose a tag to compare
  • Upgrade Go dependencies

Install on dual-stack clusters by

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.3.1/deploy/manifest.yaml

And on single-stack (IPv6-only) clusters by:

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.3.1/deploy/ipv6_only.yaml

v0.3.0

02 Oct 11:46
Compare
Choose a tag to compare
  • Upgrade Go version to 1.17
  • Upgrade Go dependencies
  • Upgrade Alpine to 3.14
  • Change Docker tag format from :{version} to :v{version}

Install on dual-stack clusters by

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.3.0/deploy/manifest.yaml

And on single-stack (IPv6-only) clusters by:

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.3.0/deploy/ipv6_only.yaml

v0.2.3

16 Aug 13:38
Compare
Choose a tag to compare
  • Honor changes to node.status.addresses (#7)
  • Upgrade dependencies (#8)

Install on dual-stack clusters by

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.3/deploy/manifest.yaml

And on single-stack (IPv6-only) clusters by:

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.3/deploy/ipv6_only.yaml

v0.2.2

18 Jul 14:59
Compare
Choose a tag to compare
  • Reconcile Wireguard peers instead of overwriting them (#6)

Install on dual-stack clusters by

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.1/deploy/manifest.yaml

And on single-stack (IPv6-only) clusters by:

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.1/deploy/ipv6_only.yaml

v0.2.1

08 Jun 16:01
Compare
Choose a tag to compare
  • Fix: Populate Node annotations even if firewall-only or native routing modes are used
  • Consistently order node addresses
  • Docmentation improvement

Install on dual-stack clusters by

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.1/deploy/manifest.yaml

And on single-stack (IPv6-only) clusters by:

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.1/deploy/ipv6_only.yaml

v0.2.0

27 May 20:12
Compare
Choose a tag to compare
  • Support for graceful shutdown
  • Support for additional modes of determining the node CIDRs per address family (skip address family altogether, read them from .spec.podCIDRs or read them from a file on local filesystem)

Install by

kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.0/deploy/manifest.yaml