Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hayajo_77 authored and hayajo_77 committed Mar 15, 2018
1 parent 7324ecb commit 244336d
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.18.0 (2018-03-15)

* [check-http] add host header option #224 (taku-k)


## 0.17.1 (2018-03-01)

* [check-log]improve skip bytes when file size is zero #222 (hayajo)
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.17.1
VERSION = 0.18.0
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.17.1"
const version = "0.18.0"

var gitcommit string

Expand Down
7 changes: 7 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mackerel-check-plugins (0.18.0-1.v2) stable; urgency=low

* [check-http] add host header option (by taku-k)
<https://github.com/mackerelio/go-check-plugins/pull/224>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 15 Mar 2018 10:38:16 +0900

mackerel-check-plugins (0.17.1-1.v2) stable; urgency=low

* [check-log]improve skip bytes when file size is zero (by hayajo)
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mackerel-check-plugins (0.18.0-1) stable; urgency=low

* [check-http] add host header option (by taku-k)
<https://github.com/mackerelio/go-check-plugins/pull/224>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 15 Mar 2018 10:38:16 +0900

mackerel-check-plugins (0.17.1-1) stable; urgency=low

* [check-log]improve skip bytes when file size is zero (by hayajo)
Expand Down
3 changes: 3 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,9 @@ done
%{__targetdir}/*

%changelog
* Thu Mar 15 2018 <mackerel-developers@hatena.ne.jp> - 0.18.0
- [check-http] add host header option (by taku-k)

* Thu Mar 01 2018 <mackerel-developers@hatena.ne.jp> - 0.17.1
- [check-log]improve skip bytes when file size is zero (by hayajo)

Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ done
%{__oldtargetdir}/*

%changelog
* Thu Mar 15 2018 <mackerel-developers@hatena.ne.jp> - 0.18.0
- [check-http] add host header option (by taku-k)

* Thu Mar 01 2018 <mackerel-developers@hatena.ne.jp> - 0.17.1
- [check-log]improve skip bytes when file size is zero (by hayajo)

Expand Down

0 comments on commit 244336d

Please sign in to comment.