Skip to content

Commit 014eef0

Browse files
authored
Merge pull request #291 from mackerelio/bump-version-0.31.0
Release version 0.31.0
2 parents f581b3e + 884271a commit 014eef0

8 files changed

+27
-2
lines changed

CHANGELOG.md

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

3+
## 0.31.0 (2019-06-11)
4+
5+
* Support go modules #289 (astj)
6+
7+
38
## 0.30.0 (2019-05-08)
49

510
* [check-aws-cloudwatch-logs] make handling a state file more safe #286 (lufia)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.30.0
1+
VERSION = 0.31.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.30.0"
63+
const version = "0.31.0"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mackerel-check-plugins (0.31.0-1.v2) stable; urgency=low
2+
3+
* Support go modules (by astj)
4+
<https://github.com/mackerelio/go-check-plugins/pull/289>
5+
6+
-- mackerel <[email protected]> Tue, 11 Jun 2019 03:15:20 +0000
7+
18
mackerel-check-plugins (0.30.0-1.v2) stable; urgency=low
29

310
* [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia)

packaging/deb/debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mackerel-check-plugins (0.31.0-1) stable; urgency=low
2+
3+
* Support go modules (by astj)
4+
<https://github.com/mackerelio/go-check-plugins/pull/289>
5+
6+
-- mackerel <[email protected]> Tue, 11 Jun 2019 03:15:20 +0000
7+
18
mackerel-check-plugins (0.30.0-1) stable; urgency=low
29

310
* [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia)

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

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

3939
%changelog
40+
* Tue Jun 11 2019 <[email protected]> - 0.31.0
41+
- Support go modules (by astj)
42+
4043
* Wed May 08 2019 <[email protected]> - 0.30.0
4144
- [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia)
4245
- [check-log] make handling a state file more safe (by lufia)

packaging/rpm/mackerel-check-plugins.spec

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

4848
%changelog
49+
* Tue Jun 11 2019 <[email protected]> - 0.31.0
50+
- Support go modules (by astj)
51+
4952
* Wed May 08 2019 <[email protected]> - 0.30.0
5053
- [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia)
5154
- [check-log] make handling a state file more safe (by lufia)

0 commit comments

Comments
 (0)