Skip to content

Commit 58b0235

Browse files
authored
Merge pull request #415 from mackerelio/bump-version-0.37.1
Release version 0.37.1
2 parents 2011e49 + 57b602d commit 58b0235

8 files changed

+27
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.37.1 (2020-10-01)
4+
5+
* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 #414 (dependabot-preview[bot])
6+
7+
38
## 0.37.0 (2020-09-15)
49

510
* add arm64 architecture packages #410 (lufia)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.37.0
1+
VERSION = 0.37.1
22
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
33
ifeq ($(OS),Windows_NT)
44
GOPATH_ROOT:=$(shell cygpath ${GOPATH})

mackerel-check.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func run(args []string) int {
6060
return exitOK
6161
}
6262

63-
const version = "0.37.0"
63+
const version = "0.37.1"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mackerel-check-plugins (0.37.1-1.v2) stable; urgency=low
2+
3+
* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/414>
5+
6+
-- mackerel <[email protected]> Thu, 01 Oct 2020 05:58:27 +0000
7+
18
mackerel-check-plugins (0.37.0-1.v2) stable; urgency=low
29

310
* add arm64 architecture packages (by lufia)

packaging/deb/debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mackerel-check-plugins (0.37.1-1) stable; urgency=low
2+
3+
* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/414>
5+
6+
-- mackerel <[email protected]> Thu, 01 Oct 2020 05:58:27 +0000
7+
18
mackerel-check-plugins (0.37.0-1) stable; urgency=low
29

310
* add arm64 architecture packages (by lufia)

packaging/rpm/mackerel-check-plugins-v2.spec

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ done
3636
%{__targetdir}/*
3737

3838
%changelog
39+
* Thu Oct 01 2020 <[email protected]> - 0.37.1
40+
- Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
41+
3942
* Tue Sep 15 2020 <[email protected]> - 0.37.0
4043
- add arm64 architecture packages (by lufia)
4144
- Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])

packaging/rpm/mackerel-check-plugins.spec

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ done
4545
%{__oldtargetdir}/*
4646

4747
%changelog
48+
* Thu Oct 01 2020 <[email protected]> - 0.37.1
49+
- Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
50+
4851
* Tue Sep 15 2020 <[email protected]> - 0.37.0
4952
- add arm64 architecture packages (by lufia)
5053
- Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])

0 commit comments

Comments
 (0)