Releases: kpetremann/salt-exporter
Releases · kpetremann/salt-exporter
v0.5.1
v0.5.0
Changelog
Breaking changes
- feat!: health-minions manage salt_responses_total (@kpetremann)
Enhancements
- feat: support log level settings (@kpetremann)
- feat: wildcard support in health filter (@kpetremann)
Fixes
- fix: conn not closed properly (@kpetremann)
Internal
- Merge pull request #22 from kpetremann/e2e_test (@kpetremann)
- Merge pull request #23 from kpetremann/fix_conn_not_kept (@kpetremann)
- Merge pull request #24 from kpetremann/health-minion-improv (@kpetremann)
- Merge pull request #25 from kpetremann/chore (@kpetremann)
- chore: go mod tidy (@kpetremann)
- ci(e2e): print metrics if failed (@kpetremann)
- ci(e2e): remove saltutil.find_job from counters (@kpetremann)
- ci(e2e): wait for healthcheck instead of timer (@kpetremann)
- ci: add e2e tests (@kpetremann)
- ci: fix gorelease GitHub Action (@kpetremann)
- ci: golang 1.20 in Dockerfile (@kpetremann)
- ci: rework GH steps (@kpetremann)
v0.4.0
Changelog
Enhancements
- feat(live): buffer size can be set (@kpetremann)
- feat(live): hard filter (@kpetremann)
- feat: support salt runners (@kpetremann)
Fixes
- fix(live): "f" key and some others not working during filter typing (@kpetremann)
- fix(live): bad left panel width (@kpetremann)
- fix(live): states not updated properly (@kpetremann)
Internal
- Merge pull request #18 from kpetremann/runner (@kpetremann)
- Merge pull request #19 from kpetremann/live_improvements (@kpetremann)
- chore(live): add log to file (@kpetremann)
- chore: update deps (@kpetremann)
- ci: fix archive name (@kpetremann)
v0.3.1
Changelog - Salt live
Enhancements
- feat(live): be able to wordwrap in YAML (@kpetremann)
Fixes
- fix(live): bad color on description (@kpetremann)
- fix(live): bad width and height (@kpetremann)
- fix(live): impossible to navigate while filtering (@kpetremann)
- fix(live): issue with large output (@kpetremann)
- fix(live): remove padding on leftpanel (@kpetremann)
- fix(live): removing items from the wrong object (@kpetremann)
Internal
- Merge pull request #16 from kpetremann/fix_saltlive (@kpetremann)
- chore: gitignore *.patch (@kpetremann)
- chore: update title instead of status msg when frozen (@kpetremann)
v0.3.0
🎉 New tool available: Salt live!! 🎉
Salt live
is a new TUI tool to visualize events in live!
Changelog
Breaking changes
- chore!: keep RawBody is now optional (@kpetremann)
- chore!: move main.go to cmd/salt-exporter/ (@kpetremann)
Enhancements
- feat: TUI to visualize live event (@kpetremann)
Internal
- Merge pull request #10 from kpetremann/buildinfo (@kpetremann)
- Merge pull request #11 from kpetremann/salt_live (@kpetremann)
- Merge pull request #9 from kpetremann/grafana (@kpetremann)
- Update README.md (@kpetremann)
- build: add breaking changes section in changelog (@kpetremann)
- build: fix cmd location (@kpetremann)
- build: remove commit id in the changelog (@kpetremann)
- build: use github for changelog to add authors (@kpetremann)
- chore: print version info on startup (@kpetremann)
- chore: update README and version (@kpetremann)
- chore: update go.mod/sum (@kpetremann)
- ci: fix goreleaser binaries name (@kpetremann)
- ci: improve changelog (@kpetremann)
- ci: migrate from replacement to name_template (@kpetremann)
v0.2.0
Changelog
- 175a3f2 Expose state/func status for scheduled job as well
- dd80881 Merge pull request #8 from kpetremann/scheduled_state_health
- fbc4741 Rename salt_state_health to salt_function_health
- 1e2eb9a Update README.md
- 01e1bee fix: incorrect success value for scheduled job
- d95da48 refactor!: rename salt_state_health to salt_function_health
Breaking changes
salt_state_health
metric introduced in v0.1.5 has been renamed bysalt_function_health