Skip to content

Commit

Permalink
Merge pull request #344 from mackerelio/bump-version-0.34.0
Browse files Browse the repository at this point in the history
Release version 0.34.0
  • Loading branch information
lufia committed Apr 3, 2020
2 parents ed10194 + 7d8da80 commit bc95ce3
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
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.33.1
VERSION = 0.34.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.33.1"
const version = "0.34.0"

var gitcommit string

Expand Down
31 changes: 31 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -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])
<https://github.com/mackerelio/go-check-plugins/pull/342>
* Bump github.com/beevik/ntp from 0.2.0 to 0.3.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/340>
* Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/339>
* [check-redis] Add password support for check-redis (by n-rodriguez)
<https://github.com/mackerelio/go-check-plugins/pull/338>
* Bump github.com/aws/aws-sdk-go from 1.28.7 to 1.29.14 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/336>
* Bump github.com/shirou/gopsutil from 2.20.1+incompatible to 2.20.2+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/335>
* Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/332>
* Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/331>
* Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/329>
* [check-aws-cloudwatch-logs] Added option to specify AWS API retry count (by masahide)
<https://github.com/mackerelio/go-check-plugins/pull/334>
* [check-aws-cloudwatch-logs] fix removing of quote (") implicitly from few options (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/330>
* Bump github.com/shirou/gopsutil from 2.19.12+incompatible to 2.20.1+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/323>
* rename: github.com/motemen/gobump -> github.com/x-motemen/gobump (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/322>

-- mackerel <[email protected]> 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])
Expand Down
31 changes: 31 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -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])
<https://github.com/mackerelio/go-check-plugins/pull/342>
* Bump github.com/beevik/ntp from 0.2.0 to 0.3.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/340>
* Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/339>
* [check-redis] Add password support for check-redis (by n-rodriguez)
<https://github.com/mackerelio/go-check-plugins/pull/338>
* Bump github.com/aws/aws-sdk-go from 1.28.7 to 1.29.14 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/336>
* Bump github.com/shirou/gopsutil from 2.20.1+incompatible to 2.20.2+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/335>
* Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/332>
* Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/331>
* Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/329>
* [check-aws-cloudwatch-logs] Added option to specify AWS API retry count (by masahide)
<https://github.com/mackerelio/go-check-plugins/pull/334>
* [check-aws-cloudwatch-logs] fix removing of quote (") implicitly from few options (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/330>
* Bump github.com/shirou/gopsutil from 2.19.12+incompatible to 2.20.1+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/323>
* rename: github.com/motemen/gobump -> github.com/x-motemen/gobump (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/322>

-- mackerel <[email protected]> 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])
Expand Down
15 changes: 15 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,21 @@ done
%{__targetdir}/*

%changelog
* Fri Apr 03 2020 <[email protected]> - 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 <[email protected]> - 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)
Expand Down
15 changes: 15 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ done
%{__oldtargetdir}/*

%changelog
* Fri Apr 03 2020 <[email protected]> - 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 <[email protected]> - 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)
Expand Down

0 comments on commit bc95ce3

Please sign in to comment.