From 3be853c313314da40d204ca7fcfed26e5d6b6ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jake=20Buchholz=20G=C3=B6kt=C3=BCrk?= Date: Tue, 3 Dec 2024 19:46:02 -0800 Subject: [PATCH] finalize for 3.1.0 --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ba4b5..adf0f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # CHANGELOG -## 2024-xx-xx - Tiny Cloud v3.1.0 +## 2024-12-03 - Tiny Cloud v3.1.0 * Default to "/usr merge" friendly installation locations * Configure cloud provider via kernel cmdline or DMI system serial -- either - with `ds=` or `tinycloud=cloud=` (we may introduce additional - cmdline Tiny Cloud config settings in the future). + with or `tinycloud=cloud=` (we may introduce additional cmdline Tiny + Cloud config settings in the future) or `ds=`. * Autodetection of `aws`, `azure`, `gcp`, `hetzner`, `oci`, and (maybe) `scaleway` cloud providers via DMI information. @@ -14,7 +14,7 @@ * Current order of priority for determining cloud... * `/etc/tiny-cloud.conf` _(image hardcoded)_ * `/var/lib/cloud/.autodetect` _(previously detected)_ - * `/proc/cmdline` _(`ds=...` or `tinycloud=cloud=...`)_ + * `/proc/cmdline` _(`tinycloud=cloud=...` or `ds=...`)_ * `/sys/class/dmi/id/product_serial` _(QEMU hack, same `cmdline`)_ * `/usr/lib/tiny-cloud/cloud/*/autodetect` scripts