Skip to content

Commit

Permalink
Merge pull request #269 from mackerelio/bump-version-0.27.0
Browse files Browse the repository at this point in the history
Release version 0.27.0
  • Loading branch information
astj committed Jan 10, 2019
2 parents a0f61da + dc80fea commit ba5614e
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.27.0 (2019-01-10)

* [check-disk] Do not check inodes% along with disk% #266 (susisu)
* [check-disk] skip checks if there are no inodes #265 (susisu)


## 0.26.0 (2018-11-26)

* [check-http] Support --connect-to option #263 (astj)
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.26.0
VERSION = 0.27.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.26.0"
const version = "0.27.0"

var gitcommit string

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

* [check-disk] Do not check inodes% along with disk% (by susisu)
<https://github.com/mackerelio/go-check-plugins/pull/266>
* [check-disk] skip checks if there are no inodes (by susisu)
<https://github.com/mackerelio/go-check-plugins/pull/265>

-- mackerel <[email protected]> Thu, 10 Jan 2019 15:15:09 +0900

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

* [check-http] Support --connect-to option (by astj)
Expand Down
9 changes: 9 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mackerel-check-plugins (0.27.0-1) stable; urgency=low

* [check-disk] Do not check inodes% along with disk% (by susisu)
<https://github.com/mackerelio/go-check-plugins/pull/266>
* [check-disk] skip checks if there are no inodes (by susisu)
<https://github.com/mackerelio/go-check-plugins/pull/265>

-- mackerel <[email protected]> Thu, 10 Jan 2019 15:15:09 +0900

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

* [check-http] Support --connect-to option (by astj)
Expand Down
4 changes: 4 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,10 @@ done
%{__targetdir}/*

%changelog
* Thu Jan 10 2019 <[email protected]> - 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)

* Mon Nov 26 2018 <[email protected]> - 0.26.0
- [check-http] Support --connect-to option (by astj)

Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ done
%{__oldtargetdir}/*

%changelog
* Thu Jan 10 2019 <[email protected]> - 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)

* Mon Nov 26 2018 <[email protected]> - 0.26.0
- [check-http] Support --connect-to option (by astj)

Expand Down

0 comments on commit ba5614e

Please sign in to comment.