v1.0.0
Changelog for 1.0.0
The following sections list the changes for 1.0.0.
Summary
Details
-
Change #11: Upgrade Scaleway SDK
As Scaleway has dropped the previously used Go library we are forced to update to the new SDK.
With this change we are forced to update the required attributes which results in a breaking
change. The new Scaleway API requires an access and secret key instead of a single access token.
Beside that the region flag had to be dropped in favor of a zone flag. -
Change #11: Code and project restructuring
To get the project and code structure into a new shape and to get it cleaned up we switched to Go
modules and restructured the project source in general.