Skip to content

Commit

Permalink
Merge pull request #196 from mackerelio/bump-version-0.13.0
Browse files Browse the repository at this point in the history
Release version 0.13.0
  • Loading branch information
astj committed Sep 27, 2017
2 parents b8c931d + 014c399 commit a04a8db
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.13.0 (2017-09-27)

* build with Go 1.9 #195 (astj)
* [check-log] Add check-first option and skip the log file on the first run on default #190 (edangelion)


## 0.12.0 (2017-08-23)

* add check-disk to package #192 (astj)
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.12.0
VERSION = 0.13.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.12.0"
const version = "0.13.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.13.0-1.v2) stable; urgency=low

* build with Go 1.9 (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/195>
* [check-log] Add check-first option and skip the log file on the first run on default (by edangelion)
<https://github.com/mackerelio/go-check-plugins/pull/190>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 27 Sep 2017 12:11:06 +0900

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

* add check-disk to package (by astj)
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.13.0-1) stable; urgency=low

* build with Go 1.9 (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/195>
* [check-log] Add check-first option and skip the log file on the first run on default (by edangelion)
<https://github.com/mackerelio/go-check-plugins/pull/190>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 27 Sep 2017 12:11:06 +0900

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

* add check-disk to package (by astj)
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 Sep 27 2017 <mackerel-developers@hatena.ne.jp> - 0.13.0
- build with Go 1.9 (by astj)
- [check-log] Add check-first option and skip the log file on the first run on default (by edangelion)

* Wed Aug 23 2017 <mackerel-developers@hatena.ne.jp> - 0.12.0
- add check-disk to package (by astj)
- add check-disk (by edangelion)
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 Sep 27 2017 <mackerel-developers@hatena.ne.jp> - 0.13.0
- build with Go 1.9 (by astj)
- [check-log] Add check-first option and skip the log file on the first run on default (by edangelion)

* Wed Aug 23 2017 <mackerel-developers@hatena.ne.jp> - 0.12.0
- add check-disk to package (by astj)
- add check-disk (by edangelion)
Expand Down

0 comments on commit a04a8db

Please sign in to comment.