Skip to content

Commit 6e05411

Browse files
authored
Merge pull request #397 from mackerelio/bump-version-0.36.0
Release version 0.36.0
2 parents 9dc93e4 + 8b20977 commit 6e05411

8 files changed

+55
-2
lines changed

CHANGELOG.md

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

3+
## 0.36.0 (2020-07-29)
4+
5+
* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go #396 (astj)
6+
* Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 #393 (dependabot-preview[bot])
7+
* Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible #386 (dependabot-preview[bot])
8+
* Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 #394 (dependabot-preview[bot])
9+
* Bump github.com/lib/pq from 1.7.0 to 1.7.1 #395 (dependabot-preview[bot])
10+
11+
312
## 0.35.0 (2020-07-20)
413

514
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 #379 (dependabot-preview[bot])

Makefile

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

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
mackerel-check-plugins (0.36.0-1.v2) stable; urgency=low
2+
3+
* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
4+
<https://github.com/mackerelio/go-check-plugins/pull/396>
5+
* Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/393>
7+
* Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/386>
9+
* Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
10+
<https://github.com/mackerelio/go-check-plugins/pull/394>
11+
* Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])
12+
<https://github.com/mackerelio/go-check-plugins/pull/395>
13+
14+
-- mackerel <[email protected]> Wed, 29 Jul 2020 08:08:25 +0000
15+
116
mackerel-check-plugins (0.35.0-1.v2) stable; urgency=low
217

318
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])

packaging/deb/debian/changelog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
mackerel-check-plugins (0.36.0-1) stable; urgency=low
2+
3+
* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
4+
<https://github.com/mackerelio/go-check-plugins/pull/396>
5+
* Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/393>
7+
* Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/386>
9+
* Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
10+
<https://github.com/mackerelio/go-check-plugins/pull/394>
11+
* Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])
12+
<https://github.com/mackerelio/go-check-plugins/pull/395>
13+
14+
-- mackerel <[email protected]> Wed, 29 Jul 2020 08:08:25 +0000
15+
116
mackerel-check-plugins (0.35.0-1) stable; urgency=low
217

318
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])

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

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

3939
%changelog
40+
* Wed Jul 29 2020 <[email protected]> - 0.36.0
41+
- [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
42+
- Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
43+
- Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
44+
- Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
45+
- Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])
46+
4047
* Mon Jul 20 2020 <[email protected]> - 0.35.0
4148
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
4249
- Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])

packaging/rpm/mackerel-check-plugins.spec

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

4848
%changelog
49+
* Wed Jul 29 2020 <[email protected]> - 0.36.0
50+
- [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
51+
- Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
52+
- Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
53+
- Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
54+
- Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])
55+
4956
* Mon Jul 20 2020 <[email protected]> - 0.35.0
5057
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
5158
- Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])

0 commit comments

Comments
 (0)