Releases: aojea/kindnet
Releases · aojea/kindnet
v1.7.0
v1.6.0
v1.5.0
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
What's Changed
- Bump sigs.k8s.io/kube-network-policies from 0.5.0 to 0.5.1 by @dependabot in #52
- Kops by @aojea in #60
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
v1.1.0 Distroless and use ghcr.io for serving images
- 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
- 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
bugfix release for CNI plugin using bridge mode
Support CNI bridge plugin
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