Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG for v0.16.2 release #260

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,28 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.16.2] - 2024-10-10

### Changed

#### Dependency Updates

- (GH-240) Update Dependabot PR prefixes
- (GH-241) Update Dependabot PR prefixes (redux)
- (GH-242) Go Dependency: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0

#### Other

- (GH-245) Add check_cert plugin perfdata success test case
- (GH-254) Update README reference links

### Fixed

- (GH-247) Remove inactive maligned linter
- (GH-248) Fix errcheck linting errors
- (GH-252) Fix `TestEmptyServiceOutputProducesNoOutput` test
- (GH-257) Fix `predeclared` linter warnings

## [v0.16.1] - 2024-01-25

### Added
Expand Down Expand Up @@ -521,7 +543,8 @@ Initial package state

- Nagios state map

[Unreleased]: https://github.com/atc0005/go-nagios/compare/v0.16.1...HEAD
[Unreleased]: https://github.com/atc0005/go-nagios/compare/v0.16.2...HEAD
[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
[v0.15.0]: https://github.com/atc0005/go-nagios/releases/tag/v0.15.0
Expand Down
Loading