Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Releases: ix-ai/stellar-exporter

v0.5.0

09 Feb 08:29
Compare
Choose a tag to compare
  • e93aace #5: Re-adds gelf support
  • 7fe9f85 Removes references to GELF, since it has been removed
  • f338382 Final changes after the restructure: Dockerfile and version in testing
  • bbc4b19 Restructures the project and cleans up the code

v0.4.3

04 Feb 10:51
Compare
Choose a tag to compare
  • 7ff69b6 Bumps stellar-sdk to 2.1.3

v0.4.2

31 Jan 13:59
Compare
Choose a tag to compare
  • 0a13f45 Bumps stellar-sdk to 2.1.1

v0.4.1

26 Jan 14:50
Compare
Choose a tag to compare
  • d8df1be Minor improvements. Prepares v0.4.1

v0.4.0

19 Jan 14:08
Compare
Choose a tag to compare
  • 9ae7ee4 Adds version support in the exporter
  • 5cbfbcb Adds ARM builds
  • 0c81555 Adds py3-pynacl and py3-urllib3from alpine instead of pip
  • de911a5 Uses the alpine packages instead of the pip repository

v0.3.0

05 Jan 15:00
Compare
Choose a tag to compare
  • 3d5ca5b
    • sets the default port to 9188, as exposed in the Dockerfile
    • sets fixed versions for prometheus_client, stellar_base, stellar-sdk and toml
    • adds support for HORIZON_URL
    • updates README.md
  • 9085184 Adds missing dependency toml
  • 02d3698 Adds missing pbkdf2 dependency
  • cc62efd Closes #2: Adds missing dependency make
  • e7804f4 Closes #1: Adds missing dependency to libffi-dev