Skip to content

Releases: alibaba/hybridnet

helm-chart-0.6.4

28 Jun 11:35
8389dac
Compare
Choose a tag to compare

A container networking solution aiming at hybrid clouds.

v0.8.3

21 Jun 03:46
4b0ef6a
Compare
Choose a tag to compare

Fixed Issues

  • Add created host interface into CNI result for chained plugins like bandwidth. (#388)

helm-chart-0.6.3

21 Jun 06:46
161aae0
Compare
Choose a tag to compare

A container networking solution aiming at hybrid clouds.

helm-chart-0.6.2

20 Jun 05:53
84f1caa
Compare
Choose a tag to compare

A container networking solution aiming at hybrid clouds.

v0.8.2

19 Jun 09:36
bc62c0c
Compare
Choose a tag to compare

Fixed Issues

  • Allow Pod names to be over 63 characters length. (#385)
  • Make hybridnet support chained plugins. (#384)

helm-chart-0.6.1

09 Jun 07:21
43c4607
Compare
Choose a tag to compare

A container networking solution aiming at hybrid clouds.

v0.8.1

08 Jun 09:04
bff9076
Compare
Choose a tag to compare

Improvements

  • Skip local vtep when generate vxlan fdb entry. (#373)
  • Add underlay network nodes conflict validation in webhook. (#377)
  • Allow no routable bgp peer exists for a BGP Network and inherit node default route in such cases. (#378)
  • Drop possible endless VLAN underlay traffic to avoid route loop. (#379)

helm-chart-0.6.0

09 Mar 01:31
fabc167
Compare
Choose a tag to compare

A container networking solution aiming at hybrid clouds.

v0.8.0

08 Mar 08:43
04fbd0d
Compare
Choose a tag to compare

Improvements

  • Support multiple bgp peers for bgp network. (#370 )
  • Make unestablished BGP peers' blocking Pod creation can be optional. (#370 )

Other notable changes

  • Update gobgp to v3.11.0 and golang to 1.9.
  • Add pkg/client to release tag.

v0.7.8

23 Feb 07:09
cfca648
Compare
Choose a tag to compare

Fixed Issues

  • Fix ipv6 subnet capacity calculation error because of int64 overflow. (#366 )
  • Fix felix crash because of cni-daemon's executing ipset frequently. (#364 )
  • Reserve ips for evicted and completed ip-retained pod. (#365 )

Improvements

  • Check accept_ra sysctl before enable ipv6.forwarding. (#367 )