Skip to content

Commit

Permalink
Merge pull request #532 from mackerelio/bump-version-0.41.1
Browse files Browse the repository at this point in the history
Release version 0.41.1
  • Loading branch information
ne-sachirou authored Oct 14, 2021
2 parents ad00256 + cbe34b0 commit 1890a45
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.41.1 (2021-10-14)

* Bump github.com/aws/aws-sdk-go from 1.39.4 to 1.40.59 #529 (dependabot[bot])
* Bump github.com/shirou/gopsutil/v3 from 3.21.6 to 3.21.9 #527 (dependabot[bot])
* Bump github.com/fsouza/go-dockerclient from 1.7.3 to 1.7.4 #521 (dependabot[bot])
* Bump github.com/lib/pq from 1.10.2 to 1.10.3 #520 (dependabot[bot])
* Bump golang.org/x/text from 0.3.6 to 0.3.7 #519 (dependabot[bot])
* Bump github.com/go-ldap/ldap/v3 from 3.3.0 to 3.4.1 #518 (dependabot[bot])


## 0.41.0 (2021-10-06)

* update golib, checkers #525 (yseto)
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.0
VERSION = 0.41.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.41.0"
const version = "0.41.1"

var gitcommit string

Expand Down
17 changes: 17 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
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])
<https://github.com/mackerelio/go-check-plugins/pull/529>
* Bump github.com/shirou/gopsutil/v3 from 3.21.6 to 3.21.9 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/527>
* Bump github.com/fsouza/go-dockerclient from 1.7.3 to 1.7.4 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/521>
* Bump github.com/lib/pq from 1.10.2 to 1.10.3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/520>
* Bump golang.org/x/text from 0.3.6 to 0.3.7 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/519>
* Bump github.com/go-ldap/ldap/v3 from 3.3.0 to 3.4.1 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/518>

-- mackerel <[email protected]> Thu, 14 Oct 2021 08:18:22 +0000

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

* update golib, checkers (by yseto)
Expand Down
17 changes: 17 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
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])
<https://github.com/mackerelio/go-check-plugins/pull/529>
* Bump github.com/shirou/gopsutil/v3 from 3.21.6 to 3.21.9 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/527>
* Bump github.com/fsouza/go-dockerclient from 1.7.3 to 1.7.4 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/521>
* Bump github.com/lib/pq from 1.10.2 to 1.10.3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/520>
* Bump golang.org/x/text from 0.3.6 to 0.3.7 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/519>
* Bump github.com/go-ldap/ldap/v3 from 3.3.0 to 3.4.1 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/518>

-- mackerel <[email protected]> Thu, 14 Oct 2021 08:18:22 +0000

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

* update golib, checkers (by yseto)
Expand Down
8 changes: 8 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,14 @@ done
%{__targetdir}/*

%changelog
* 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])
- Bump github.com/fsouza/go-dockerclient from 1.7.3 to 1.7.4 (by dependabot[bot])
- Bump github.com/lib/pq from 1.10.2 to 1.10.3 (by dependabot[bot])
- Bump golang.org/x/text from 0.3.6 to 0.3.7 (by dependabot[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.3.0 to 3.4.1 (by dependabot[bot])

* Wed Oct 6 2021 <[email protected]> - 0.41.0
- update golib, checkers (by yseto)
- [check-log] add search-in-directory option (by yseto)
Expand Down
8 changes: 8 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ done
%{__oldtargetdir}/*

%changelog
* 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])
- Bump github.com/fsouza/go-dockerclient from 1.7.3 to 1.7.4 (by dependabot[bot])
- Bump github.com/lib/pq from 1.10.2 to 1.10.3 (by dependabot[bot])
- Bump golang.org/x/text from 0.3.6 to 0.3.7 (by dependabot[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.3.0 to 3.4.1 (by dependabot[bot])

* Wed Oct 6 2021 <[email protected]> - 0.41.0
- update golib, checkers (by yseto)
- [check-log] add search-in-directory option (by yseto)
Expand Down

0 comments on commit 1890a45

Please sign in to comment.