diff --git a/go.mod b/go.mod index ae985b17..f797c617 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ module github.com/atc0005/check-vmware go 1.22 require ( - github.com/atc0005/go-nagios v0.17.0-rc.1 + github.com/atc0005/go-nagios v0.17.0 github.com/google/go-cmp v0.6.0 github.com/rs/zerolog v1.33.0 github.com/vmware/govmomi v0.45.1 diff --git a/go.sum b/go.sum index d3bb09f4..afc041af 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/atc0005/go-nagios v0.17.0-rc.1 h1:fyYmetY4RUJxM0GN1KdoTu+Ywq0qbF5MJ9nCgpDs4mI= -github.com/atc0005/go-nagios v0.17.0-rc.1/go.mod h1:n2RHhsrgI8xiapqkJ240dKLwMXWbWvkOPLE92x0IGaM= +github.com/atc0005/go-nagios v0.17.0 h1:DHQbzP0HWt9kZM9xvFgI4HZ0TBY4qQN+E+Usz8MrgTw= +github.com/atc0005/go-nagios v0.17.0/go.mod h1:n2RHhsrgI8xiapqkJ240dKLwMXWbWvkOPLE92x0IGaM= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= diff --git a/vendor/github.com/atc0005/go-nagios/CHANGELOG.md b/vendor/github.com/atc0005/go-nagios/CHANGELOG.md index 98a2762a..05d5c89f 100644 --- a/vendor/github.com/atc0005/go-nagios/CHANGELOG.md +++ b/vendor/github.com/atc0005/go-nagios/CHANGELOG.md @@ -26,6 +26,24 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.17.0] - 2024-11-06 + +### Added + +- (GH-288) Add support for embedded/encoded payloads +- (GH-289) Add support for (internal) debug logging output + +### Changed + +- (GH-291) Clarify handling of empty payload input +- (GH-292) Enable LongServiceOutput header/label for payloads + +### Fixed + +- (GH-268) Fix `Plugin.SetOutputTarget` method +- (GH-273) Fix test case validity check +- (GH-290) Minor refactoring of Range and Thresholds support + ## [v0.16.2] - 2024-10-10 ### Changed @@ -543,7 +561,8 @@ Initial package state - Nagios state map -[Unreleased]: https://github.com/atc0005/go-nagios/compare/v0.16.2...HEAD +[Unreleased]: https://github.com/atc0005/go-nagios/compare/v0.17.0...HEAD +[v0.17.0]: https://github.com/atc0005/go-nagios/releases/tag/v0.17.0 [v0.16.2]: https://github.com/atc0005/go-nagios/releases/tag/v0.16.2 [v0.16.1]: https://github.com/atc0005/go-nagios/releases/tag/v0.16.1 [v0.16.0]: https://github.com/atc0005/go-nagios/releases/tag/v0.16.0 diff --git a/vendor/modules.txt b/vendor/modules.txt index 8ea19b57..7a5fb0a2 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,4 +1,4 @@ -# github.com/atc0005/go-nagios v0.17.0-rc.1 +# github.com/atc0005/go-nagios v0.17.0 ## explicit; go 1.19 github.com/atc0005/go-nagios # github.com/google/go-cmp v0.6.0