Skip to content

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Jan 30, 2020
1 parent 5b70d3e commit 1ad9785
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Markus Frosch <markus.frosch@netways.de>
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [v1.0.1](https://github.com/NETWAYS/check_hp_disk_firmware/tree/v1.0.1) (2020-01-30)

[Full Changelog](https://github.com/NETWAYS/check_hp_disk_firmware/compare/v1.0.0...v1.0.1)

**Fixed bugs:**

- Ensure panics are correctly handled with exit 3 [\#2](https://github.com/NETWAYS/check_hp_disk_firmware/issues/2)
- Catch panics with nagios helpers to exit 3 [\#3](https://github.com/NETWAYS/check_hp_disk_firmware/pull/3) ([lazyfrosch](https://github.com/lazyfrosch))
- Fix snmp values to be int/uint 32-bit values [\#1](https://github.com/NETWAYS/check_hp_disk_firmware/pull/1) ([lazyfrosch](https://github.com/lazyfrosch))

## [v1.0.0](https://github.com/NETWAYS/check_hp_disk_firmware/tree/v1.0.0) (2020-01-26)

[Full Changelog](https://github.com/NETWAYS/check_hp_disk_firmware/compare/7c8517e36fc61fb7641fa90a6ab2b009765a1034...v1.0.0)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

const Project = "check_hp_disk_firmware"
const Version = "1.0.0"
const Version = "1.0.1"

var GitCommit string

Expand Down

0 comments on commit 1ad9785

Please sign in to comment.