diff --git a/CHANGELOG.md b/CHANGELOG.md index bd70627f..c30eadd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) diff --git a/Makefile b/Makefile index b83ffbab..b29c4f19 100644 --- a/Makefile +++ b/Makefile @@ -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}) diff --git a/mackerel-check.go b/mackerel-check.go index e0431424..33594678 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.34.1" +const version = "0.35.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index c086c6ae..998f65b3 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -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]) + + * 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]) + + + -- mackerel 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]) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 54238c4f..3ac78b80 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -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]) + + * 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]) + + + -- mackerel 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]) diff --git a/packaging/mackerel-check-plugins_0.34.1.orig.tar.gz b/packaging/mackerel-check-plugins_0.35.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.34.1.orig.tar.gz rename to packaging/mackerel-check-plugins_0.35.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 4d17cc0d..ecde5fcb 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -37,6 +37,19 @@ done %{__targetdir}/* %changelog +* Mon Jul 20 2020 - 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 - 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) diff --git a/packaging/rpm/mackerel-check-plugins.spec b/packaging/rpm/mackerel-check-plugins.spec index a3b3a0df..165a4578 100644 --- a/packaging/rpm/mackerel-check-plugins.spec +++ b/packaging/rpm/mackerel-check-plugins.spec @@ -46,6 +46,19 @@ done %{__oldtargetdir}/* %changelog +* Mon Jul 20 2020 - 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 - 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)