diff --git a/CHANGELOG.md b/CHANGELOG.md index 6526bbb9..5c38d549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.34.0 (2020-04-03) + +* Bump github.com/aws/aws-sdk-go from 1.29.24 to 1.29.30 #342 (dependabot-preview[bot]) +* Bump github.com/beevik/ntp from 0.2.0 to 0.3.0 #340 (dependabot-preview[bot]) +* Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 #339 (dependabot-preview[bot]) +* [check-redis] Add password support for check-redis #338 (n-rodriguez) +* Bump github.com/aws/aws-sdk-go from 1.28.7 to 1.29.14 #336 (dependabot-preview[bot]) +* Bump github.com/shirou/gopsutil from 2.20.1+incompatible to 2.20.2+incompatible #335 (dependabot-preview[bot]) +* Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 #332 (dependabot-preview[bot]) +* Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 #331 (dependabot-preview[bot]) +* Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 #329 (dependabot-preview[bot]) +* [check-aws-cloudwatch-logs] Added option to specify AWS API retry count #334 (masahide) +* [check-aws-cloudwatch-logs] fix removing of quote (") implicitly from few options #330 (lufia) +* Bump github.com/shirou/gopsutil from 2.19.12+incompatible to 2.20.1+incompatible #323 (dependabot-preview[bot]) +* rename: github.com/motemen/gobump -> github.com/x-motemen/gobump #322 (lufia) + + ## 0.33.1 (2020-01-22) * Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 #319 (dependabot-preview[bot]) diff --git a/Makefile b/Makefile index ab33726b..5eef9371 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.33.1 +VERSION = 0.34.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 eabd4991..58f3e23d 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.33.1" +const version = "0.34.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index ac54c2ed..d7836c63 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,34 @@ +mackerel-check-plugins (0.34.0-1.v2) stable; urgency=low + + * Bump github.com/aws/aws-sdk-go from 1.29.24 to 1.29.30 (by dependabot-preview[bot]) + + * Bump github.com/beevik/ntp from 0.2.0 to 0.3.0 (by dependabot-preview[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 (by dependabot-preview[bot]) + + * [check-redis] Add password support for check-redis (by n-rodriguez) + + * Bump github.com/aws/aws-sdk-go from 1.28.7 to 1.29.14 (by dependabot-preview[bot]) + + * Bump github.com/shirou/gopsutil from 2.20.1+incompatible to 2.20.2+incompatible (by dependabot-preview[bot]) + + * Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 (by dependabot-preview[bot]) + + * Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (by dependabot-preview[bot]) + + * Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 (by dependabot-preview[bot]) + + * [check-aws-cloudwatch-logs] Added option to specify AWS API retry count (by masahide) + + * [check-aws-cloudwatch-logs] fix removing of quote (") implicitly from few options (by lufia) + + * Bump github.com/shirou/gopsutil from 2.19.12+incompatible to 2.20.1+incompatible (by dependabot-preview[bot]) + + * rename: github.com/motemen/gobump -> github.com/x-motemen/gobump (by lufia) + + + -- mackerel Fri, 03 Apr 2020 03:01:04 +0000 + mackerel-check-plugins (0.33.1-1.v2) stable; urgency=low * Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot]) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index f14b701b..09cd36cd 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,34 @@ +mackerel-check-plugins (0.34.0-1) stable; urgency=low + + * Bump github.com/aws/aws-sdk-go from 1.29.24 to 1.29.30 (by dependabot-preview[bot]) + + * Bump github.com/beevik/ntp from 0.2.0 to 0.3.0 (by dependabot-preview[bot]) + + * Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 (by dependabot-preview[bot]) + + * [check-redis] Add password support for check-redis (by n-rodriguez) + + * Bump github.com/aws/aws-sdk-go from 1.28.7 to 1.29.14 (by dependabot-preview[bot]) + + * Bump github.com/shirou/gopsutil from 2.20.1+incompatible to 2.20.2+incompatible (by dependabot-preview[bot]) + + * Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 (by dependabot-preview[bot]) + + * Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (by dependabot-preview[bot]) + + * Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 (by dependabot-preview[bot]) + + * [check-aws-cloudwatch-logs] Added option to specify AWS API retry count (by masahide) + + * [check-aws-cloudwatch-logs] fix removing of quote (") implicitly from few options (by lufia) + + * Bump github.com/shirou/gopsutil from 2.19.12+incompatible to 2.20.1+incompatible (by dependabot-preview[bot]) + + * rename: github.com/motemen/gobump -> github.com/x-motemen/gobump (by lufia) + + + -- mackerel Fri, 03 Apr 2020 03:01:04 +0000 + mackerel-check-plugins (0.33.1-1) stable; urgency=low * Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot]) diff --git a/packaging/mackerel-check-plugins_0.33.1.orig.tar.gz b/packaging/mackerel-check-plugins_0.34.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.33.1.orig.tar.gz rename to packaging/mackerel-check-plugins_0.34.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 7cf07097..fd717699 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -37,6 +37,21 @@ done %{__targetdir}/* %changelog +* Fri Apr 03 2020 - 0.34.0 +- Bump github.com/aws/aws-sdk-go from 1.29.24 to 1.29.30 (by dependabot-preview[bot]) +- Bump github.com/beevik/ntp from 0.2.0 to 0.3.0 (by dependabot-preview[bot]) +- Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 (by dependabot-preview[bot]) +- [check-redis] Add password support for check-redis (by n-rodriguez) +- Bump github.com/aws/aws-sdk-go from 1.28.7 to 1.29.14 (by dependabot-preview[bot]) +- Bump github.com/shirou/gopsutil from 2.20.1+incompatible to 2.20.2+incompatible (by dependabot-preview[bot]) +- Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 (by dependabot-preview[bot]) +- Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (by dependabot-preview[bot]) +- Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 (by dependabot-preview[bot]) +- [check-aws-cloudwatch-logs] Added option to specify AWS API retry count (by masahide) +- [check-aws-cloudwatch-logs] fix removing of quote (") implicitly from few options (by lufia) +- Bump github.com/shirou/gopsutil from 2.19.12+incompatible to 2.20.1+incompatible (by dependabot-preview[bot]) +- rename: github.com/motemen/gobump -> github.com/x-motemen/gobump (by lufia) + * Wed Jan 22 2020 - 0.33.1 - Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot]) - [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj) diff --git a/packaging/rpm/mackerel-check-plugins.spec b/packaging/rpm/mackerel-check-plugins.spec index 128490a1..8fedc9ff 100644 --- a/packaging/rpm/mackerel-check-plugins.spec +++ b/packaging/rpm/mackerel-check-plugins.spec @@ -46,6 +46,21 @@ done %{__oldtargetdir}/* %changelog +* Fri Apr 03 2020 - 0.34.0 +- Bump github.com/aws/aws-sdk-go from 1.29.24 to 1.29.30 (by dependabot-preview[bot]) +- Bump github.com/beevik/ntp from 0.2.0 to 0.3.0 (by dependabot-preview[bot]) +- Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 (by dependabot-preview[bot]) +- [check-redis] Add password support for check-redis (by n-rodriguez) +- Bump github.com/aws/aws-sdk-go from 1.28.7 to 1.29.14 (by dependabot-preview[bot]) +- Bump github.com/shirou/gopsutil from 2.20.1+incompatible to 2.20.2+incompatible (by dependabot-preview[bot]) +- Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 (by dependabot-preview[bot]) +- Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (by dependabot-preview[bot]) +- Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 (by dependabot-preview[bot]) +- [check-aws-cloudwatch-logs] Added option to specify AWS API retry count (by masahide) +- [check-aws-cloudwatch-logs] fix removing of quote (") implicitly from few options (by lufia) +- Bump github.com/shirou/gopsutil from 2.19.12+incompatible to 2.20.1+incompatible (by dependabot-preview[bot]) +- rename: github.com/motemen/gobump -> github.com/x-motemen/gobump (by lufia) + * Wed Jan 22 2020 - 0.33.1 - Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot]) - [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj)