Skip to content

Commit 6a946e4

Browse files
authored
Merge pull request #240 from mackerelio/bump-version-0.21.1
Release version 0.21.1
2 parents 2c8ddb8 + a49541f commit 6a946e4

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.21.1 (2018-06-20)
4+
5+
* [check-http] Set Host header via req.Host #239 (nonylene)
6+
7+
38
## 0.21.0 (2018-06-07)
49

510
* add check-ssl-cert #34 (Songmu)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.21.0
1+
VERSION = 0.21.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.21.0"
63+
const version = "0.21.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.21.1-1.v2) stable; urgency=low
2+
3+
* [check-http] Set Host header via req.Host (by nonylene)
4+
<https://github.com/mackerelio/go-check-plugins/pull/239>
5+
6+
-- mackerel <[email protected]> Wed, 20 Jun 2018 10:59:32 +0900
7+
18
mackerel-check-plugins (0.21.0-1.v2) stable; urgency=low
29

310
* add check-ssl-cert (by Songmu)

packaging/deb/debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mackerel-check-plugins (0.21.1-1) stable; urgency=low
2+
3+
* [check-http] Set Host header via req.Host (by nonylene)
4+
<https://github.com/mackerelio/go-check-plugins/pull/239>
5+
6+
-- mackerel <[email protected]> Wed, 20 Jun 2018 10:59:32 +0900
7+
18
mackerel-check-plugins (0.21.0-1) stable; urgency=low
29

310
* add check-ssl-cert (by Songmu)

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

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

3939
%changelog
40+
* Wed Jun 20 2018 <[email protected]> - 0.21.1
41+
- [check-http] Set Host header via req.Host (by nonylene)
42+
4043
* Thu Jun 07 2018 <[email protected]> - 0.21.0
4144
- add check-ssl-cert (by Songmu)
4245
- Add feature use ntp server (by netmarkjp)

packaging/rpm/mackerel-check-plugins.spec

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

4848
%changelog
49+
* Wed Jun 20 2018 <[email protected]> - 0.21.1
50+
- [check-http] Set Host header via req.Host (by nonylene)
51+
4952
* Thu Jun 07 2018 <[email protected]> - 0.21.0
5053
- add check-ssl-cert (by Songmu)
5154
- Add feature use ntp server (by netmarkjp)

0 commit comments

Comments
 (0)