Skip to content
v0.20.0-patch1

Small release with a couple bugfixes:
- neonvm/whereabouts: Require amd64 to fix issues with ARM nodes (#691)
  - This was a regression from v0.19.x because v0.20.0 unintentionally
    removed the affinity selector.
- plugin: Fix nil deref on failed ExtractVmInfo on VM update (#690)
  - Not a regression, but occurs more on staging after v0.20.0 because
    of unrelated changes.