Skip to content

Releases: harvester/network-controller-harvester

v0.4.0

04 Jun 09:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.7...v0.4.0

v0.3.7

23 Apr 06:42
v0.3.7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6

22 Jan 05:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

07 Dec 07:40
v0.3.5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

04 Aug 07:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

13 Jun 07:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

21 Apr 01:53
Compare
Choose a tag to compare

What's Changed

  • GetLocalArea function is not available for untagged network by @yaocw2020 in #68
  • Add codeql and trivy CI scanning by @guangbochen in #69
  • Bump SLE BCI image to 15.4 by @masteryyh in #70
  • Support updating VM networks and changing cluster network migration of vlanconfigs by @yaocw2020 in #67
  • Fix the vlanconfig webhook validator bug by @yaocw2020 in #71
  • must judge whether nodesFilter is empty by @yaocw2020 in #75
  • Bump github.com/kubernetes-csi/external-snapshotter/v2 from 2.1.1 to 2.1.3 by @dependabot in #74
  • add NAD CIDR validation to webhook by @chrisho in #76
  • Mask of CIDR could not be zero by @yaocw2020 in #77
  • fix CIDR and gateway validation by @guangbochen in #78
  • clean linkstatus on node remove and fix vlanconfig validation error by @yaocw2020 in #79
  • Avoid bond from recreating periodically by @yaocw2020 in #80
  • Bump go mod dependency by @guangbochen in #82

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.2-rc5

18 Apr 11:42
Compare
Choose a tag to compare
v0.3.2-rc5 Pre-release
Pre-release
Add default value for the vlanconfig parameters

Skip default value to avoid unnecessary bond recreating

v0.3.2-rc4

24 Mar 09:11
Compare
Choose a tag to compare
v0.3.2-rc4 Pre-release
Pre-release

What's Changed

  • clean linkstatus on node remove and fix vlanconfig validation error by @yaocw2020 in #79

Full Changelog: v0.3.2-rc3...v0.3.2-rc4

v0.3.2-rc3

10 Mar 08:46
Compare
Choose a tag to compare
v0.3.2-rc3 Pre-release
Pre-release
ci: add PR template