Releases: montel-ig/docker-machine-driver-upcloud
Releases · montel-ig/docker-machine-driver-upcloud
MemoryAmmount to GBs
Rename Storage variable
Breaking changes
- Rename the
--upcloud-storage
variable to--upcloud-storage-size
for more clarity and consistency.
Custom machines
Using the driver
Locally
- Select the OS/Architecture version that you need, and rename it only as
docker-machine-driver-upcloud
- Copy the binary to a directory accessible through the
$PATH
(i.e./usr/local/bin
).
Rancher
- Select the
linux-amd64
binary
New Features
- You can specify the CPU (
CoreNumber
) and RAM (MemoryAmount
) instead of always running a predefined plan.
Improvements
- Add multi-platform releases (WIP to bring a unified tool to the build process)
First release!
First working release of the docker-machine-driver-upcloud
.
The release notes are based on the existing version under UpCloud Ltd
Using the driver
Copy the binary to a directory accessible through the $PATH
(i.e. /usr/local/bin
).
Breaking Changes
- Change the URL of the UpCloud Go API (previously
upcloud-go-sdk
)
New Features
- Add a Storage option to make it configurable
Improvements
- Update the documentation
- Update the templates used to create the servers
Other Changes
- Minor changes on the naming schemes