Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Dec 07:04
· 4 commits to main since this release
e1788c3

cisco-wnc-exporter v0.2.0

This release contains the Prometheus Exporter for Cisco WNC.

🐳 Container Images

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

# Specific version
docker run --rm ghcr.io/umatare5/cisco-wnc-exporter:v0.2.0 --help

# With environment variables
docker run --rm -e WNC_ACCESS_TOKEN ghcr.io/umatare5/cisco-wnc-exporter:v0.2.0 command

📦 Binary Installation

go install github.com/umatare5/cisco-wnc-exporter@v0.2.0

Changelog

Dependency Updates

Others

  • 79de861: [Auto-generated] Sync Public Copilot Instructions: 2025-12-07 (#12) (@github-actions[bot])
  • 7e7fde6: [Auto-generated] Sync Public Copilot Instructions: 2025-12-28 (#15) (@github-actions[bot])
  • d162b0e: Add badge for Cisco Code Exchange publication (#7) (@umatare5)

Full Changelog: v0.1.7...v0.2.0

📚 Documentation