Skip to content

Commit

Permalink
Merge pull request #564 from mackerelio/bump-version-0.41.5
Browse files Browse the repository at this point in the history
Release version 0.41.5
  • Loading branch information
mechairoi committed Feb 2, 2022
2 parents 4ae11eb + d343449 commit 407790b
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.41.5 (2022-02-02)

* Bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.44 #563 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.42.9 to 1.42.35 #561 (dependabot[bot])
* Bump github.com/gomodule/redigo from 1.8.6 to 1.8.8 #559 (dependabot[bot])
* Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12 #556 (dependabot[bot])


## 0.41.4 (2022-01-12)

* Bump github.com/gomodule/redigo from 1.8.5 to 1.8.6 #548 (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.4
VERSION = 0.41.5
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.4"
const version = "0.41.5"

var gitcommit string

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

* Bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.44 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/563>
* Bump github.com/aws/aws-sdk-go from 1.42.9 to 1.42.35 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/561>
* Bump github.com/gomodule/redigo from 1.8.6 to 1.8.8 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/559>
* Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/556>

-- mackerel <[email protected]> Wed, 2 Feb 2022 02:21:16 +0000

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

* Bump github.com/gomodule/redigo from 1.8.5 to 1.8.6 (by dependabot[bot])
Expand Down
13 changes: 13 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mackerel-check-plugins (0.41.5-1) stable; urgency=low

* Bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.44 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/563>
* Bump github.com/aws/aws-sdk-go from 1.42.9 to 1.42.35 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/561>
* Bump github.com/gomodule/redigo from 1.8.6 to 1.8.8 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/559>
* Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/556>

-- mackerel <[email protected]> Wed, 2 Feb 2022 02:21:16 +0000

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

* Bump github.com/gomodule/redigo from 1.8.5 to 1.8.6 (by dependabot[bot])
Expand Down
6 changes: 6 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,12 @@ done
%{__targetdir}/*

%changelog
* Wed Feb 2 2022 <[email protected]> - 0.41.5
- Bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.44 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.42.9 to 1.42.35 (by dependabot[bot])
- Bump github.com/gomodule/redigo from 1.8.6 to 1.8.8 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12 (by dependabot[bot])

* Wed Jan 12 2022 <[email protected]> - 0.41.4
- Bump github.com/gomodule/redigo from 1.8.5 to 1.8.6 (by dependabot[bot])
- Bump github.com/lib/pq from 1.10.3 to 1.10.4 (by dependabot[bot])
Expand Down
6 changes: 6 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Feb 2 2022 <[email protected]> - 0.41.5
- Bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.44 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.42.9 to 1.42.35 (by dependabot[bot])
- Bump github.com/gomodule/redigo from 1.8.6 to 1.8.8 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.12 (by dependabot[bot])

* Wed Jan 12 2022 <[email protected]> - 0.41.4
- Bump github.com/gomodule/redigo from 1.8.5 to 1.8.6 (by dependabot[bot])
- Bump github.com/lib/pq from 1.10.3 to 1.10.4 (by dependabot[bot])
Expand Down

0 comments on commit 407790b

Please sign in to comment.