Skip to content

Releases: aojea/kindnet

v1.7.0

27 Oct 20:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

15 Oct 16:47
Compare
Choose a tag to compare

What's Changed

  • add dns caching by @aojea in #64
  • Nat64 by @aojea in #70
  • Bump sigs.k8s.io/kube-network-policies from 0.5.1 to 0.6.0 (workaround DNS kernel race)

Full Changelog: v1.5.0...v1.6.0

v1.5.0

06 Sep 06:36
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/vishvananda/netlink from 1.1.0 to 1.3.0 by @dependabot in #58
  • migrate to nftables and simplify masquerading by @aojea in #62
  • Bump golang.org/x/sys from 0.22.0 to 0.25.0 by @dependabot in #61
  • handle environments without direct connectivity by @aojea in #63

Full Changelog: v1.4.0...v1.5.0

v1.4.0

05 Sep 15:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

22 Jul 16:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

27 Jun 07:45
Compare
Choose a tag to compare
  • use informers
  • multi build release
  • update dependencies
  • update base images

v1.1.0 Distroless and use ghcr.io for serving images

30 Mar 09:55
Compare
Choose a tag to compare
  • switch kindnetd image to distroless
  • use ghcr.io for serving images

Full Changelog: v1.0.1...v1.1.0

v1.0.1 CNI bridge offloading

24 Jun 16:24
Compare
Choose a tag to compare
  • Fix a bug disabling offloading in the bridge plugin in case rx offloading is not supported

Image:

aojea/kindnetd:1.0.1 sha256:f99a07c3b48e20e7f0d40a7f7b1dc5d02b7476d21c2d0d347a2f0f08dbdfa3ff

CNI bridge

23 Jun 23:02
Compare
Choose a tag to compare

bugfix release for CNI plugin using bridge mode

Support CNI bridge plugin

21 Oct 11:31
21ec751
Compare
Choose a tag to compare

If the CNI_BRIDGE environment variable is set (whatever value), kindnet will use the CNI bridge plugin.
If not set, it defaults to the CNI ptp plugin.

A new manifest to install kindnet using the CNI bridge is provided

https://github.com/aojea/kindnet/blob/master/install-kindnet-bridge.yaml

Full Changelog: v0.8.0...v0.8.1