Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayu36 committed Jul 20, 2020
1 parent b5b14a7 commit ae350c0
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.35.0 (2020-07-20)

* Bump github.com/lib/pq from 1.6.0 to 1.7.0 #379 (dependabot-preview[bot])
* Bump golang.org/x/text from 0.3.2 to 0.3.3 #383 (dependabot-preview[bot])
* Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 #373 (dependabot-preview[bot])
* [check-ssl-cert] check intermediate- and root-certificates #377 (lufia)
* aws-sdk-go 1.31.11 #372 (astj)
* Bump github.com/aws/aws-sdk-go from 1.30.26 to 1.31.7 #369 (dependabot-preview[bot])
* Bump github.com/lib/pq from 1.5.2 to 1.6.0 #370 (dependabot-preview[bot])
* Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 #371 (dependabot-preview[bot])
* Go 1.14 #352 (ne-sachirou)
* [check-postgresql] add test.sh #365 (lufia)
* Bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.26 #362 (dependabot-preview[bot])


## 0.34.1 (2020-05-14)

* Bump github.com/lib/pq from 1.3.0 to 1.5.2 #359 (dependabot-preview[bot])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.34.1
VERSION = 0.35.0
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
ifeq ($(OS),Windows_NT)
GOPATH_ROOT:=$(shell cygpath ${GOPATH})
Expand Down
2 changes: 1 addition & 1 deletion mackerel-check.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func run(args []string) int {
return exitOK
}

const version = "0.34.1"
const version = "0.35.0"

var gitcommit string

Expand Down
27 changes: 27 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
mackerel-check-plugins (0.35.0-1.v2) stable; urgency=low

* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/379>
* Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/383>
* Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/373>
* [check-ssl-cert] check intermediate- and root-certificates (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/377>
* aws-sdk-go 1.31.11 (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/372>
* Bump github.com/aws/aws-sdk-go from 1.30.26 to 1.31.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/369>
* Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/370>
* Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/371>
* Go 1.14 (by ne-sachirou)
<https://github.com/mackerelio/go-check-plugins/pull/352>
* [check-postgresql] add test.sh (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/365>
* Bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.26 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/362>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 20 Jul 2020 03:08:41 +0000

mackerel-check-plugins (0.34.1-1.v2) stable; urgency=low

* Bump github.com/lib/pq from 1.3.0 to 1.5.2 (by dependabot-preview[bot])
Expand Down
27 changes: 27 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
mackerel-check-plugins (0.35.0-1) stable; urgency=low

* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/379>
* Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/383>
* Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/373>
* [check-ssl-cert] check intermediate- and root-certificates (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/377>
* aws-sdk-go 1.31.11 (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/372>
* Bump github.com/aws/aws-sdk-go from 1.30.26 to 1.31.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/369>
* Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/370>
* Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/371>
* Go 1.14 (by ne-sachirou)
<https://github.com/mackerelio/go-check-plugins/pull/352>
* [check-postgresql] add test.sh (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/365>
* Bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.26 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/362>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 20 Jul 2020 03:08:41 +0000

mackerel-check-plugins (0.34.1-1) stable; urgency=low

* Bump github.com/lib/pq from 1.3.0 to 1.5.2 (by dependabot-preview[bot])
Expand Down
13 changes: 13 additions & 0 deletions packaging/rpm/mackerel-check-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ done
%{__targetdir}/*

%changelog
* Mon Jul 20 2020 <mackerel-developers@hatena.ne.jp> - 0.35.0
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
- Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
- [check-ssl-cert] check intermediate- and root-certificates (by lufia)
- aws-sdk-go 1.31.11 (by astj)
- Bump github.com/aws/aws-sdk-go from 1.30.26 to 1.31.7 (by dependabot-preview[bot])
- Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
- Go 1.14 (by ne-sachirou)
- [check-postgresql] add test.sh (by lufia)
- Bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.26 (by dependabot-preview[bot])

* Thu May 14 2020 <mackerel-developers@hatena.ne.jp> - 0.34.1
- Bump github.com/lib/pq from 1.3.0 to 1.5.2 (by dependabot-preview[bot])
- ignore diffs of go.mod and go.sum (by lufia)
Expand Down
13 changes: 13 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@ done
%{__oldtargetdir}/*

%changelog
* Mon Jul 20 2020 <mackerel-developers@hatena.ne.jp> - 0.35.0
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
- Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (by dependabot-preview[bot])
- [check-ssl-cert] check intermediate- and root-certificates (by lufia)
- aws-sdk-go 1.31.11 (by astj)
- Bump github.com/aws/aws-sdk-go from 1.30.26 to 1.31.7 (by dependabot-preview[bot])
- Bump github.com/lib/pq from 1.5.2 to 1.6.0 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (by dependabot-preview[bot])
- Go 1.14 (by ne-sachirou)
- [check-postgresql] add test.sh (by lufia)
- Bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.26 (by dependabot-preview[bot])

* Thu May 14 2020 <mackerel-developers@hatena.ne.jp> - 0.34.1
- Bump github.com/lib/pq from 1.3.0 to 1.5.2 (by dependabot-preview[bot])
- ignore diffs of go.mod and go.sum (by lufia)
Expand Down

0 comments on commit ae350c0

Please sign in to comment.