Skip to content

Commit 029b3f4

Browse files
author
shibayu36
authored
Merge pull request #391 from mackerelio/bump-version-0.35.0
Release version 0.35.0
2 parents b5b14a7 + ae350c0 commit 029b3f4

8 files changed

+97
-2
lines changed

CHANGELOG.md

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

3+
## 0.35.0 (2020-07-20)
4+
5+
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 #379 (dependabot-preview[bot])
6+
* Bump golang.org/x/text from 0.3.2 to 0.3.3 #383 (dependabot-preview[bot])
7+
* Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 #373 (dependabot-preview[bot])
8+
* [check-ssl-cert] check intermediate- and root-certificates #377 (lufia)
9+
* aws-sdk-go 1.31.11 #372 (astj)
10+
* Bump github.com/aws/aws-sdk-go from 1.30.26 to 1.31.7 #369 (dependabot-preview[bot])
11+
* Bump github.com/lib/pq from 1.5.2 to 1.6.0 #370 (dependabot-preview[bot])
12+
* Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 #371 (dependabot-preview[bot])
13+
* Go 1.14 #352 (ne-sachirou)
14+
* [check-postgresql] add test.sh #365 (lufia)
15+
* Bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.26 #362 (dependabot-preview[bot])
16+
17+
318
## 0.34.1 (2020-05-14)
419

520
* Bump github.com/lib/pq from 1.3.0 to 1.5.2 #359 (dependabot-preview[bot])

Makefile

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

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
mackerel-check-plugins (0.35.0-1.v2) stable; urgency=low
2+
3+
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/379>
5+
* Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/383>
7+
* Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/373>
9+
* [check-ssl-cert] check intermediate- and root-certificates (by lufia)
10+
<https://github.com/mackerelio/go-check-plugins/pull/377>
11+
* aws-sdk-go 1.31.11 (by astj)
12+
<https://github.com/mackerelio/go-check-plugins/pull/372>
13+
* Bump github.com/aws/aws-sdk-go from 1.30.26 to 1.31.7 (by dependabot-preview[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/369>
15+
* Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
16+
<https://github.com/mackerelio/go-check-plugins/pull/370>
17+
* Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
18+
<https://github.com/mackerelio/go-check-plugins/pull/371>
19+
* Go 1.14 (by ne-sachirou)
20+
<https://github.com/mackerelio/go-check-plugins/pull/352>
21+
* [check-postgresql] add test.sh (by lufia)
22+
<https://github.com/mackerelio/go-check-plugins/pull/365>
23+
* Bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.26 (by dependabot-preview[bot])
24+
<https://github.com/mackerelio/go-check-plugins/pull/362>
25+
26+
-- mackerel <[email protected]> Mon, 20 Jul 2020 03:08:41 +0000
27+
128
mackerel-check-plugins (0.34.1-1.v2) stable; urgency=low
229

330
* Bump github.com/lib/pq from 1.3.0 to 1.5.2 (by dependabot-preview[bot])

packaging/deb/debian/changelog

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
mackerel-check-plugins (0.35.0-1) stable; urgency=low
2+
3+
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/379>
5+
* Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/383>
7+
* Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/373>
9+
* [check-ssl-cert] check intermediate- and root-certificates (by lufia)
10+
<https://github.com/mackerelio/go-check-plugins/pull/377>
11+
* aws-sdk-go 1.31.11 (by astj)
12+
<https://github.com/mackerelio/go-check-plugins/pull/372>
13+
* Bump github.com/aws/aws-sdk-go from 1.30.26 to 1.31.7 (by dependabot-preview[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/369>
15+
* Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
16+
<https://github.com/mackerelio/go-check-plugins/pull/370>
17+
* Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
18+
<https://github.com/mackerelio/go-check-plugins/pull/371>
19+
* Go 1.14 (by ne-sachirou)
20+
<https://github.com/mackerelio/go-check-plugins/pull/352>
21+
* [check-postgresql] add test.sh (by lufia)
22+
<https://github.com/mackerelio/go-check-plugins/pull/365>
23+
* Bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.26 (by dependabot-preview[bot])
24+
<https://github.com/mackerelio/go-check-plugins/pull/362>
25+
26+
-- mackerel <[email protected]> Mon, 20 Jul 2020 03:08:41 +0000
27+
128
mackerel-check-plugins (0.34.1-1) stable; urgency=low
229

330
* Bump github.com/lib/pq from 1.3.0 to 1.5.2 (by dependabot-preview[bot])

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

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

3939
%changelog
40+
* Mon Jul 20 2020 <[email protected]> - 0.35.0
41+
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
42+
- Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
43+
- Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
44+
- [check-ssl-cert] check intermediate- and root-certificates (by lufia)
45+
- aws-sdk-go 1.31.11 (by astj)
46+
- Bump github.com/aws/aws-sdk-go from 1.30.26 to 1.31.7 (by dependabot-preview[bot])
47+
- Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
48+
- Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
49+
- Go 1.14 (by ne-sachirou)
50+
- [check-postgresql] add test.sh (by lufia)
51+
- Bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.26 (by dependabot-preview[bot])
52+
4053
* Thu May 14 2020 <[email protected]> - 0.34.1
4154
- Bump github.com/lib/pq from 1.3.0 to 1.5.2 (by dependabot-preview[bot])
4255
- ignore diffs of go.mod and go.sum (by lufia)

packaging/rpm/mackerel-check-plugins.spec

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

4848
%changelog
49+
* Mon Jul 20 2020 <[email protected]> - 0.35.0
50+
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
51+
- Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
52+
- Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
53+
- [check-ssl-cert] check intermediate- and root-certificates (by lufia)
54+
- aws-sdk-go 1.31.11 (by astj)
55+
- Bump github.com/aws/aws-sdk-go from 1.30.26 to 1.31.7 (by dependabot-preview[bot])
56+
- Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
57+
- Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
58+
- Go 1.14 (by ne-sachirou)
59+
- [check-postgresql] add test.sh (by lufia)
60+
- Bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.26 (by dependabot-preview[bot])
61+
4962
* Thu May 14 2020 <[email protected]> - 0.34.1
5063
- Bump github.com/lib/pq from 1.3.0 to 1.5.2 (by dependabot-preview[bot])
5164
- ignore diffs of go.mod and go.sum (by lufia)

0 commit comments

Comments
 (0)