Releases: atc0005/go-nagios
Releases · atc0005/go-nagios
v0.10.1
Changed
- Dependencies
google/go-cmp
v0.5.8
tov0.5.9
- (GH-103) Emit Performance Data on same line as
ServiceOutput
if
LongServiceOutput
is empty - (GH-146) Move examples from README to Example tests
- (GH-154) Refactor GitHub Actions workflows to import logic
- (GH-156) Update README to include go.mod badge
- (GH-157) Prevent duplication of Performance Data metrics
References
- See the
v0.10.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.10.0
Added
- (GH-144) Add test to prevent further Service Output interpolation regressions
- (GH-145) Add support for setting preferred output target
- (GH-147) Add option to skip os.Exit call at end of plugin execution
- (GH-149) Add initial plugin output test
Changed
- Dependencies
github/codeql-action
v2.1.22
tov2.1.23
References
- See the
v0.10.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.9.2
Changed
Fixed
- (GH-139)
ExitState.ServiceOutput
is (incorrectly) interpreted as
containing format specifier
References
- See the
v0.9.2
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.9.1
Fixed
- (GH-132)
LongServiceOutput
header is emitted when
ExitState.LongServiceOutput
field is empty - (GH-134) Update lintinstall Makefile recipe
- (GH-135) Fix Go 1.19beta1 gofmt linter warning
References
- See the
v0.9.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.9.0
Added
- (GH-107) Add support for overriding section headers/labels
- (GH-117) Add options to explicitly "hide" or omit Thresholds and Errors
section, automatically hide Detailed Info section if those sections are
unused - (GH-120) Allow collecting multiple errors
Changed
-
Dependencies
actions/checkout
v2.4.0
tov3
actions/setup-node
v2.5.1
tov3
-
(GH-118) Automatically omit Thresholds and Errors sections if unused
-
(GH-112) Expand linting GitHub Actions Workflow to include
oldstable
,
unstable
container images -
(GH-113) Switch Docker image source from Docker Hub to GitHub Container
Registry (GHCR) -
(GH-130) Refresh README, go.doc files for v0.9.0 release
Fixed
- (GH-121)
err113
linting issues:do not define dynamic errors, use wrapped static errors instead
- (GH-127) cognitive complexity 32 of func
(*ExitState).ReturnCheckResults
is high (> 10) (gocognit)
References
- See the
v0.9.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.8.2
Changed
- Dependencies
actions/checkout
v2.3.5
tov2.4.0
actions/setup-node
v2.4.1
tov2.5.1
Fixed
- (GH-104) Swap nil PerformanceData check for length check
- (GH-109) Nagios XI interprets current
nagios.CheckOutputEOL
value as two
newlines
References
- See the
v0.8.2
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.8.1
Changed
- Dependencies
actions/checkout
v2.3.4
tov2.3.5
Fixed
- (GH-98) Performance Data emitted when
ServiceOutput
andLongServiceOutput
empty - (GH-96) CHANGELOG | Fix typo and clarify perfdata support
References
- See the
v0.8.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.8.0
Added
- Add initial support for collecting, formatting & emitting performance data
Changed
- Dependencies
actions/setup-node
v2.4.0
tov2.4.1
Fixed
- Fix typo in CHANGELOG release tags list
- Remove duplicate package doc comments
References
- See the
v0.8.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.7.0
Added
- (GH-80) Add
ServiceState
type
Changed
- Dependencies
actions/setup-node
- (
v2.2.0
tov2.4.0
- (
Fixed
References
- See the
v0.7.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.6.1
Changed
- Panic error message
- Documentation
- Replace GoDoc badge with pkg.go.dev badge
- Dependencies
actions/setup-node
- (
v2.1.4
tov2.2.0
- update
node-version
value to always use latest LTS version instead of
hard-coded version
- (
References
- See the
v0.6.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.