Skip to content

v0.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Sep 14:48
· 35 commits to refs/heads/main since this release
306eedf

What's Changed

⚠️ Breaking Change

  • [improvement][breaking] Update templates to comply with CAPI v1.11.X by @AshleyDumaine in #881
  • [breaking][deps] Upgrade to CAPI v1.11 by @AshleyDumaine in #861
  • [improvement] [breaking] make subnetID optional and align new interface field names with existing field names by @eljohnson92 in #880

🐛 Bug Fixes

  • [fix] delete deprecated and removed --cloud-providerapi-server flag from templates by @eljohnson92 in #864
  • [fix] remove extra obj region validation that is incompatible with newer re… by @eljohnson92 in #872

💡 Improvements

  • [improvement] Fix DNS_UNIQUE_ID in templating so it's not required to be set for DNS flavor by @AshleyDumaine in #883
  • [improvement][breaking] Update templates to comply with CAPI v1.11.X by @AshleyDumaine in #881
  • [improvement] [breaking] make subnetID optional and align new interface field names with existing field names by @eljohnson92 in #880
  • [improvement] enable the requiredfields linter and make spec fields required by @eljohnson92 in #875
  • [improvement] shorten resource names for templates and tests for easier compatibility with Linode API label length limits by @AshleyDumaine in #871
  • [improvement] enable SSA tag linter by @eljohnson92 in #862
  • [improvement] Remove v1beta2 conditions package by @AshleyDumaine in #859
  • [improvement] set an explicit struct for dataDisks instead of a map by @eljohnson92 in #853

🧪 Testing Improvements

  • [test] add flatcar image deletion to a top level catch block so even on an earlier failure the image gets cleaned up by @eljohnson92 in #876
  • [test] shorten cluster obj store resource names by @eljohnson92 in #863

📖 Documentation

📦 Dependency Updates