Skip to content

v1.30.1-fips: minor fixes, use Go 1.26

Choose a tag to compare

@tonyandrewmeyer tonyandrewmeyer released this 29 Apr 23:42
· 31 commits to fips since this release
3273a83

This release includes no new features, but bumps the minimum Go version from 1.24 to 1.26. It also includes several fixes for test flakiness (thanks @mohqas!).

This is the FIPS version of the v1.30.1 release, and has identical changes to that release, but remains stripped of all cryptography code.

What's Changed

  • fix(checkstate): ensure the test check fails once only by @mohqas in #815
  • fix(servstate): prevent deadlock in TestStartFastExitCommand by @mohqas in #814
  • style: simplify slice definitions by @holmanb in #816
  • chore: use Go 1.26 now that 1.24 is end-of-life in #818
  • chore: add missing exec subcommand to enter supporting list by @Tony-WLB in #821
  • ci: add Zizmor workflow in #820
  • ci: add govulncheck, remove golangci-lint in #825

New Contributors

Full Changelog: v1.29.0-fips...v1.30.1-fips