Skip to content

Commit

Permalink
Merge pull request #589 from mackerelio/bump-version-0.42.0
Browse files Browse the repository at this point in the history
Release version 0.42.0
  • Loading branch information
lufia committed Mar 30, 2022
2 parents 1ee9383 + 0506d12 commit e218042
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.42.0 (2022-03-30)

* [check-aws-cloudwatch-logs] stop gracefully on timeout signal #588 (pyto86pri)
* [check-aws-cloudwatch-logs] stop gracefully on timeout signal #587 (pyto86pri)
* Bump github.com/mackerelio/checkers from 0.0.2 to 0.0.3 #586 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.43.12 to 1.43.26 #585 (dependabot[bot])
* Bump github.com/mackerelio/go-osstat from 0.2.1 to 0.2.2 #584 (dependabot[bot])
* [check-aws-cloudwatch-logs] use FilterLogEventsPages API #583 (pyto86pri)
* Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 #581 (dependabot[bot])
* Bump github.com/fsouza/go-dockerclient from 1.7.9 to 1.7.10 #579 (dependabot[bot])


## 0.41.7 (2022-03-15)

* Bump github.com/aws/aws-sdk-go from 1.43.7 to 1.43.12 #577 (dependabot[bot])
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.41.7
VERSION = 0.42.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.41.7"
const version = "0.42.0"

var gitcommit string

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

* [check-aws-cloudwatch-logs] stop gracefully on timeout signal (by pyto86pri)
<https://github.com/mackerelio/go-check-plugins/pull/588>
* [check-aws-cloudwatch-logs] stop gracefully on timeout signal (by pyto86pri)
<https://github.com/mackerelio/go-check-plugins/pull/587>
* Bump github.com/mackerelio/checkers from 0.0.2 to 0.0.3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/586>
* Bump github.com/aws/aws-sdk-go from 1.43.12 to 1.43.26 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/585>
* Bump github.com/mackerelio/go-osstat from 0.2.1 to 0.2.2 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/584>
* [check-aws-cloudwatch-logs] use FilterLogEventsPages API (by pyto86pri)
<https://github.com/mackerelio/go-check-plugins/pull/583>
* Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/581>
* Bump github.com/fsouza/go-dockerclient from 1.7.9 to 1.7.10 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/579>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 30 Mar 2022 08:26:43 +0000

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

* Bump github.com/aws/aws-sdk-go from 1.43.7 to 1.43.12 (by dependabot[bot])
Expand Down
21 changes: 21 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
mackerel-check-plugins (0.42.0-1) stable; urgency=low

* [check-aws-cloudwatch-logs] stop gracefully on timeout signal (by pyto86pri)
<https://github.com/mackerelio/go-check-plugins/pull/588>
* [check-aws-cloudwatch-logs] stop gracefully on timeout signal (by pyto86pri)
<https://github.com/mackerelio/go-check-plugins/pull/587>
* Bump github.com/mackerelio/checkers from 0.0.2 to 0.0.3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/586>
* Bump github.com/aws/aws-sdk-go from 1.43.12 to 1.43.26 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/585>
* Bump github.com/mackerelio/go-osstat from 0.2.1 to 0.2.2 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/584>
* [check-aws-cloudwatch-logs] use FilterLogEventsPages API (by pyto86pri)
<https://github.com/mackerelio/go-check-plugins/pull/583>
* Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/581>
* Bump github.com/fsouza/go-dockerclient from 1.7.9 to 1.7.10 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/579>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 30 Mar 2022 08:26:43 +0000

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

* Bump github.com/aws/aws-sdk-go from 1.43.7 to 1.43.12 (by dependabot[bot])
Expand Down
10 changes: 10 additions & 0 deletions packaging/rpm/mackerel-check-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ done
%{__targetdir}/*

%changelog
* Wed Mar 30 2022 <mackerel-developers@hatena.ne.jp> - 0.42.0
- [check-aws-cloudwatch-logs] stop gracefully on timeout signal (by pyto86pri)
- [check-aws-cloudwatch-logs] stop gracefully on timeout signal (by pyto86pri)
- Bump github.com/mackerelio/checkers from 0.0.2 to 0.0.3 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.43.12 to 1.43.26 (by dependabot[bot])
- Bump github.com/mackerelio/go-osstat from 0.2.1 to 0.2.2 (by dependabot[bot])
- [check-aws-cloudwatch-logs] use FilterLogEventsPages API (by pyto86pri)
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.7.9 to 1.7.10 (by dependabot[bot])

* Tue Mar 15 2022 <mackerel-developers@hatena.ne.jp> - 0.41.7
- Bump github.com/aws/aws-sdk-go from 1.43.7 to 1.43.12 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.22.1 to 3.22.2 (by dependabot[bot])
Expand Down
10 changes: 10 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Mar 30 2022 <mackerel-developers@hatena.ne.jp> - 0.42.0
- [check-aws-cloudwatch-logs] stop gracefully on timeout signal (by pyto86pri)
- [check-aws-cloudwatch-logs] stop gracefully on timeout signal (by pyto86pri)
- Bump github.com/mackerelio/checkers from 0.0.2 to 0.0.3 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.43.12 to 1.43.26 (by dependabot[bot])
- Bump github.com/mackerelio/go-osstat from 0.2.1 to 0.2.2 (by dependabot[bot])
- [check-aws-cloudwatch-logs] use FilterLogEventsPages API (by pyto86pri)
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.7.9 to 1.7.10 (by dependabot[bot])

* Tue Mar 15 2022 <mackerel-developers@hatena.ne.jp> - 0.41.7
- Bump github.com/aws/aws-sdk-go from 1.43.7 to 1.43.12 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.22.1 to 3.22.2 (by dependabot[bot])
Expand Down

0 comments on commit e218042

Please sign in to comment.