Minectl Versions Save

minectl 🗺 is a cli for creating Minecraft server on different cloud provider.

v0.51.0

1 month ago

Changelog

Other work

  • e102d826e61d21f5cac37bcbb5d6e309a804352b: Update README.md (#749) (@dirien)

v0.50.0

4 months ago

Changelog

This Release 📦 of minectl 🗺 contains only updates of the underlying dependencies. No new features added, but stay tuned for the next releases!

v0.40.0

7 months ago

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

  • 27b9be6cd8c0a843355bc8b49df996e75e2b859a: feat: remove deprecated fields in the goreleaser file (#731) (@dirien)
  • 5870853f7c48b311147d2342c4c8467edcd4fc34: feat: update to go 1.21 (#725) (@dirien)

Other work

  • bedb479709e9e54d6fa813c7acd9cc757556bf4e: Update Minecraft wiki link to new domain (#727) (@Spongecade)
  • 7144d191c9580c3edb0d0fd2d73688e0114a3cbf: Update README.md (#717) (@dirien)

v0.31.0

11 months ago

Changelog

New Features

  • f3a430cf4d1b2442f459ac32f7e7c4d12d6492b0: feat: add 1.20.x support (#715) (@dirien)
  • af71b897951bf2f219c56e9dd164689e3f079293: feat: add missing logo of 1.20 (#716) (@dirien)

v0.30.0

11 months ago

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

  • ca98896ab59e0925e169954556d7cca99aac68cd: fix: workflow badge routes (#705) (@dirien)
  • 469647120db00990ef5bac2ca84eed81d2f47056: feat: add - '-y' to goreleaser (#713) (@dirien)
  • abb41a62ddfd3cbc91ddf0574b37aeb59129a213: Hetzner (#709) (@dirien)
  • 2da02edd29e0297bc4a15a2a75a41fe098dbf48a: Releaser (#711) (@dirien)

v0.29.0

1 year ago

Changelog

This release of minectl 🗺 renames Linode to Akamai Connected Cloud . For more details see the official blog post

New Features

  • 747428cea20106e43c8c96fcd6b1687651c2b3ca: feat: rename Linode to Akamai Connected Cloud (#698) (@dirien)

v0.28.0

1 year ago

Changelog

New Features

  • fa10b25995ad61221a840b2231b8decc5bf82d3b: feat: cosign everything in the release (#692) (@dirien)
  • 23c50bbf4538385342508d2c80c2797a09bb7c8d: feat: update minectl-sdk to use aws-go-sdk-v2 (#690) (@dirien)

v0.27.0

1 year ago

Changelog

New Features

  • 13efb0a1cbe6b6c5b403f44130c19f20989cd97b: feat: remove depandabot (#674) (@dirien)
  • c0aecb9f7d1c7538938b2a10da62293296b1c448: feat: remove renovate schedule (#675) (@dirien)
  • d72580e6f431293deeff28644e4b6ccd39c68262: feat: update Minecraft bedrock config (#686) (@dirien)
  • 60426ce03d518b77cad31bbc7e77c4663fbb8154: feat: update Minecraft config to 1.19.3 (#685) (@dirien)
  • 52c3268c85836b608976804ea7b630a0b6c0c32b: feat: update breaking changes on lock-threads (#673) (@dirien)
  • 0f332fa191c09e02b73710d76bf8be8f0b91ce7e: feat: update go modules (#676) (@dirien)

Other work

  • dd262c21fe513131e7c21c7e808ca1e50bdebbdf: docs: add stargazer chart to README.md (#681) (@dirien)

v0.26.0

1 year ago

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

  • bd54b72c79a703b4c885305c65f8822c759709a3: feat: add GITHUB_TOKEN to lock flow (#640) (@)
  • 8eead5b266dd7872a1be13ea71aad068b4feef8f: feat: add delete confirmation message and auto delete flag (#667) (@dirien)
  • f04fe1a7e167b2b67fcbafde691acfe10739bcea: feat: add go reference (#633) (@)
  • 333da60b67a9fab4cfea3f08e0e2e27ffb855ad1: feat: add go report card badge (#634) (@)
  • d02eb0516f70a39098ff26f87691aa9051359dc6: feat: change base image to cgr.dev/chainguard/static (#651) (@)
  • a645d739ceb1d21033c3704a052d711c5c6d6205: feat: change ssh key handling (#665) (@dirien)
  • bc5b4a8c55dce41dd343cc0ad229de8977e5f7ed: feat: update minectl-sdk for Ubuntu 22 ARM on Azure (#668) (@dirien)

Other work

  • c281fcb90b04a7159284b395c2e5755144933460: dep: update minectl-sdk (#666) (@dirien)

v0.25.0

1 year ago

Changelog

The new release 📦 of minectl 🗺 has one major change:

Some of the core functions around the different cloud providers got extracted as own go module called minectl-sdk. This will allow me to create new ways to create Minecraft ™️ servers. Like a k8s controller for example. Stay tuned.

Next ine is around the topic secure software supply chains. I switched to a distroless base image for the minectl image and implemented SonarCloud integration to deliver better software.

The OSSF scorecard has now a badge in the Readme.md, to show how complianted the project is.

New Features

  • dccb201da74ed414de371a2f16f66fb2419cafe2: feat: add dependabot to kick of renovate (#621) (@dirien)
  • e699a5559de72f8c5067c15b2836182ea49b7f9d: feat: add fig autocomplete support (#608) (@dirien)
  • e4daca9cf2f7deb6d4afea042a474efc3c1367e3: feat: add ossf scorecard badge (#626) (@dirien)
  • 5ffedb4ebd3b8a91c75814ca61ba9f58e0f22499: feat: add ossf scorecard badge flat style (#627) (@dirien)
  • 3abd97d0a07510d383a9eca743159387df12b250: feat: add sonarcloud and openssf best pracrtices badge (#628) (@dirien)
  • f2a0bd67bdc9f9ed6e3d31087513c20529b8eb86: feat: introduce the minectl-sdk (#616) (@dirien)
  • bea4a82b277718d6d1105006c31d580b567e51e4: feat: move to distroless:static image (#610) (@dirien)
  • 748a74b7024377ce09e634f05c8b09a5cddc1079: feat: rename module name (#629) (@dirien)
  • 5a4f7a14dd5454c7e0d4a3c1e9c6959a59b8519b: feat: rework cobra commands to support annotations (#614) (@dirien)
  • 34b63e8416c149e425f6ab8952500decb0d161b9: feat: switch to distroless base image (#607) (@dirien)
  • fd28a20b51975c19aafca48cd29d44e57bb46133: feat: tune down noisy distroless update in renovate (#615) (@dirien)
  • b5b218435da02d347dc09c7f90c4fb0b6d14dc57: feat: update modules and docs for new Azure GO SDK Auth (#630) (@dirien)

Other work

  • ab0428a732440315b37fbbb71f6e6cd72d31a5e2: docs: fix typo (#620) (@thesayyn)