Skip to content

v0.9.0

Compare
Choose a tag to compare
@kpetremann kpetremann released this 20 Dec 21:20
· 22 commits to main since this release
1d8fe98

Changelog

🎉 New feature 🎉

Following PR#57 from @voyvodov:

  • Salt beacons are now supported:
salt_health_last_heartbeat{minion="node1"} 1703053536
  • Number of registered minions are exposed:
salt_health_minions_total{} 2

Internal

  • Merge pull request #57 from redsift/feature/beacons (@voyvodov)
  • Merge pull request #58 from kpetremann/dependencies_bump (@kpetremann)
  • Merge pull request #59 from redsift/main (@voyvodov)
  • add beacon checks metrics (@voyvodov)
  • chore: bump dependencies (@kpetremann)
  • fix PKI path to use master's one, not generic (@voyvodov)
  • fixing beacon data tests (@voyvodov)
  • rollback return of NewRegistry to copy, not pointer (@voyvodov)
  • update docs with minions health functionality (@voyvodov)