Skip to content

Commit

Permalink
Merge pull request #152 from atc0005/update-changelog-for-v0.5.1-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.5.1 release
  • Loading branch information
atc0005 authored Jun 8, 2023
2 parents e79499a + 8b9a542 commit f78b8d1
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,35 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.5.1] - 2023-06-08

### Overview

- Bug fixes
- Pattern/Path match improvements & workarounds
- Dependency updates
- built using Go 1.19.10
- Statically linked
- Windows (x64)

### Changed

- Dependencies
- `Go`
- `1.19.9` to `1.19.10`
- `atc0005/go-nagios`
- `v0.14.0` to `v0.15.0`
- `atc0005/go-ci` build image
- `go-ci-oldstable-build-v0.10.5` to `go-ci-oldstable-build-v0.10.6`
- `mattn/go-isatty`
- `v0.0.18` to `v0.0.19`
- (GH-146) Normalize matched/ignored paths
- (GH-151) Temporarily disable problematic assertions

### Fixed

- (GH-148) Disable depguard linter

## [v0.5.0] - 2023-05-11

### Overview
Expand Down Expand Up @@ -296,7 +325,8 @@ This release provides an early release version of a Nagios plugin used to
monitor for "reboot needed" status of Windows systems. Tested on multiple
Windows desktop and server variants.

[Unreleased]: https://github.com/atc0005/check-restart/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/atc0005/check-restart/compare/v0.5.1...HEAD
[v0.5.1]: https://github.com/atc0005/check-restart/releases/tag/v0.5.1
[v0.5.0]: https://github.com/atc0005/check-restart/releases/tag/v0.5.0
[v0.4.0]: https://github.com/atc0005/check-restart/releases/tag/v0.4.0
[v0.3.0]: https://github.com/atc0005/check-restart/releases/tag/v0.3.0
Expand Down

0 comments on commit f78b8d1

Please sign in to comment.