Skip to content

New Release 📦 of minectl 🗺: breaking change and improved UX

Compare
Choose a tag to compare
@dirien dirien released this 25 Nov 12:32
· 88 commits to main since this release
bc5b4a8

Changelog

Breaking change

This new release 📦 of minectl 🗺 has a breaking change! To prepare the minectl-sdk for the minectl-operator I need to change the name of the ssh key handling.

With <= v0.25.0 you needed to set the field keyfolder in the minectl config file. This field defined the location of your SSH public and private key.

Now with >= v0.25.0:

  • The filed got renamed to publickeyfile and points to your location of your SSH public key! And with publickey property, you can define the content of your SSH public key inline!
  • If you need to update or upload a plugin to your server, you need to provide the SSH private key location in the command with the
    new flag --ssh-key.

New: Ubuntu 22.04 support on Azure ARM virtual machines!

Confirmation on delete (plus autodelete flag=

New Features

Other work