Skip to content

Commit

Permalink
Merge pull request #260 from mackerelio/bump-version-0.24.0
Browse files Browse the repository at this point in the history
Release version 0.24.0
  • Loading branch information
astj authored Oct 17, 2018
2 parents 668d944 + 61a2942 commit aa113af
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.24.0 (2018-10-17)

* add User-Agent header to http check plugins #257 (astj)


## 0.23.0 (2018-09-27)

* add aws-cloudwatch-logs #255 (syou6162)
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.23.0
VERSION = 0.24.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.23.0"
const version = "0.24.0"

var gitcommit string

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

* add User-Agent header to http check plugins (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/257>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 17 Oct 2018 10:52:19 +0900

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

* add aws-cloudwatch-logs (by syou6162)
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mackerel-check-plugins (0.24.0-1) stable; urgency=low

* add User-Agent header to http check plugins (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/257>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 17 Oct 2018 10:52:19 +0900

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

* add aws-cloudwatch-logs (by syou6162)
Expand Down
3 changes: 3 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,9 @@ done
%{__targetdir}/*

%changelog
* Wed Oct 17 2018 <mackerel-developers@hatena.ne.jp> - 0.24.0
- add User-Agent header to http check plugins (by astj)

* Thu Sep 27 2018 <mackerel-developers@hatena.ne.jp> - 0.23.0
- add aws-cloudwatch-logs (by syou6162)
- Add CloudWatch Logs plugin (by itchyny)
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Oct 17 2018 <mackerel-developers@hatena.ne.jp> - 0.24.0
- add User-Agent header to http check plugins (by astj)

* Thu Sep 27 2018 <mackerel-developers@hatena.ne.jp> - 0.23.0
- add aws-cloudwatch-logs (by syou6162)
- Add CloudWatch Logs plugin (by itchyny)
Expand Down

0 comments on commit aa113af

Please sign in to comment.