Skip to content

Commit f9334b7

Browse files
authored
Merge pull request #446 from mackerelio/bump-version-0.39.0
Release version 0.39.0
2 parents 46e1e82 + f9b153c commit f9334b7

8 files changed

+48
-2
lines changed

CHANGELOG.md

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

3+
## 0.39.0 (2021-01-14)
4+
5+
* Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 #442 (dependabot[bot])
6+
* Bump github.com/lib/pq from 1.8.0 to 1.9.0 #433 (dependabot[bot])
7+
* [check-disk] Closes #440 added sort the chec-disk output #441 (hurrycaine)
8+
* Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 #434 (dependabot[bot])
9+
10+
311
## 0.38.0 (2020-12-09)
412

513
* Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible #416 (dependabot-preview[bot])

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.38.0
1+
VERSION = 0.39.0
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.38.0"
63+
const version = "0.39.0"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
mackerel-check-plugins (0.39.0-1.v2) stable; urgency=low
2+
3+
* Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/442>
5+
* Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/433>
7+
* [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine)
8+
<https://github.com/mackerelio/go-check-plugins/pull/441>
9+
* Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot])
10+
<https://github.com/mackerelio/go-check-plugins/pull/434>
11+
12+
-- mackerel <[email protected]> Thu, 14 Jan 2021 06:20:34 +0000
13+
114
mackerel-check-plugins (0.38.0-1.v2) stable; urgency=low
215

316
* Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])

packaging/deb/debian/changelog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
mackerel-check-plugins (0.39.0-1) stable; urgency=low
2+
3+
* Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/442>
5+
* Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/433>
7+
* [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine)
8+
<https://github.com/mackerelio/go-check-plugins/pull/441>
9+
* Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot])
10+
<https://github.com/mackerelio/go-check-plugins/pull/434>
11+
12+
-- mackerel <[email protected]> Thu, 14 Jan 2021 06:20:34 +0000
13+
114
mackerel-check-plugins (0.38.0-1) stable; urgency=low
215

316
* Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])

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

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

3838
%changelog
39+
* Thu Jan 14 2021 <[email protected]> - 0.39.0
40+
- Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot])
41+
- Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot])
42+
- [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine)
43+
- Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot])
44+
3945
* Wed Dec 09 2020 <[email protected]> - 0.38.0
4046
- Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
4147
- migrate CIs to GitHub Actions (by lufia)

packaging/rpm/mackerel-check-plugins.spec

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

4747
%changelog
48+
* Thu Jan 14 2021 <[email protected]> - 0.39.0
49+
- Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot])
50+
- Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot])
51+
- [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine)
52+
- Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot])
53+
4854
* Wed Dec 09 2020 <[email protected]> - 0.38.0
4955
- Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
5056
- migrate CIs to GitHub Actions (by lufia)

0 commit comments

Comments
 (0)