twelvedata-exporter v1.1.0
This release contains the Prometheus Exporter for Twelve Data.
🐳 Container Images
# Latest version
docker run --rm ghcr.io/umatare5/twelvedata-exporter:latest --help
# Specific version
docker run --rm ghcr.io/umatare5/twelvedata-exporter:v1.1.0 --help
# With environment variables
docker run --rm -e TWELVEDATA_API_KEY ghcr.io/umatare5/twelvedata-exporter:v1.1.0 command📦 Binary Installation
go install github.com/umatare5/twelvedata-exporter@v1.1.0Changelog
Dependency Updates
- 8977d92: fix(deps): update module github.com/prometheus/client_golang to v1.23.1 (#20) (@renovate[bot])
- f35225e: fix(deps): update module github.com/prometheus/client_golang to v1.23.2 (#21) (@renovate[bot])
- 46e43e8: fix(deps): update module github.com/urfave/cli/v3 to v3.3.9 (#17) (@renovate[bot])
- 038965e: fix(deps): update module github.com/urfave/cli/v3 to v3.4.1 (#19) (@renovate[bot])
- 9bbd09a: fix(deps): update module github.com/urfave/cli/v3 to v3.5.0 (#24) (@renovate[bot])
- 089cc4b: fix(deps): update module github.com/urfave/cli/v3 to v3.6.0 (#25) (@renovate[bot])
- a70cc97: fix(deps): update module github.com/urfave/cli/v3 to v3.6.1 (#26) (@renovate[bot])
- acfd709: chore(deps): update alpine:latest docker digest to 4b7ce07 (#23) (@renovate[bot])
- a07055b: chore(deps): update alpine:latest docker digest to 865b95f (#27) (@renovate[bot])
- 11ca99c: chore(deps): update umatare5/common action to v0.13.0 (#12) (@renovate[bot])
Documentation Updates
- ea4f3dc: docs: Add logo for the dark mode (@umatare5)
- 230ff9d: docs: Fix URL (@umatare5)
- 7cece32: docs: Remove badge (@umatare5)
- ab77ba8: docs: Update README.md (@umatare5)
- a5635c3: docs: add project logo and assets (@umatare5)
- f92d22f: docs: enhance README with centered layout and additional badges (@umatare5)
Others
- 08462ab: Adjust logo dimensions for README (@umatare5)
- 24504c8: Update README to remove author and adjust license (@umatare5)
- a3c7269: [Auto-generated] Sync Public Copilot Instructions: 2025-10-05 (github/awesome-copilot) (#22) (@github-actions[bot])
- ab279c6: [Auto-generated] Sync Public Copilot Instructions: 2025-12-07 (github/awesome-copilot) (#28) (@github-actions[bot])
- 77b5227: [Auto-generated] Sync Public Copilot Instructions: 2025-12-28 (github/awesome-copilot) (#31) (@github-actions[bot])
- 99abf17: [Auto-generated] Sync public Copilot instructions: 2025-08-17 (#18) (@github-actions[bot])
- d1f050d: build: migrate from markdownlint.json to markdownlint-cli2.jsonc (@umatare5)
Full Changelog: v1.0.6...v1.1.0