Skip to content

Commit

Permalink
Merge pull request #287 from mackerelio/bump-version-0.30.0
Browse files Browse the repository at this point in the history
Release version 0.30.0
  • Loading branch information
astj committed May 8, 2019
2 parents e81915e + d042133 commit baa53de
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.30.0 (2019-05-08)

* [check-aws-cloudwatch-logs] make handling a state file more safe #286 (lufia)
* [check-log] make handling a state file more safe #285 (lufia)
* [check-ldap] Update go-ldap to v3 #284 (nonylene)


## 0.29.0 (2019-03-27)

* Add check-ping #280 (a-know)
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.29.0
VERSION = 0.30.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.29.0"
const version = "0.30.0"

var gitcommit string

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

* [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/286>
* [check-log] make handling a state file more safe (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/285>
* [check-ldap] Update go-ldap to v3 (by nonylene)
<https://github.com/mackerelio/go-check-plugins/pull/284>

-- mackerel <[email protected]> Wed, 08 May 2019 07:37:39 +0000

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

* Add check-ping (by a-know)
Expand Down
11 changes: 11 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
mackerel-check-plugins (0.30.0-1) stable; urgency=low

* [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/286>
* [check-log] make handling a state file more safe (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/285>
* [check-ldap] Update go-ldap to v3 (by nonylene)
<https://github.com/mackerelio/go-check-plugins/pull/284>

-- mackerel <[email protected]> Wed, 08 May 2019 07:37:39 +0000

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

* Add check-ping (by a-know)
Expand Down
5 changes: 5 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,11 @@ done
%{__targetdir}/*

%changelog
* Wed May 08 2019 <[email protected]> - 0.30.0
- [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia)
- [check-log] make handling a state file more safe (by lufia)
- [check-ldap] Update go-ldap to v3 (by nonylene)

* Wed Mar 27 2019 <[email protected]> - 0.29.0
- Add check-ping (by a-know)
- [ntservice] Enable to specify service name to exclude from match (by a-know)
Expand Down
5 changes: 5 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ done
%{__oldtargetdir}/*

%changelog
* Wed May 08 2019 <[email protected]> - 0.30.0
- [check-aws-cloudwatch-logs] make handling a state file more safe (by lufia)
- [check-log] make handling a state file more safe (by lufia)
- [check-ldap] Update go-ldap to v3 (by nonylene)

* Wed Mar 27 2019 <[email protected]> - 0.29.0
- Add check-ping (by a-know)
- [ntservice] Enable to specify service name to exclude from match (by a-know)
Expand Down

0 comments on commit baa53de

Please sign in to comment.