Skip to content

Releases: mjst-internals/cloud-management

v0.0.8

04 Apr 20:28
198f67b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

04 Apr 19:24
fd13e0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

04 Apr 19:09
b9612d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

Nailed it! 🔝

04 Apr 18:31
a4e4812
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

04 Apr 17:08
33462b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

New release! Fixed and hardened!

04 Apr 15:53
1e11419
Compare
Choose a tag to compare

What's Changed

  • Fixes and more server hardening features by @mjStallinger in #9
  • cm-update-bash.sh now finally working 🥳!

Full Changelog: v0.0.2...v0.0.3

v0.0.2

04 Apr 12:15
c47d669
Compare
Choose a tag to compare

🧱 Since v0.0.1 — Performance: engaged.

  • ⚡ Added a performance test script
  • 📄 Docs updated – now with 100% more reality checks
  • 🧼 Minor cleanup and bugfixes (the kind you only notice at 2am)

It's still minimal, still yours — just a bit more bulletproof.

Full Changelog: v0.0.1...v0.0.2

First release with working cloud-init

04 Apr 08:49
e2a7761
Compare
Choose a tag to compare

✅ cloud-init: done. It finally works.

It took a couple of tweaks, a few cloud-init-output.log rage scrolls, and more than one “why the hell isn’t this script even running?!” –
but the cloud-init setup is finally nailed down.

From now on, spinning up a fresh instance means:

  • ✅ My SSH key gets injected securely at runtime
  • ✅ Scripts from my GitHub repo get downloaded and executed automatically
  • ✅ Logs are piped into /var/log/cloud-management-init.log because blind debugging is a sin
  • ✅ It’s clean, isolated under /opt/cloud-management, and actually… beautiful.

No more scping half-baked Bash into a fresh droplet. No more "just SSH in and run that thing really quick". This is infrastructure that behaves.

And yes – it logs. Properly.

Hello Cloud

03 Apr 23:10
6a66175
Compare
Choose a tag to compare
Hello Cloud Pre-release
Pre-release

The first iteration of cloud-management has landed.
It doesn’t do much yet, but hey – it helps initializing your Linux server, so you don’t have to.

🔧 What’s inside:

  • Bootstrap scripts to get a fresh Linux box from “oh no” to “ssh-ready”
  • Basic setup steps because you probably don’t want to Google them. Again.

It’s not magic. But it beats doing it by hand.