v0.9.0
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)