Skip to content

Commit

Permalink
Merge pull request #580 from mackerelio/bump-version-0.41.7
Browse files Browse the repository at this point in the history
Release version 0.41.7
  • Loading branch information
susisu committed Mar 16, 2022
2 parents d128117 + 9b1f22a commit 2847f3f
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.41.7 (2022-03-15)

* Bump github.com/aws/aws-sdk-go from 1.43.7 to 1.43.12 #577 (dependabot[bot])
* Bump github.com/shirou/gopsutil/v3 from 3.22.1 to 3.22.2 #576 (dependabot[bot])
* Bump github.com/fsouza/go-dockerclient from 1.7.8 to 1.7.9 #574 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.42.52 to 1.43.7 #573 (dependabot[bot])
* Bump github.com/go-ldap/ldap/v3 from 3.4.1 to 3.4.2 #571 (dependabot[bot])


## 0.41.6 (2022-02-16)

* Bump github.com/fsouza/go-dockerclient from 1.7.7 to 1.7.8 #569 (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.6
VERSION = 0.41.7
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.6"
const version = "0.41.7"

var gitcommit string

Expand Down
15 changes: 15 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
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])
<https://github.com/mackerelio/go-check-plugins/pull/577>
* Bump github.com/shirou/gopsutil/v3 from 3.22.1 to 3.22.2 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/576>
* Bump github.com/fsouza/go-dockerclient from 1.7.8 to 1.7.9 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/574>
* Bump github.com/aws/aws-sdk-go from 1.42.52 to 1.43.7 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/573>
* Bump github.com/go-ldap/ldap/v3 from 3.4.1 to 3.4.2 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/571>

-- mackerel <[email protected]> Tue, 15 Mar 2022 03:41:40 +0000

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

* Bump github.com/fsouza/go-dockerclient from 1.7.7 to 1.7.8 (by dependabot[bot])
Expand Down
15 changes: 15 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
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])
<https://github.com/mackerelio/go-check-plugins/pull/577>
* Bump github.com/shirou/gopsutil/v3 from 3.22.1 to 3.22.2 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/576>
* Bump github.com/fsouza/go-dockerclient from 1.7.8 to 1.7.9 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/574>
* Bump github.com/aws/aws-sdk-go from 1.42.52 to 1.43.7 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/573>
* Bump github.com/go-ldap/ldap/v3 from 3.4.1 to 3.4.2 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/571>

-- mackerel <[email protected]> Tue, 15 Mar 2022 03:41:40 +0000

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

* Bump github.com/fsouza/go-dockerclient from 1.7.7 to 1.7.8 (by dependabot[bot])
Expand Down
7 changes: 7 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,13 @@ done
%{__targetdir}/*

%changelog
* Tue Mar 15 2022 <[email protected]> - 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])
- Bump github.com/fsouza/go-dockerclient from 1.7.8 to 1.7.9 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.42.52 to 1.43.7 (by dependabot[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.4.1 to 3.4.2 (by dependabot[bot])

* Wed Feb 16 2022 <[email protected]> - 0.41.6
- Bump github.com/fsouza/go-dockerclient from 1.7.7 to 1.7.8 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.42.44 to 1.42.52 (by dependabot[bot])
Expand Down
7 changes: 7 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ done
%{__oldtargetdir}/*

%changelog
* Tue Mar 15 2022 <[email protected]> - 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])
- Bump github.com/fsouza/go-dockerclient from 1.7.8 to 1.7.9 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.42.52 to 1.43.7 (by dependabot[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.4.1 to 3.4.2 (by dependabot[bot])

* Wed Feb 16 2022 <[email protected]> - 0.41.6
- Bump github.com/fsouza/go-dockerclient from 1.7.7 to 1.7.8 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.42.44 to 1.42.52 (by dependabot[bot])
Expand Down

0 comments on commit 2847f3f

Please sign in to comment.