Releases: nbarrientos/cryptowat_exporter
Releases · nbarrientos/cryptowat_exporter
v2.1.1
v2.1.0
v2.0.5
- Remove duplicate identifier in release tasks
v2.0.4
- Cross-build for windows/amd64 and linux/arm*.
- Push Docker images for linux/arm64 and linux/arm/v7.
v2.0.3
- Change Docker repository
v2.0.1
- Publish a Docker image on Dockerhub
v.2.0.2
- Rebuild using Go 1.14
v2.0.0
- Rename metrics
crypto_last_value
->crypto_currency
crypto_high_24h_value
->crypto_high_24h_currency
crypto_low_24h_value
->crypto_low_24h_currency
crypto_change_24h_percent_value
->crypto_change_24h_ratio
crypto_change_24h_absolute_value
->crypto_change_24h_currency
- New metrics
crypto_last_update_seconds
- Add Docker instructions to the README
v1.0.0
- Rename metrics
crypto_change_absolute_value
->crypto_change_24h_absolute_value
crypto_change_24h_percent_value
->crypto_change_percent_value
- Fix examples in the documentation
v0.1.0
- Initial release