Skip to content

Commit e21ecee

Browse files
committed
release v0.5.6
1 parent 0f41db5 commit e21ecee

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.5.6 - 10.02.2026
2+
### Fix
3+
- fix panic on shutdown
4+
5+
16
## v0.5.5 - 05.02.2026
27
### Feature
38
- add options to disable livestatus and spoolfolders
@@ -7,17 +12,20 @@
712
### Feature
813
- add filtering to selectively process metrics
914

15+
1016
## v0.5.3 - 02.06.2025
1117
### Fix
1218
- fix parsing spool files too early
1319

20+
1421
## v0.5.2 - 13.11.2024
1522
### Changes
1623
- remove [error] output from performance data
1724
- moved source into pkg/nagflux
1825
### Feature
1926
- add influxdb v2 support
2027

28+
2129
## v0.5.1 - 04.10.2024
2230
### Changes
2331
- changed git location to https://github.com/ConSol-Monitoring/nagflux

pkg/nagflux/nagflux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type Stoppable interface {
3232
}
3333

3434
// nagfluxVersion contains the current Github-Release
35-
const nagfluxVersion string = "v0.5.5"
35+
const nagfluxVersion string = "v0.5.6"
3636

3737
var (
3838
log *factorlog.FactorLog

0 commit comments

Comments
 (0)