Releases: microsoft/windows-container-networking
Releases · microsoft/windows-container-networking
windows-cni v0.3.3
Changes in this release:
- Updated Go version to 1.23
- Updated golangci-lint to v1.62.2 for Go 1.23 compatibility
- Updated vendored dependencies for Go 1.23
See CHANGELOG.md for full details.
What's Changed
- Bump github.com/opencontainers/selinux from 1.10.0 to 1.13.0 by @dependabot[bot] in #122
- Update go version to 1.23 by @mdebjit in #123
Full Changelog: v0.3.2...v0.3.3
windows-cni v0.3.2
Bug fixes and updates:
- Updated Go version to 1.21.1
- Fixed release pipeline to preserve 'v' prefix in artifact names
- Ensure CNI only adds default routes with a valid gateway
- Map CNI config type to correct HCN NetworkType constant
- Bump golang.org/x/net from 0.8.0 to 0.33.0
See CHANGELOG.md for full details.
What's Changed
- Map CNI config 'type' to correct HCN NetworkType constant. by @aznashwan in #99
- Bump golang.org/x/net from 0.8.0 to 0.33.0 by @dependabot[bot] in #111
- Ensure CNI only adds default routes with a valid (non-empty) gateway by @daschott in #116
- Fix release pipeline by @mdebjit in #120
- Update go version by @mdebjit in #121
Full Changelog: v0.3.1...v0.3.2
v0.2.2
What's Changed
- Add CNI config 1.0.0 support. by @aznashwan in #101
- Additional validations for DHCP enabled container host by @mdebjit in #102
Full Changelog: v0.2.1...v0.2.2
v0.3.1
What's Changed
- Updated containerd version by @mancbg in #68
- Script to generate intent-based CNI config by @debj1t in #72
- Change in ACL Priority Bands by @debj1t in #74
- Handle nil pointer if HNS network not created by @MikeZappa87 in #82
- Add CNI config 1.0.0 support. by @aznashwan in #101
- Additional validations for DHCP enabled container host by @debj1t in #102
- Adding an ipv6 policy for port mapping policies when dual stack is en… by @kestratt in #104
Full Changelog: v0.3.0...v0.3.1
v0.2.1
v0.3.0
What's Changed
- Fixed ACL rule creation bug
- Implemented namespace sanity checks
- Added support for multiple CNI versions
- Added resiliency to sync delete calls for same endpoint
- Initial changes for ipv6 support for l2bridge network
- Added optional loopbackDSR argument to cni conf
- (1) sdnbridge ipv6 tests (2) provide ability to specify default gateways
Full Changelog: v0.2.0...v0.3.0
New Contributors
v0.2.0 Alpha Release
This is the alpha release of the windows container networking repo. This is built from the b2f5f99 hash.