Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 11:35
· 317 commits to master since this release
v1.1.0
0d59ec3

Changelog for 1.1.0

The following sections list the changes for 1.1.0.

Summary

  • Chg #25: Drop darwin/386 release builds
  • Chg #39: Add collector for load balancers
  • Chg #24: Refactor build tools and project structure
  • Chg #21: Add collector for volumes

Details

  • Change #25: Drop darwin/386 release builds

    We dropped the build of 386 builds on Darwin as this architecture is not supported by current Go
    versions anymore.

    #25

  • Change #39: Add collector for load balancers

    We have added a new optional collector, which is enabled by default, to gather metrics about all
    loadbalancers part of the configured Hetzner Cloud project.

    #39

  • Change #24: Refactor build tools and project structure

    To have a unified project structure and build tooling we have integrated the same structure we
    already got within our GitHub exporter.

    #24

  • Change #21: Add collector for volumes

    We have added a new optional collector, which is disabled by default, to gather metrics about
    the volumes part of the configured Hetzner Cloud project.

    #21