Changed - Removed support for classic packages of salt, now only supporting the new onedir packages. This effectively also limits salt branches to 3005 and 3006, and Debian versions to buster and newer.
0.15.1
-------------------
Fixed - Compatibility with Paramiko >= 3.0.0.
Added - Support for Debian Bookworm and make it the default version.
0.15.0
-------------------
Fixed - Provide better error message if giving an invalid or unknown GCE zone. - Fix Vultr node creation failing due to moved boot log.
Added - Support for Debian Bullseye and make it the default version.
0.14.9
-------------------
Changed - The default naming pattern of GCE instances has been changed to be easier to browse in the console, by inverting the dns label ordering (ie `hart-xxx-role-example-com` becomes `hart-com-example-role-xxx`). This is also consistent with how google does it for managed instances.
Fixed - The `PermitRootLogin no` fix was also added to creating salt masters.
0.14.8
-------------------
Fixed - Connection to nodes that include `PermitRootLogin no` in the default sshd config (notably GCE).
0.14.7
-------------------
Fixed - Handle more possible error cases for retry in initial connectivity check.