v0.10.1

psviderski/uncloudv0.10.1Aug 6, 2025by psviderski

AI Summary

This is a minor patch release (v0.10.1) focused on bug fixes and improved error handling. The release addresses SSH configuration issues and machine state management, along with general code maintenance.

Key Highlights

  • Fixed SSH key path configuration to only add when using SSH key explicitly, not when using SSH agent
  • Fixed machine removal to not attempt resetting unreachable machines
  • Added meaningful error message when passwordless sudo is required during machine provisioning
  • Code linting improvements

New Features

  • Meaningful error message when passwordless sudo is required on machine provisioning

Full Release Notes

## Changelog
* fc0bf4a91bbacf25b3bba3add89e3b6d4cee4c60 chore: lint
* 6cc0611d7529086eaa94e1cfb80a2003d1deda55 chore: meaningful error message when passwordless sudo required on machine provisioning
* 2c02139369831d39221bcce0277ef301e55e0dde fix: add `ssh_key_path` for connections in uncloud config only when using SSH key explicitly (not SSH agent)
* 6c244bb8f997cae19d8dcdbfe5ce0694263df716 fix: do not try to reset machine when removing unreachable machine