Releases: dirien/minectl
v0.52.0
v0.51.0
New Release 📦 of minectl 🗺: updates of libraries
Changelog
This Release 📦 of minectl 🗺 contains only updates of the underlying dependencies. No new features added, but stay tuned for the next releases!
New Release 📦 of minectl 🗺: updates of libraries
Changelog
This Release 📦 of minectl 🗺 contains only updates of the underlying dependencies. No new features added, but stay tuned for the next releases!
New Features
- 27b9be6: feat: remove deprecated fields in the goreleaser file (#731) (@dirien)
- 5870853: feat: update to go 1.21 (#725) (@dirien)
Other work
New Release 📦 of minectl 🗺: Minecraft 1.20 support
New Release 📦 of minectl 🗺: Hetzner ARM64 support
Changelog
New Features
This release of minectl 🗺 supports now Hetzner ARM64 server. For more details see the official post
Attention: Currently ARM64 server are only available in Falkenstein (fsn1)
Other work
New Release 📦 of minectl 🗺: Rename Linode to Akamai Connected Cloud
Changelog
This release of minectl 🗺
renames Linode
to Akamai Connected Cloud
. For more details see the official blog post
New Features
v0.28.0
New Release 📦 of minectl 🗺: Updates, updates and some backend work
Changelog
New Features
- 13efb0a: feat: remove depandabot (#674) (@dirien)
- c0aecb9: feat: remove renovate schedule (#675) (@dirien)
- d72580e: feat: update Minecraft bedrock config (#686) (@dirien)
- 60426ce: feat: update Minecraft config to 1.19.3 (#685) (@dirien)
- 52c3268: feat: update breaking changes on lock-threads (#673) (@dirien)
- 0f332fa: feat: update go modules (#676) (@dirien)
Other work
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)