Skip to content

Commit

Permalink
Merge pull request #320 from mackerelio/bump-version-0.33.1
Browse files Browse the repository at this point in the history
Release version 0.33.1
  • Loading branch information
astj committed Jan 22, 2020
2 parents 7a4d08c + 46da047 commit e224e8b
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.33.1 (2020-01-22)

* Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 #319 (dependabot-preview[bot])
* [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" #318 (astj)
* Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible #312 (dependabot-preview[bot])
* Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 #313 (dependabot-preview[bot])
* [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. #294 (tukaelu)
* Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 #310 (dependabot-preview[bot])
* Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 #309 (dependabot-preview[bot])
* add .dependabot/config.yml #307 (lufia)
* refactor Makefile and update dependencies #306 (lufia)


## 0.33.0 (2019-11-21)

* [check-log] Make building the error lines efficiently #304 (ygurumi)
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.33.0
VERSION = 0.33.1
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.33.0"
const version = "0.33.1"

var gitcommit string

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

* Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/319>
* [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/318>
* Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/312>
* Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/313>
* [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu)
<https://github.com/mackerelio/go-check-plugins/pull/294>
* Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/310>
* Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/309>
* add .dependabot/config.yml (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/307>
* refactor Makefile and update dependencies (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/306>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 22 Jan 2020 07:16:48 +0000

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

* [check-log] Make building the error lines efficiently (by ygurumi)
Expand Down
23 changes: 23 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
mackerel-check-plugins (0.33.1-1) stable; urgency=low

* Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/319>
* [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/318>
* Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/312>
* Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/313>
* [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu)
<https://github.com/mackerelio/go-check-plugins/pull/294>
* Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/310>
* Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/309>
* add .dependabot/config.yml (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/307>
* refactor Makefile and update dependencies (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/306>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 22 Jan 2020 07:16:48 +0000

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

* [check-log] Make building the error lines efficiently (by ygurumi)
Expand Down
11 changes: 11 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,17 @@ done
%{__targetdir}/*

%changelog
* Wed Jan 22 2020 <mackerel-developers@hatena.ne.jp> - 0.33.1
- Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot])
- [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj)
- Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot])
- [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu)
- Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])
- add .dependabot/config.yml (by lufia)
- refactor Makefile and update dependencies (by lufia)

* 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)
Expand Down
11 changes: 11 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Jan 22 2020 <mackerel-developers@hatena.ne.jp> - 0.33.1
- Bump github.com/aws/aws-sdk-go from 1.27.0 to 1.28.7 (by dependabot-preview[bot])
- [check-aws-cloudwatch-logs] Use "errors" instead of "github.com/pkg/errors" (by astj)
- Bump github.com/shirou/gopsutil from 2.19.11+incompatible to 2.19.12+incompatible (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.27.0 (by dependabot-preview[bot])
- [check-log] When specified multiple exclude pattern, perform search that excludes all conditions. (by tukaelu)
- Bump github.com/aws/aws-sdk-go from 1.26.5 to 1.26.7 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])
- add .dependabot/config.yml (by lufia)
- refactor Makefile and update dependencies (by lufia)

* 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)
Expand Down

0 comments on commit e224e8b

Please sign in to comment.