Skip to content

Commit e224e8b

Browse files
authored
Merge pull request #320 from mackerelio/bump-version-0.33.1
Release version 0.33.1
2 parents 7a4d08c + 46da047 commit e224e8b

8 files changed

+83
-2
lines changed

CHANGELOG.md

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

3+
## 0.33.1 (2020-01-22)
4+
5+
* Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 #319 (dependabot-preview[bot])
6+
* [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" #318 (astj)
7+
* Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible #312 (dependabot-preview[bot])
8+
* Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 #313 (dependabot-preview[bot])
9+
* [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. #294 (tukaelu)
10+
* Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 #310 (dependabot-preview[bot])
11+
* Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 #309 (dependabot-preview[bot])
12+
* add .dependabot/config.yml #307 (lufia)
13+
* refactor Makefile and update dependencies #306 (lufia)
14+
15+
316
## 0.33.0 (2019-11-21)
417

518
* [check-log] Make building the error lines efficiently #304 (ygurumi)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.33.0
1+
VERSION = 0.33.1
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.33.0"
63+
const version = "0.33.1"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
mackerel-check-plugins (0.33.1-1.v2) stable; urgency=low
2+
3+
* Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/319>
5+
* [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj)
6+
<https://github.com/mackerelio/go-check-plugins/pull/318>
7+
* Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/312>
9+
* Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot])
10+
<https://github.com/mackerelio/go-check-plugins/pull/313>
11+
* [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu)
12+
<https://github.com/mackerelio/go-check-plugins/pull/294>
13+
* Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/310>
15+
* Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])
16+
<https://github.com/mackerelio/go-check-plugins/pull/309>
17+
* add .dependabot/config.yml (by lufia)
18+
<https://github.com/mackerelio/go-check-plugins/pull/307>
19+
* refactor Makefile and update dependencies (by lufia)
20+
<https://github.com/mackerelio/go-check-plugins/pull/306>
21+
22+
-- mackerel <[email protected]> Wed, 22 Jan 2020 07:16:48 +0000
23+
124
mackerel-check-plugins (0.33.0-1.v2) stable; urgency=low
225

326
* [check-log] Make building the error lines efficiently (by ygurumi)

packaging/deb/debian/changelog

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
mackerel-check-plugins (0.33.1-1) stable; urgency=low
2+
3+
* Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/319>
5+
* [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj)
6+
<https://github.com/mackerelio/go-check-plugins/pull/318>
7+
* Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/312>
9+
* Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot])
10+
<https://github.com/mackerelio/go-check-plugins/pull/313>
11+
* [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu)
12+
<https://github.com/mackerelio/go-check-plugins/pull/294>
13+
* Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/310>
15+
* Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])
16+
<https://github.com/mackerelio/go-check-plugins/pull/309>
17+
* add .dependabot/config.yml (by lufia)
18+
<https://github.com/mackerelio/go-check-plugins/pull/307>
19+
* refactor Makefile and update dependencies (by lufia)
20+
<https://github.com/mackerelio/go-check-plugins/pull/306>
21+
22+
-- mackerel <[email protected]> Wed, 22 Jan 2020 07:16:48 +0000
23+
124
mackerel-check-plugins (0.33.0-1) stable; urgency=low
225

326
* [check-log] Make building the error lines efficiently (by ygurumi)

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

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

3939
%changelog
40+
* Wed Jan 22 2020 <[email protected]> - 0.33.1
41+
- Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot])
42+
- [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj)
43+
- Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot])
44+
- Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot])
45+
- [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu)
46+
- Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot])
47+
- Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])
48+
- add .dependabot/config.yml (by lufia)
49+
- refactor Makefile and update dependencies (by lufia)
50+
4051
* Thu Nov 21 2019 <[email protected]> - 0.33.0
4152
- [check-log] Make building the error lines efficiently (by ygurumi)
4253
- [check-log] Ignore broken/unexpected json on reading state (by astj)

packaging/rpm/mackerel-check-plugins.spec

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

4848
%changelog
49+
* Wed Jan 22 2020 <[email protected]> - 0.33.1
50+
- Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot])
51+
- [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj)
52+
- Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot])
53+
- Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot])
54+
- [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu)
55+
- Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot])
56+
- Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])
57+
- add .dependabot/config.yml (by lufia)
58+
- refactor Makefile and update dependencies (by lufia)
59+
4960
* Thu Nov 21 2019 <[email protected]> - 0.33.0
5061
- [check-log] Make building the error lines efficiently (by ygurumi)
5162
- [check-log] Ignore broken/unexpected json on reading state (by astj)

0 commit comments

Comments
 (0)