Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Jan 23, 2018
1 parent dec2f20 commit e86e363
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.16.0 (2018-01-23)

* Setting password via environment variable #209 (hayajo)
* update rpm-v2 task for building Amazon Linux 2 package #208 (hayajo)


## 0.15.0 (2018-01-10)

* [check-mysql] add readonly subcommand #205 (ichirin2501)
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.15.0
VERSION = 0.16.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.15.0"
const version = "0.16.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.16.0-1.v2) stable; urgency=low

* Setting password via environment variable (by hayajo)
<https://github.com/mackerelio/go-check-plugins/pull/209>
* update rpm-v2 task for building Amazon Linux 2 package (by hayajo)
<https://github.com/mackerelio/go-check-plugins/pull/208>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 23 Jan 2018 11:25:23 +0900

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

* [check-mysql] add readonly subcommand (by ichirin2501)
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.16.0-1) stable; urgency=low

* Setting password via environment variable (by hayajo)
<https://github.com/mackerelio/go-check-plugins/pull/209>
* update rpm-v2 task for building Amazon Linux 2 package (by hayajo)
<https://github.com/mackerelio/go-check-plugins/pull/208>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 23 Jan 2018 11:25:23 +0900

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

* [check-mysql] add readonly subcommand (by ichirin2501)
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
* Tue Jan 23 2018 <mackerel-developers@hatena.ne.jp> - 0.16.0
- Setting password via environment variable (by hayajo)
- update rpm-v2 task for building Amazon Linux 2 package (by hayajo)

* Wed Jan 10 2018 <mackerel-developers@hatena.ne.jp> - 0.15.0
- [check-mysql] add readonly subcommand (by ichirin2501)
- [uptime] use go-osstat/uptime instead of golib/uptime for getting more accurate uptime (by Songmu)
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
* Tue Jan 23 2018 <mackerel-developers@hatena.ne.jp> - 0.16.0
- Setting password via environment variable (by hayajo)
- update rpm-v2 task for building Amazon Linux 2 package (by hayajo)

* Wed Jan 10 2018 <mackerel-developers@hatena.ne.jp> - 0.15.0
- [check-mysql] add readonly subcommand (by ichirin2501)
- [uptime] use go-osstat/uptime instead of golib/uptime for getting more accurate uptime (by Songmu)
Expand Down

0 comments on commit e86e363

Please sign in to comment.