mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-14 10:52:44 +03:00
dynamically generate list of supported clouds
This commit is contained in:
parent
92ff6fa94e
commit
0054493216
@ -18,7 +18,7 @@ test-oksh:
|
||||
extends: test-default
|
||||
before_script:
|
||||
- apk add oksh
|
||||
- ln -sf /bin/oksh /bin/sh
|
||||
- ln -sf /usr/bin/oksh /bin/sh
|
||||
|
||||
# disabled - yash hates 'local'
|
||||
#test-yash:
|
||||
@ -42,4 +42,3 @@ test-install:
|
||||
tags:
|
||||
- docker-alpine
|
||||
- x86_64
|
||||
|
||||
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,11 +1,17 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 2025-06-31 - Tiny Cloud v3.2.1
|
||||
## 2025-06-11 - Tiny Cloud v3.2.2
|
||||
|
||||
* Fix `Makefile` to dynamically generate the list of clouds, allowing the new
|
||||
code for DigitalOcean (and future additional clouds) to also be installed.
|
||||
* Fix testing with `oksh`.
|
||||
|
||||
## 2025-05-31 - Tiny Cloud v3.2.1
|
||||
|
||||
* Fix cloud-config user creation -- `users` would reuse values from previous
|
||||
user if unset.
|
||||
|
||||
## 2025-06-30 - Tiny Cloud v3.2.0
|
||||
## 2025-05-30 - Tiny Cloud v3.2.0
|
||||
|
||||
* Initial support for `digitalocean` cloud provider
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user