Skip to content

Releases: nbarrientos/cryptowat_exporter

v2.1.1

21 Nov 15:21
Compare
Choose a tag to compare
  • Sync Dockerfile.cross

v2.1.0

21 Nov 15:04
c0f0081
Compare
Choose a tag to compare
  • Change default cache expiration to 900 seconds and allow customising it (see #3)

v2.0.5

06 Jun 08:39
Compare
Choose a tag to compare
  • Remove duplicate identifier in release tasks

v2.0.4

06 Jun 08:32
1d10c40
Compare
Choose a tag to compare
v2.0.4 Pre-release
Pre-release
  • Cross-build for windows/amd64 and linux/arm*.
  • Push Docker images for linux/arm64 and linux/arm/v7.

v2.0.3

05 Jun 08:20
Compare
Choose a tag to compare
  • Change Docker repository

v2.0.1

01 Jun 13:47
Compare
Choose a tag to compare
  • Publish a Docker image on Dockerhub

v.2.0.2

01 Jun 14:50
Compare
Choose a tag to compare
  • Rebuild using Go 1.14

v2.0.0

26 May 19:23
Compare
Choose a tag to compare
  • 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

26 May 12:23
Compare
Choose a tag to compare
  • 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

26 May 11:51
Compare
Choose a tag to compare
  • Initial release