Skip to content

Commit a2d01ad

Browse files
Ahmet OeztuerkAhmet Oeztuerk
authored andcommitted
release v0.5.7
1 parent 318b37d commit a2d01ad

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.5.7 - 12.03.2026
2+
### Feature
3+
- add length based anomaly detection when parsing perfdata fields
4+
- add detection of unmatched substrings after regex search for perfdata groups in log string
5+
16
## v0.5.6 - 10.02.2026
27
### Fix
38
- fix panic on shutdown

pkg/nagflux/nagflux.go

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

3333
// nagfluxVersion contains the current Github-Release
34-
const nagfluxVersion string = "v0.5.6"
34+
const nagfluxVersion string = "v0.5.7"
3535

3636
var (
3737
log *factorlog.FactorLog

0 commit comments

Comments
 (0)