Skip to content

Commit

Permalink
Merge pull request #364 from mackerelio/bump-version-0.34.1
Browse files Browse the repository at this point in the history
Release version 0.34.1
  • Loading branch information
lufia committed May 14, 2020
2 parents 4230108 + dfb4f90 commit 80e2010
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.34.1 (2020-05-14)

* Bump github.com/lib/pq from 1.3.0 to 1.5.2 #359 (dependabot-preview[bot])
* ignore diffs of go.mod and go.sum #363 (lufia)
* Bump github.com/shirou/gopsutil from 2.20.3+incompatible to 2.20.4+incompatible #358 (dependabot-preview[bot])
* Bump github.com/go-ldap/ldap/v3 from 3.1.8 to 3.1.10 #360 (dependabot-preview[bot])
* Bump github.com/fsouza/go-dockerclient from 1.6.3 to 1.6.5 #355 (dependabot-preview[bot])
* Bump github.com/aws/aws-sdk-go from 1.29.30 to 1.30.9 #351 (dependabot-preview[bot])
* Bump github.com/shirou/gopsutil from 2.20.2+incompatible to 2.20.3+incompatible #347 (dependabot-preview[bot])
* Bump github.com/go-ldap/ldap/v3 from 3.1.7 to 3.1.8 #346 (dependabot-preview[bot])
* Add documents for testing #348 (lufia)


## 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])
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.0
VERSION = 0.34.1
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.0"
const version = "0.34.1"

var gitcommit string

Expand Down
23 changes: 23 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
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])
<https://github.com/mackerelio/go-check-plugins/pull/359>
* ignore diffs of go.mod and go.sum (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/363>
* Bump github.com/shirou/gopsutil from 2.20.3+incompatible to 2.20.4+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/358>
* Bump github.com/go-ldap/ldap/v3 from 3.1.8 to 3.1.10 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/360>
* Bump github.com/fsouza/go-dockerclient from 1.6.3 to 1.6.5 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/355>
* Bump github.com/aws/aws-sdk-go from 1.29.30 to 1.30.9 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/351>
* Bump github.com/shirou/gopsutil from 2.20.2+incompatible to 2.20.3+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/347>
* Bump github.com/go-ldap/ldap/v3 from 3.1.7 to 3.1.8 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/346>
* Add documents for testing (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/348>

-- mackerel <[email protected]> Thu, 14 May 2020 06:06:47 +0000

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])
Expand Down
23 changes: 23 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
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])
<https://github.com/mackerelio/go-check-plugins/pull/359>
* ignore diffs of go.mod and go.sum (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/363>
* Bump github.com/shirou/gopsutil from 2.20.3+incompatible to 2.20.4+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/358>
* Bump github.com/go-ldap/ldap/v3 from 3.1.8 to 3.1.10 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/360>
* Bump github.com/fsouza/go-dockerclient from 1.6.3 to 1.6.5 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/355>
* Bump github.com/aws/aws-sdk-go from 1.29.30 to 1.30.9 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/351>
* Bump github.com/shirou/gopsutil from 2.20.2+incompatible to 2.20.3+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/347>
* Bump github.com/go-ldap/ldap/v3 from 3.1.7 to 3.1.8 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/346>
* Add documents for testing (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/348>

-- mackerel <[email protected]> Thu, 14 May 2020 06:06:47 +0000

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])
Expand Down
11 changes: 11 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,17 @@ done
%{__targetdir}/*

%changelog
* Thu May 14 2020 <[email protected]> - 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)
- Bump github.com/shirou/gopsutil from 2.20.3+incompatible to 2.20.4+incompatible (by dependabot-preview[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.1.8 to 3.1.10 (by dependabot-preview[bot])
- Bump github.com/fsouza/go-dockerclient from 1.6.3 to 1.6.5 (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.29.30 to 1.30.9 (by dependabot-preview[bot])
- Bump github.com/shirou/gopsutil from 2.20.2+incompatible to 2.20.3+incompatible (by dependabot-preview[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.1.7 to 3.1.8 (by dependabot-preview[bot])
- Add documents for testing (by lufia)

* 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])
Expand Down
11 changes: 11 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ done
%{__oldtargetdir}/*

%changelog
* Thu May 14 2020 <[email protected]> - 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)
- Bump github.com/shirou/gopsutil from 2.20.3+incompatible to 2.20.4+incompatible (by dependabot-preview[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.1.8 to 3.1.10 (by dependabot-preview[bot])
- Bump github.com/fsouza/go-dockerclient from 1.6.3 to 1.6.5 (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.29.30 to 1.30.9 (by dependabot-preview[bot])
- Bump github.com/shirou/gopsutil from 2.20.2+incompatible to 2.20.3+incompatible (by dependabot-preview[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.1.7 to 3.1.8 (by dependabot-preview[bot])
- Add documents for testing (by lufia)

* 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])
Expand Down

0 comments on commit 80e2010

Please sign in to comment.