Skip to content

Commit

Permalink
Merge pull request #543 from mackerelio/bump-version-0.41.2
Browse files Browse the repository at this point in the history
Release version 0.41.2
  • Loading branch information
inommm committed Nov 18, 2021
2 parents ac91107 + 2e43f96 commit f69a1c1
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.41.2 (2021-11-18)

* Bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10 #539 (dependabot[bot])


## 0.41.1 (2021-10-14)

* Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 #529 (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.1
VERSION = 0.41.2
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.1"
const version = "0.41.2"

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.41.2-1.v2) stable; urgency=low

* Bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/539>

-- mackerel <[email protected]> Thu, 18 Nov 2021 02:27:19 +0000

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

* Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 (by dependabot[bot])
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.41.2-1) stable; urgency=low

* Bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/539>

-- mackerel <[email protected]> Thu, 18 Nov 2021 02:27:19 +0000

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

* Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 (by dependabot[bot])
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 @@ -36,6 +36,9 @@ done
%{__targetdir}/*

%changelog
* Thu Nov 18 2021 <[email protected]> - 0.41.2
- Bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10 (by dependabot[bot])

* Thu Oct 14 2021 <[email protected]> - 0.41.1
- Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.21.6 to 3.21.9 (by dependabot[bot])
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 @@ -45,6 +45,9 @@ done
%{__oldtargetdir}/*

%changelog
* Thu Nov 18 2021 <[email protected]> - 0.41.2
- Bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10 (by dependabot[bot])

* Thu Oct 14 2021 <[email protected]> - 0.41.1
- Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.21.6 to 3.21.9 (by dependabot[bot])
Expand Down

0 comments on commit f69a1c1

Please sign in to comment.