Skip to content

Commit c1852ed

Browse files
author
shibayu36
authored
Merge pull request #436 from mackerelio/bump-version-0.38.0
Release version 0.38.0
2 parents 151003a + e7335e0 commit c1852ed

8 files changed

+69
-2
lines changed

CHANGELOG.md

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

3+
## 0.38.0 (2020-12-09)
4+
5+
* Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible #416 (dependabot-preview[bot])
6+
* migrate CIs to GitHub Actions #432 (lufia)
7+
* Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.35 #431 (dependabot[bot])
8+
* Bump golang.org/x/text from 0.3.3 to 0.3.4 #422 (dependabot-preview[bot])
9+
* Bump github.com/go-ldap/ldap/v3 from 3.2.3 to 3.2.4 #420 (dependabot-preview[bot])
10+
* Update Dependabot config file #428 (dependabot-preview[bot])
11+
* [check-postgresql] Add sslrootcert option #425 (nonylene)
12+
13+
314
## 0.37.1 (2020-10-01)
415

516
* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 #414 (dependabot-preview[bot])

Makefile

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

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
mackerel-check-plugins (0.38.0-1.v2) stable; urgency=low
2+
3+
* Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/416>
5+
* migrate CIs to GitHub Actions (by lufia)
6+
<https://github.com/mackerelio/go-check-plugins/pull/432>
7+
* Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.35 (by dependabot[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/431>
9+
* Bump golang.org/x/text from 0.3.3 to 0.3.4 (by dependabot-preview[bot])
10+
<https://github.com/mackerelio/go-check-plugins/pull/422>
11+
* Bump github.com/go-ldap/ldap/v3 from 3.2.3 to 3.2.4 (by dependabot-preview[bot])
12+
<https://github.com/mackerelio/go-check-plugins/pull/420>
13+
* Update Dependabot config file (by dependabot-preview[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/428>
15+
* [check-postgresql] Add sslrootcert option (by nonylene)
16+
<https://github.com/mackerelio/go-check-plugins/pull/425>
17+
18+
-- mackerel <[email protected]> Wed, 09 Dec 2020 02:10:20 +0000
19+
120
mackerel-check-plugins (0.37.1-1.v2) stable; urgency=low
221

322
* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])

packaging/deb/debian/changelog

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
mackerel-check-plugins (0.38.0-1) stable; urgency=low
2+
3+
* Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/416>
5+
* migrate CIs to GitHub Actions (by lufia)
6+
<https://github.com/mackerelio/go-check-plugins/pull/432>
7+
* Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.35 (by dependabot[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/431>
9+
* Bump golang.org/x/text from 0.3.3 to 0.3.4 (by dependabot-preview[bot])
10+
<https://github.com/mackerelio/go-check-plugins/pull/422>
11+
* Bump github.com/go-ldap/ldap/v3 from 3.2.3 to 3.2.4 (by dependabot-preview[bot])
12+
<https://github.com/mackerelio/go-check-plugins/pull/420>
13+
* Update Dependabot config file (by dependabot-preview[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/428>
15+
* [check-postgresql] Add sslrootcert option (by nonylene)
16+
<https://github.com/mackerelio/go-check-plugins/pull/425>
17+
18+
-- mackerel <[email protected]> Wed, 09 Dec 2020 02:10:20 +0000
19+
120
mackerel-check-plugins (0.37.1-1) stable; urgency=low
221

322
* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])

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

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

3838
%changelog
39+
* Wed Dec 09 2020 <[email protected]> - 0.38.0
40+
- Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
41+
- migrate CIs to GitHub Actions (by lufia)
42+
- Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.35 (by dependabot[bot])
43+
- Bump golang.org/x/text from 0.3.3 to 0.3.4 (by dependabot-preview[bot])
44+
- Bump github.com/go-ldap/ldap/v3 from 3.2.3 to 3.2.4 (by dependabot-preview[bot])
45+
- Update Dependabot config file (by dependabot-preview[bot])
46+
- [check-postgresql] Add sslrootcert option (by nonylene)
47+
3948
* Thu Oct 01 2020 <[email protected]> - 0.37.1
4049
- Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
4150

packaging/rpm/mackerel-check-plugins.spec

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

4747
%changelog
48+
* Wed Dec 09 2020 <[email protected]> - 0.38.0
49+
- Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
50+
- migrate CIs to GitHub Actions (by lufia)
51+
- Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.35 (by dependabot[bot])
52+
- Bump golang.org/x/text from 0.3.3 to 0.3.4 (by dependabot-preview[bot])
53+
- Bump github.com/go-ldap/ldap/v3 from 3.2.3 to 3.2.4 (by dependabot-preview[bot])
54+
- Update Dependabot config file (by dependabot-preview[bot])
55+
- [check-postgresql] Add sslrootcert option (by nonylene)
56+
4857
* Thu Oct 01 2020 <[email protected]> - 0.37.1
4958
- Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
5059

0 commit comments

Comments
 (0)