Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mackerelbot committed Feb 3, 2021
1 parent be566e2 commit 8c33b23
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.39.2 (2021-02-03)

* Bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.1 #454 (dependabot[bot])
* Closes #455 check-load fix null pointer issue when critical #456 (hurrycaine)
* Bump github.com/aws/aws-sdk-go from 1.36.28 to 1.36.31 #452 (dependabot[bot])


## 0.39.1 (2021-01-21)

* Bump github.com/aws/aws-sdk-go from 1.36.19 to 1.36.28 #447 (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.39.1
VERSION = 0.39.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.39.1"
const version = "0.39.2"

var gitcommit string

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

* Bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.1 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/454>
* Closes #455 check-load fix null pointer issue when critical (by hurrycaine)
<https://github.com/mackerelio/go-check-plugins/pull/456>
* Bump github.com/aws/aws-sdk-go from 1.36.28 to 1.36.31 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/452>

-- mackerel <[email protected]> Wed, 03 Feb 2021 02:34:47 +0000

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

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

* Bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.1 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/454>
* Closes #455 check-load fix null pointer issue when critical (by hurrycaine)
<https://github.com/mackerelio/go-check-plugins/pull/456>
* Bump github.com/aws/aws-sdk-go from 1.36.28 to 1.36.31 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/452>

-- mackerel <[email protected]> Wed, 03 Feb 2021 02:34:47 +0000

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

* Bump github.com/aws/aws-sdk-go from 1.36.19 to 1.36.28 (by dependabot[bot])
Expand Down
5 changes: 5 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,11 @@ done
%{__targetdir}/*

%changelog
* Wed Feb 03 2021 <[email protected]> - 0.39.2
- Bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.1 (by dependabot[bot])
- Closes #455 check-load fix null pointer issue when critical (by hurrycaine)
- Bump github.com/aws/aws-sdk-go from 1.36.28 to 1.36.31 (by dependabot[bot])

* Thu Jan 21 2021 <[email protected]> - 0.39.1
- Bump github.com/aws/aws-sdk-go from 1.36.19 to 1.36.28 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.6.6 to 1.7.0 (by dependabot[bot])
Expand Down
5 changes: 5 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Feb 03 2021 <[email protected]> - 0.39.2
- Bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.1 (by dependabot[bot])
- Closes #455 check-load fix null pointer issue when critical (by hurrycaine)
- Bump github.com/aws/aws-sdk-go from 1.36.28 to 1.36.31 (by dependabot[bot])

* Thu Jan 21 2021 <[email protected]> - 0.39.1
- Bump github.com/aws/aws-sdk-go from 1.36.19 to 1.36.28 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.6.6 to 1.7.0 (by dependabot[bot])
Expand Down

0 comments on commit 8c33b23

Please sign in to comment.