Skip to content

Releases: atc0005/go-nagios

v0.16.2

10 Oct 12:45
55589e5
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

Dependency Updates

  • Update Dependabot PR prefixes by @atc0005 in #240
  • Update Dependabot PR prefixes (redux) by @atc0005 in #241
  • Go Dependency: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #242

Other Changes

Full Changelog: v0.16.1...v0.16.2

v0.16.2-alpha.1

10 Oct 12:07
6243506
Compare
Choose a tag to compare
v0.16.2-alpha.1 Pre-release
Pre-release

What's Changed

Bug Fixes 🐛

Dependency Updates

  • ghaw: bump actions/checkout from 3 to 4 by @dependabot in #224
  • go.mod: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #228
  • ghaw: bump github/codeql-action from 2 to 3 by @dependabot in #231
  • Go Dependency: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #243

Other Changes

Full Changelog: v0.16.1...v0.16.2-alpha.1

v0.16.1

25 Jan 13:06
791fafe
Compare
Choose a tag to compare

What's Changed

New Features or Enhancements 🎉

  • Add initial automated release notes config by @atc0005 in #220
  • Add initial automated release build workflow by @atc0005 in #221

Bug Fixes 🐛

Dependency Updates

  • Update Dependabot config to monitor both branches by @atc0005 in #222
  • ghaw: bump actions/checkout from 3 to 4 by @dependabot in #225
  • go.mod: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #227
  • ghaw: bump github/codeql-action from 2 to 3 by @dependabot in #232

Other Changes

New Contributors

Full Changelog: v0.16.0...v0.16.1

v0.16.0

23 Jun 11:47
a19a0d1
Compare
Choose a tag to compare

Added

  • (GH-209) Add support for error annotations
  • (GH-214) Add method for growing errors collection with deduplication behavior

Changed

  • (GH-210) Update vuln analysis GHAW to remove on.push hook

Fixed

  • (GH-207) Disable depguard linter
  • (GH-211) Restore local CodeQL workflow
  • (GH-212) Explicitly document that (nagios.Plugin).AddError does not perform deduplication of errors

References

v0.15.0

31 May 11:12
530ac79
Compare
Choose a tag to compare

Added

  • (GH-192) Add another perfdata success parsing test case
  • (GH-203) Add state lookup helper functions
  • (GH-204) Add "quick" Makefile recipe

Changed

  • Dependencies
    • stretchr/testify
      • v1.8.1 to v1.8.4
  • (GH-194) Drop Push Validation workflow
  • (GH-195) Rework workflow scheduling
  • (GH-197) Remove Push Validation workflow status badge

Fixed

  • (GH-199) Update vuln analysis GHAW to use on.push hook
  • (GH-201) Fix revive linting errors

References

v0.14.0

27 Jan 13:46
a9d07e9
Compare
Choose a tag to compare

Added

  • (GH-175) Add support for parsing performance data

Changed

  • (GH-186) Expand Performance Data validation

Fixed

  • (GH-184) Fix TestPerformanceDataIsNotDuplicated test
  • (GH-187) Update gitignore vscode exclusions

References

v0.13.0

26 Jan 13:24
0264554
Compare
Choose a tag to compare

Added

  • (GH-176) Warning and Critical Threshold Handling
  • (GH-179) Add Go Module Validation, Dependency Updates jobs

Fixed

  • (GH-174) Fix section header for v0.12.1 release
  • (GH-181) Refactor newly added Range support
    • primarily small linting related updates

References

v0.12.1

15 Dec 11:30
100f201
Compare
Choose a tag to compare

Fixed

  • (GH-172) Replace further ExitState references

References

v0.12.0

15 Dec 11:03
31ab094
Compare
Choose a tag to compare

Changed

  • (GH-169) Rename primary ExitState type to Plugin, New constructor to
    NewPlugin

References

v0.11.0

14 Dec 12:09
66613c5
Compare
Choose a tag to compare

Added

  • (GH-102) Add constructor to initialize plugin start time, provide time
    Performance Data metric "automatically"

References