Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Jun 7, 2017
1 parent 07953a4 commit 00ee40f
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.10.4 (2017-06-07)

* v2 packages (rpm and deb) #175 (Songmu)
* [check-log] When specified multiple pattern, perform search that satisfies all conditions #174 (a-know)


## 0.10.3 (2017-05-16)

* [ntpoffset] support chronyd #166 (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.3
VERSION = 0.10.4
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.3"
const version = "0.10.4"

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.10.4-1.v2) stable; urgency=low

* v2 packages (rpm and deb) (by Songmu)
<https://github.com/mackerelio/go-check-plugins/pull/175>
* [check-log] When specified multiple pattern, perform search that satisfies all conditions (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/174>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 07 Jun 2017 11:40:55 +0900

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

* [ntpoffset] support chronyd (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.10.4-1) stable; urgency=low

* v2 packages (rpm and deb) (by Songmu)
<https://github.com/mackerelio/go-check-plugins/pull/175>
* [check-log] When specified multiple pattern, perform search that satisfies all conditions (by a-know)
<https://github.com/mackerelio/go-check-plugins/pull/174>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 07 Jun 2017 11:40:55 +0900

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

* [ntpoffset] support chronyd (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 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)

* Tue May 16 2017 <mackerel-developers@hatena.ne.jp> - 0.10.3
- [ntpoffset] support chronyd (by Songmu)
- [check-ssh] fix the problem that check-ssh cannot invoke SSH connection (by astj)
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 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)

* Tue May 16 2017 <mackerel-developers@hatena.ne.jp> - 0.10.3
- [ntpoffset] support chronyd (by Songmu)
- [check-ssh] fix the problem that check-ssh cannot invoke SSH connection (by astj)
Expand Down

0 comments on commit 00ee40f

Please sign in to comment.