New Release 📦 of minectl 🗺: breaking change and improved UX
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 withpublickey
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
- bd54b72: feat: add GITHUB_TOKEN to lock flow (#640) (@)
- 8eead5b: feat: add delete confirmation message and auto delete flag (#667) (@dirien)
- f04fe1a: feat: add go reference (#633) (@)
- 333da60: feat: add go report card badge (#634) (@)
- d02eb05: feat: change base image to cgr.dev/chainguard/static (#651) (@)
- a645d73: feat: change ssh key handling (#665) (@dirien)
- bc5b4a8: feat: update minectl-sdk for Ubuntu 22 ARM on Azure (#668) (@dirien)