Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Dec 07:04
· 1 commit to main since this release
d551f8a

controld-exporter v1.1.0

This release contains the Prometheus Exporter for Control D.

🐳 Container Images

# Latest version
docker run --rm ghcr.io/umatare5/controld-exporter:latest --help

# Specific version
docker run --rm ghcr.io/umatare5/controld-exporter:v1.1.0 --help

# With environment variables
docker run --rm -e CTRLD_API_KEY ghcr.io/umatare5/controld-exporter:v1.1.0 command

📦 Binary Installation

go install github.com/umatare5/[email protected]

Changelog

Dependency Updates

Others

  • 39e6b53: [Auto-generated] Sync Public Copilot Instructions: 2025-10-05 (github/awesome-copilot) (#37) (@github-actions[bot])
  • 7f87dab: [Auto-generated] Sync Public Copilot Instructions: 2025-12-07 (github/awesome-copilot) (#43) (@github-actions[bot])
  • e502f03: [Auto-generated] Sync Public Copilot Instructions: 2025-12-28 (github/awesome-copilot) (#46) (@github-actions[bot])
  • 508a150: chore/goreleaser: update changelog filter to exclude merge branch commits (@umatare5)

Full Changelog: v1.0.8...v1.1.0

📚 Documentation