ntppool-exporter/CHANGELOG.md
Adora Laura Kalb 7d66fe6fb0
All checks were successful
ci/woodpecker/push/golang-test Pipeline was successful
ci/woodpecker/tag/docker-deploy Pipeline was successful
update changelog to reflect breaking changes
2024-04-19 12:14:14 +02:00

1.1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.2.0 - 2024-04-19

⚠️ Breaking Changes

  • renamed the score metric from ntppool_score to ntppool_server_score
  • removed unneccessary server label in metrics

Added

  • added in-memory cache to reduce API strain (#4)

Changed

  • fixed some debug logs
  • update readme to reflect new repo

0.1.1 - 2024-04-17

Fixed

  • Fix nil references when http request fails (#2)

0.1.0 - 2024-04-17

Added

  • This CHANGELOG file to document all significant changes
  • LICENSE
  • CONTRIBUTING guidelines
  • MAINTAINERS file
  • minimal implementation of the exporter