Skip to content

v0.1.0

Compare
Choose a tag to compare
@belgaied2 belgaied2 released this 26 Apr 21:28

Release Notes

This release focuses on stabilising some of the features of Harvester CLI, mostly the shell command which was previously unusable because of tty issues.

What new?

  • the shell command now wraps a local ssh command of the OS, thus eliminating previous tty issues. Because of this, the ssh system command becomes a requirement, which an okay requirement since the large majority of modern OSes (MacOS, Windows and Linux) come with ssh out of the box.
  • !! BEWARE KILLER feature !!: Now, the shell command can connect to a VM that is not on a bridged network, it will use Kubernetes API port-forwarding to ssh into a VM that is on the Pod Network -- meaning, you don't need to use kubectl or jump on your Harvester node to access a VM that is only on the Pod Network.
  • Fixed a couple of issues related to ssh'ing into a VM that does not have an IP address, or VM listing when one of the VMs has an undefined Running state.
  • Minor clean up

Full Changelog: v0.0.7...v0.1.0