Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 17:15
· 8 commits to main since this release
1fb3862

Release Date: 2025-01-22

BREAKING CHANGES:

  • Updated ASN support to allow configuration of 4-byte ASN values in the full range (0-4294967295), addressing the previous limitation that prevented values above 2147483647. ASN input is now expected to be a string instead of an integer. Users must update configurations to represent ASNs as strings values #278

BUG FIXES:

  • Added 8.0.3 to the allowed dvSwitchVersion to support vSphere 8.0 U3. #274

CHORES:

  • Updated golang.org/x/net to v0.33.0. #280
  • Updated golang.org/x/crypto to 0.31.0. #276
  • Updated github.com/stretchr/testify to 1.10.0. #269