Skip to content

Commit 8c4c033

Browse files
authored
Merge pull request #412 from mackerelio/bump-version-0.37.0
Release version 0.37.0
2 parents 3d0958c + c8a06bd commit 8c4c033

8 files changed

+90
-2
lines changed

CHANGELOG.md

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

3+
## 0.37.0 (2020-09-15)
4+
5+
* add arm64 architecture packages #410 (lufia)
6+
* Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible #408 (dependabot-preview[bot])
7+
* Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 #411 (dependabot-preview[bot])
8+
* [check-log] stabilize time-dependent tests #406 (astj)
9+
* [check-http]adding more options to check-http #403 (fgouteroux)
10+
* [check-load]fix check-load percpu output #405 (fgouteroux)
11+
* Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible #400 (dependabot-preview[bot])
12+
* Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 #399 (dependabot-preview[bot])
13+
* Bump github.com/lib/pq from 1.7.1 to 1.8.0 #398 (dependabot-preview[bot])
14+
* Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 #390 (dependabot-preview[bot])
15+
16+
317
## 0.36.0 (2020-07-29)
418

519
* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go #396 (astj)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.36.0
1+
VERSION = 0.37.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.36.0"
63+
const version = "0.37.0"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
mackerel-check-plugins (0.37.0-1.v2) stable; urgency=low
2+
3+
* add arm64 architecture packages (by lufia)
4+
<https://github.com/mackerelio/go-check-plugins/pull/410>
5+
* Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/408>
7+
* Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/411>
9+
* [check-log] stabilize time-dependent tests (by astj)
10+
<https://github.com/mackerelio/go-check-plugins/pull/406>
11+
* [check-http]adding more options to check-http (by fgouteroux)
12+
<https://github.com/mackerelio/go-check-plugins/pull/403>
13+
* [check-load]fix check-load percpu output (by fgouteroux)
14+
<https://github.com/mackerelio/go-check-plugins/pull/405>
15+
* Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot])
16+
<https://github.com/mackerelio/go-check-plugins/pull/400>
17+
* Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot])
18+
<https://github.com/mackerelio/go-check-plugins/pull/399>
19+
* Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot])
20+
<https://github.com/mackerelio/go-check-plugins/pull/398>
21+
* Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot])
22+
<https://github.com/mackerelio/go-check-plugins/pull/390>
23+
24+
-- mackerel <[email protected]> Tue, 15 Sep 2020 05:50:24 +0000
25+
126
mackerel-check-plugins (0.36.0-1.v2) stable; urgency=low
227

328
* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)

packaging/deb/debian/changelog

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
mackerel-check-plugins (0.37.0-1) stable; urgency=low
2+
3+
* add arm64 architecture packages (by lufia)
4+
<https://github.com/mackerelio/go-check-plugins/pull/410>
5+
* Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/408>
7+
* Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/411>
9+
* [check-log] stabilize time-dependent tests (by astj)
10+
<https://github.com/mackerelio/go-check-plugins/pull/406>
11+
* [check-http]adding more options to check-http (by fgouteroux)
12+
<https://github.com/mackerelio/go-check-plugins/pull/403>
13+
* [check-load]fix check-load percpu output (by fgouteroux)
14+
<https://github.com/mackerelio/go-check-plugins/pull/405>
15+
* Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot])
16+
<https://github.com/mackerelio/go-check-plugins/pull/400>
17+
* Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot])
18+
<https://github.com/mackerelio/go-check-plugins/pull/399>
19+
* Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot])
20+
<https://github.com/mackerelio/go-check-plugins/pull/398>
21+
* Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot])
22+
<https://github.com/mackerelio/go-check-plugins/pull/390>
23+
24+
-- mackerel <[email protected]> Tue, 15 Sep 2020 05:50:24 +0000
25+
126
mackerel-check-plugins (0.36.0-1) stable; urgency=low
227

328
* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)

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

+12
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ done
3636
%{__targetdir}/*
3737

3838
%changelog
39+
* Tue Sep 15 2020 <[email protected]> - 0.37.0
40+
- add arm64 architecture packages (by lufia)
41+
- Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
42+
- Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot])
43+
- [check-log] stabilize time-dependent tests (by astj)
44+
- [check-http]adding more options to check-http (by fgouteroux)
45+
- [check-load]fix check-load percpu output (by fgouteroux)
46+
- Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot])
47+
- Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot])
48+
- Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot])
49+
- Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot])
50+
3951
* Wed Jul 29 2020 <[email protected]> - 0.36.0
4052
- [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
4153
- Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])

packaging/rpm/mackerel-check-plugins.spec

+12
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ done
4545
%{__oldtargetdir}/*
4646

4747
%changelog
48+
* Tue Sep 15 2020 <[email protected]> - 0.37.0
49+
- add arm64 architecture packages (by lufia)
50+
- Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
51+
- Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot])
52+
- [check-log] stabilize time-dependent tests (by astj)
53+
- [check-http]adding more options to check-http (by fgouteroux)
54+
- [check-load]fix check-load percpu output (by fgouteroux)
55+
- Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot])
56+
- Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot])
57+
- Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot])
58+
- Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot])
59+
4860
* Wed Jul 29 2020 <[email protected]> - 0.36.0
4961
- [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
5062
- Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])

0 commit comments

Comments
 (0)