1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-14 19:02:45 +03:00

finalize for 3.1.0

This commit is contained in:
Jake Buchholz Göktürk 2024-12-03 19:46:02 -08:00
parent 5c90394f7a
commit 3be853c313

View File

@ -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=<cloud>` or `tinycloud=cloud=<cloud>` (we may introduce additional
cmdline Tiny Cloud config settings in the future).
with or `tinycloud=cloud=<cloud>` (we may introduce additional cmdline Tiny
Cloud config settings in the future) or `ds=<cloud>`.
* 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