2024-04-17 15:20:39 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
2024-04-19 12:11:31 +02:00
|
|
|
|
|
|
|
|
|
|
|
## [0.2.0] - 2024-04-19
|
2024-04-19 12:14:14 +02:00
|
|
|
### ⚠️ Breaking Changes
|
|
|
|
- renamed the score metric from `ntppool_score` to `ntppool_server_score`
|
|
|
|
- removed unneccessary `server` label in metrics
|
|
|
|
|
2024-04-19 12:01:14 +02:00
|
|
|
### Added
|
|
|
|
- added in-memory cache to reduce API strain (#4)
|
|
|
|
|
2024-04-17 20:14:09 +02:00
|
|
|
### Changed
|
|
|
|
- fixed some debug logs
|
2024-04-19 12:01:14 +02:00
|
|
|
- update readme to reflect new repo
|
2024-04-17 20:14:09 +02:00
|
|
|
|
2024-04-17 19:59:34 +02:00
|
|
|
## [0.1.1] - 2024-04-17
|
|
|
|
### Fixed
|
|
|
|
- Fix nil references when http request fails (#2)
|
|
|
|
|
2024-04-17 15:20:39 +02:00
|
|
|
## [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
|
|
|
|
|
2024-04-19 12:11:31 +02:00
|
|
|
[unreleased]: https://gitlab.com/adoralaura/ntppool-exporter/compare/0.2.0...HEAD
|
|
|
|
[0.2.0]: https://gitlab.com/adoralaura/ntppool-exporter/compare/0.1.1...0.2.0
|
2024-04-17 19:59:34 +02:00
|
|
|
[0.1.1]: https://gitlab.com/adoralaura/ntppool-exporter/compare/0.1.0...0.1.1
|
|
|
|
[0.1.0]: https://gitlab.com/adoralaura/ntppool-exporter/releases/tag/0.1.0
|