Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astj committed May 16, 2018
1 parent 7793540 commit 6b7d51d
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.20.0 (2018-05-16)

* [check-log] Add option to suppress pattern display #234 (k-hal)
* [check-windows-eventlog] fix README - Some of the listed EVENTTYPEs can not be detected as alerts #233 (a-know)
* [check-procs][check-cert-file] Fix duplicated output of usage with --help argument #231 (itchyny)


## 0.19.0 (2018-03-28)

* add check-ldap #227 (taku-k)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.19.0
VERSION = 0.20.0
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
ifeq ($(OS),Windows_NT)
GOPATH_ROOT:=$(shell cygpath ${GOPATH})
Expand Down
2 changes: 1 addition & 1 deletion mackerel-check.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func run(args []string) int {
return exitOK
}

const version = "0.19.0"
const version = "0.20.0"

var gitcommit string

Expand Down
11 changes: 11 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
mackerel-check-plugins (0.20.0-1.v2) stable; urgency=low

* [check-log] Add option to suppress pattern display (by k-hal)
<https://github.com/mackerelio/go-check-plugins/pull/234>
* [check-windows-eventlog] fix README - Some of the listed EVENTTYPEs can not be detected as alerts (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/233>
* [check-procs][check-cert-file] Fix duplicated output of usage with --help argument (by itchyny)
<https://github.com/mackerelio/go-check-plugins/pull/231>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 16 May 2018 23:23:23 +0900

mackerel-check-plugins (0.19.0-1.v2) stable; urgency=low

* add check-ldap (by taku-k)
Expand Down
11 changes: 11 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
mackerel-check-plugins (0.20.0-1) stable; urgency=low

* [check-log] Add option to suppress pattern display (by k-hal)
<https://github.com/mackerelio/go-check-plugins/pull/234>
* [check-windows-eventlog] fix README - Some of the listed EVENTTYPEs can not be detected as alerts (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/233>
* [check-procs][check-cert-file] Fix duplicated output of usage with --help argument (by itchyny)
<https://github.com/mackerelio/go-check-plugins/pull/231>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 16 May 2018 23:23:23 +0900

mackerel-check-plugins (0.19.0-1) stable; urgency=low

* add check-ldap (by taku-k)
Expand Down
5 changes: 5 additions & 0 deletions packaging/rpm/mackerel-check-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ done
%{__targetdir}/*

%changelog
* Wed May 16 2018 <mackerel-developers@hatena.ne.jp> - 0.20.0
- [check-log] Add option to suppress pattern display (by k-hal)
- [check-windows-eventlog] fix README - Some of the listed EVENTTYPEs can not be detected as alerts (by a-know)
- [check-procs][check-cert-file] Fix duplicated output of usage with --help argument (by itchyny)

* Wed Mar 28 2018 <mackerel-developers@hatena.ne.jp> - 0.19.0
- add check-ldap (by taku-k)
- [check-http] add regexp pattern option (by taku-k)
Expand Down
5 changes: 5 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ done
%{__oldtargetdir}/*

%changelog
* Wed May 16 2018 <mackerel-developers@hatena.ne.jp> - 0.20.0
- [check-log] Add option to suppress pattern display (by k-hal)
- [check-windows-eventlog] fix README - Some of the listed EVENTTYPEs can not be detected as alerts (by a-know)
- [check-procs][check-cert-file] Fix duplicated output of usage with --help argument (by itchyny)

* Wed Mar 28 2018 <mackerel-developers@hatena.ne.jp> - 0.19.0
- add check-ldap (by taku-k)
- [check-http] add regexp pattern option (by taku-k)
Expand Down

0 comments on commit 6b7d51d

Please sign in to comment.