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