Skip to content

v1.0.0

Compare
Choose a tag to compare
@tboerger tboerger released this 29 Apr 06:22
· 332 commits to master since this release
v1.0.0
cc95e7c

Changelog for 1.0.0

The following sections list the changes for 1.0.0.

Summary

  • Chg #11: Upgrade Scaleway SDK
  • Chg #11: Code and project restructuring

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.

    #11

  • 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.

    #11