Skip to content

Commit

Permalink
Merge pull request #275 from mackerelio/bump-version-0.28.0
Browse files Browse the repository at this point in the history
Release version 0.28.0
  • Loading branch information
lufia committed Feb 13, 2019
2 parents a9a03b2 + 13e9add commit c0559d4
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.28.0 (2019-02-13)

* Improve READMEs #274 (a-know)
* added support for netbsd on check-load #273 (paulbsd)
* [check-cert-file] improve README #272 (a-know)
* [check-log][check-windows-eventlog] Improve atomic write #270 (itchyny)
* [check-log]stop reading logs on SIGTERM #268 (lufia)


## 0.27.0 (2019-01-10)

* [check-disk] Do not check inodes% along with disk% #266 (susisu)
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.27.0
VERSION = 0.28.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.27.0"
const version = "0.28.0"

var gitcommit string

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

* Improve READMEs (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/274>
* added support for netbsd on check-load (by paulbsd)
<https://github.com/mackerelio/go-check-plugins/pull/273>
* [check-cert-file] improve README (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/272>
* [check-log][check-windows-eventlog] Improve atomic write (by itchyny)
<https://github.com/mackerelio/go-check-plugins/pull/270>
* [check-log]stop reading logs on SIGTERM (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/268>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 13 Feb 2019 08:01:26 +0000

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

* [check-disk] Do not check inodes% along with disk% (by susisu)
Expand Down
15 changes: 15 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
mackerel-check-plugins (0.28.0-1) stable; urgency=low

* Improve READMEs (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/274>
* added support for netbsd on check-load (by paulbsd)
<https://github.com/mackerelio/go-check-plugins/pull/273>
* [check-cert-file] improve README (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/272>
* [check-log][check-windows-eventlog] Improve atomic write (by itchyny)
<https://github.com/mackerelio/go-check-plugins/pull/270>
* [check-log]stop reading logs on SIGTERM (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/268>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 13 Feb 2019 08:01:26 +0000

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

* [check-disk] Do not check inodes% along with disk% (by susisu)
Expand Down
7 changes: 7 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,13 @@ done
%{__targetdir}/*

%changelog
* Wed Feb 13 2019 <mackerel-developers@hatena.ne.jp> - 0.28.0
- Improve READMEs (by a-know)
- added support for netbsd on check-load (by paulbsd)
- [check-cert-file] improve README (by a-know)
- [check-log][check-windows-eventlog] Improve atomic write (by itchyny)
- [check-log]stop reading logs on SIGTERM (by lufia)

* Thu Jan 10 2019 <mackerel-developers@hatena.ne.jp> - 0.27.0
- [check-disk] Do not check inodes% along with disk% (by susisu)
- [check-disk] skip checks if there are no inodes (by susisu)
Expand Down
7 changes: 7 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Feb 13 2019 <mackerel-developers@hatena.ne.jp> - 0.28.0
- Improve READMEs (by a-know)
- added support for netbsd on check-load (by paulbsd)
- [check-cert-file] improve README (by a-know)
- [check-log][check-windows-eventlog] Improve atomic write (by itchyny)
- [check-log]stop reading logs on SIGTERM (by lufia)

* Thu Jan 10 2019 <mackerel-developers@hatena.ne.jp> - 0.27.0
- [check-disk] Do not check inodes% along with disk% (by susisu)
- [check-disk] skip checks if there are no inodes (by susisu)
Expand Down

0 comments on commit c0559d4

Please sign in to comment.