Skip to content

Commit 8f48075

Browse files
authored
Merge pull request #301 from mackerelio/bump-version-0.32.0
Release version 0.32.0
2 parents 8a350ad + 77741df commit 8f48075

8 files changed

+48
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.32.0 (2019-10-02)
4+
5+
* [doc]add repository policy #300 (lufia)
6+
* add --user to check-http #297 (lausser)
7+
* Update modules #298 (ne-sachirou)
8+
* [check-procs] If more than one pattern is specified, find processes that meet any of the conditions. #293 (tukaelu)
9+
10+
311
## 0.31.1 (2019-07-22)
412

513
* Build with Go 1.12 #292 (astj)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.31.1
1+
VERSION = 0.32.0
22
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
33
ifeq ($(OS),Windows_NT)
44
GOPATH_ROOT:=$(shell cygpath ${GOPATH})

mackerel-check.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func run(args []string) int {
6060
return exitOK
6161
}
6262

63-
const version = "0.31.1"
63+
const version = "0.32.0"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
mackerel-check-plugins (0.32.0-1.v2) stable; urgency=low
2+
3+
* [doc]add repository policy (by lufia)
4+
<https://github.com/mackerelio/go-check-plugins/pull/300>
5+
* add --user to check-http (by lausser)
6+
<https://github.com/mackerelio/go-check-plugins/pull/297>
7+
* Update modules (by ne-sachirou)
8+
<https://github.com/mackerelio/go-check-plugins/pull/298>
9+
* [check-procs] If more than one pattern is specified, find processes that meet any of the conditions. (by tukaelu)
10+
<https://github.com/mackerelio/go-check-plugins/pull/293>
11+
12+
-- mackerel <[email protected]> Wed, 02 Oct 2019 06:50:03 +0000
13+
114
mackerel-check-plugins (0.31.1-1.v2) stable; urgency=low
215

316
* Build with Go 1.12 (by astj)

packaging/deb/debian/changelog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
mackerel-check-plugins (0.32.0-1) stable; urgency=low
2+
3+
* [doc]add repository policy (by lufia)
4+
<https://github.com/mackerelio/go-check-plugins/pull/300>
5+
* add --user to check-http (by lausser)
6+
<https://github.com/mackerelio/go-check-plugins/pull/297>
7+
* Update modules (by ne-sachirou)
8+
<https://github.com/mackerelio/go-check-plugins/pull/298>
9+
* [check-procs] If more than one pattern is specified, find processes that meet any of the conditions. (by tukaelu)
10+
<https://github.com/mackerelio/go-check-plugins/pull/293>
11+
12+
-- mackerel <[email protected]> Wed, 02 Oct 2019 06:50:03 +0000
13+
114
mackerel-check-plugins (0.31.1-1) stable; urgency=low
215

316
* Build with Go 1.12 (by astj)

packaging/rpm/mackerel-check-plugins-v2.spec

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ done
3737
%{__targetdir}/*
3838

3939
%changelog
40+
* Wed Oct 02 2019 <[email protected]> - 0.32.0
41+
- [doc]add repository policy (by lufia)
42+
- add --user to check-http (by lausser)
43+
- Update modules (by ne-sachirou)
44+
- [check-procs] If more than one pattern is specified, find processes that meet any of the conditions. (by tukaelu)
45+
4046
* Mon Jul 22 2019 <[email protected]> - 0.31.1
4147
- Build with Go 1.12 (by astj)
4248

packaging/rpm/mackerel-check-plugins.spec

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ done
4646
%{__oldtargetdir}/*
4747

4848
%changelog
49+
* Wed Oct 02 2019 <[email protected]> - 0.32.0
50+
- [doc]add repository policy (by lufia)
51+
- add --user to check-http (by lausser)
52+
- Update modules (by ne-sachirou)
53+
- [check-procs] If more than one pattern is specified, find processes that meet any of the conditions. (by tukaelu)
54+
4955
* Mon Jul 22 2019 <[email protected]> - 0.31.1
5056
- Build with Go 1.12 (by astj)
5157

0 commit comments

Comments
 (0)