Skip to content

v0.1.1

Choose a tag to compare

@tboerger tboerger released this 19 Dec 10:38
v0.1.1
7373c15

Changelog for 0.1.1

The following sections list the changes for 0.1.1.

Summary

  • Fix #11: Fix typo within hcloud_server_incoming_traffic_bytes
  • Chg #13: Pin go version to 1.10

Details

  • Bugfix #11: Fix typo within hcloud_server_incoming_traffic_bytes

    We fixed a typo within the hcloud_server_incoming_traffic_bytes metric where we were just
    missing a tiny single letter.

    #11

  • Change #13: Pin go version to 1.10

    To make sure we got something nearly like reproducible builds and to fix the builds we should pin
    the build dependencies like the Go version to make sure it is always buildable.

    #13