Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mechairoi committed Jul 26, 2017
1 parent db83a8e commit ec1fc10
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.11.0 (2017-07-26)

* [check-http] Add -i flag to specify source IP #184 (mattn)
* [check-http] Add -s option to map HTTP status #183 (mattn)


## 0.10.4 (2017-06-07)

* v2 packages (rpm and deb) #175 (Songmu)
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.10.4
VERSION = 0.11.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.10.4"
const version = "0.11.0"

var gitcommit string

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

* [check-http] Add -i flag to specify source IP (by mattn)
<https://github.com/mackerelio/go-check-plugins/pull/184>
* [check-http] Add -s option to map HTTP status (by mattn)
<https://github.com/mackerelio/go-check-plugins/pull/183>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 26 Jul 2017 14:17:09 +0900

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

* v2 packages (rpm and deb) (by Songmu)
Expand Down
9 changes: 9 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mackerel-check-plugins (0.11.0-1) stable; urgency=low

* [check-http] Add -i flag to specify source IP (by mattn)
<https://github.com/mackerelio/go-check-plugins/pull/184>
* [check-http] Add -s option to map HTTP status (by mattn)
<https://github.com/mackerelio/go-check-plugins/pull/183>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 26 Jul 2017 14:17:09 +0900

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

* v2 packages (rpm and deb) (by Songmu)
Expand Down
4 changes: 4 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,10 @@ done
%{__targetdir}/*

%changelog
* Wed Jul 26 2017 <mackerel-developers@hatena.ne.jp> - 0.11.0
- [check-http] Add -i flag to specify source IP (by mattn)
- [check-http] Add -s option to map HTTP status (by mattn)

* Wed Jun 07 2017 <mackerel-developers@hatena.ne.jp> - 0.10.4
- v2 packages (rpm and deb) (by Songmu)
- [check-log] When specified multiple pattern, perform search that satisfies all conditions (by a-know)
Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Jul 26 2017 <mackerel-developers@hatena.ne.jp> - 0.11.0
- [check-http] Add -i flag to specify source IP (by mattn)
- [check-http] Add -s option to map HTTP status (by mattn)

* Wed Jun 07 2017 <mackerel-developers@hatena.ne.jp> - 0.10.4
- v2 packages (rpm and deb) (by Songmu)
- [check-log] When specified multiple pattern, perform search that satisfies all conditions (by a-know)
Expand Down

0 comments on commit ec1fc10

Please sign in to comment.