Skip to content

Commit

Permalink
Merge pull request #305 from mackerelio/bump-version-0.33.0
Browse files Browse the repository at this point in the history
Release version 0.33.0
  • Loading branch information
lufia committed Nov 22, 2019
2 parents ab310e7 + 3e69b72 commit 12c2de4
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.33.0 (2019-11-21)

* [check-log] Make building the error lines efficiently #304 (ygurumi)
* [check-log] Ignore broken/unexpected json on reading state #302 (astj)


## 0.32.1 (2019-10-24)

* Build with Go 1.12.12
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.32.1
VERSION = 0.33.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.32.1"
const version = "0.33.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.33.0-1.v2) stable; urgency=low

* [check-log] Make building the error lines efficiently (by ygurumi)
<https://github.com/mackerelio/go-check-plugins/pull/304>
* [check-log] Ignore broken/unexpected json on reading state (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/302>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 21 Nov 2019 05:59:48 +0000

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

* Build with Go 1.12.12
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.33.0-1) stable; urgency=low

* [check-log] Make building the error lines efficiently (by ygurumi)
<https://github.com/mackerelio/go-check-plugins/pull/304>
* [check-log] Ignore broken/unexpected json on reading state (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/302>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 21 Nov 2019 05:59:48 +0000

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

* Build with Go 1.12.12
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
* Thu Nov 21 2019 <mackerel-developers@hatena.ne.jp> - 0.33.0
- [check-log] Make building the error lines efficiently (by ygurumi)
- [check-log] Ignore broken/unexpected json on reading state (by astj)

* Thu Oct 24 2019 <mackerel-developers@hatena.ne.jp> - 0.32.1
- Build with Go 1.12.12

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
* Thu Nov 21 2019 <mackerel-developers@hatena.ne.jp> - 0.33.0
- [check-log] Make building the error lines efficiently (by ygurumi)
- [check-log] Ignore broken/unexpected json on reading state (by astj)

* Thu Oct 24 2019 <mackerel-developers@hatena.ne.jp> - 0.32.1
- Build with Go 1.12.12

Expand Down

0 comments on commit 12c2de4

Please sign in to comment.