Releases: alibaba/hybridnet
Releases · alibaba/hybridnet
v0.4.4
helm-chart-0.2.1
A container networking solution aiming at hybrid clouds.
v0.4.3
Improvements
- Introduce flag
enable-vlan-arp-enhancement
for daemon to enable/disable enhanced addresses - Introduce
DEFAULT_IP_FAMILY
environment variable on dual-stack mode - Skip webhook validation on host-networking pods
- Introduce
vtep-address-cidrs
flag for daemon to help select vtep address
Fixed Issues
- Fix daemon policy container init error on ipv6-only node
- Node annotation changed should trigger the reconcile of daemon Node controller
- Fix "to overlay subnet route table 40000 is used by others" error of daemon. It happens if an ipv6 subnet with excluded ip ranges is created
- Fix daemon update dual-stack IPInstance status error
- Fix the error that arp enhanced addresses will be taken as source IP address by mistake
- Fix the error that deprecated bgp rules and routes are not cleaned
v0.3.3
helm-chart-0.2.0
A container networking solution aiming at hybrid clouds.
helm-chart-0.1.2
A container networking solution aiming at hybrid clouds.
helm-chart-0.1.1
A container networking solution aiming at hybrid clouds.
v0.4.2
v0.4.1
v0.4.0
New features
- Support BGP mode for an Underlay type Network
- Support specifying namespace with network/subnet/network-type/ip-family
- Introduce Felix for NetworkPolicy
Improvements
- Refactor daemon/manager/webhook with controller-runtime
- Deny the creation of /32 or /128 Subnets in webhook
- Only IPv4 feature valid if DualStack feature-gate is false
- Specify subnet without a specified Network
- Gateway field becomes optional for VXLAN/BGP Subnets
Fixed Issues
- Fix specifying subnets error for DualStack pod
- Fix updating failure of nodes' vxlan fdb for a new node