Skip to content

Commit

Permalink
Merge pull request #446 from mackerelio/bump-version-0.39.0
Browse files Browse the repository at this point in the history
Release version 0.39.0
  • Loading branch information
yseto authored Jan 14, 2021
2 parents 46e1e82 + f9b153c commit f9334b7
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.39.0 (2021-01-14)

* Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 #442 (dependabot[bot])
* Bump github.com/lib/pq from 1.8.0 to 1.9.0 #433 (dependabot[bot])
* [check-disk] Closes #440 added sort the chec-disk output #441 (hurrycaine)
* Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 #434 (dependabot[bot])


## 0.38.0 (2020-12-09)

* Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible #416 (dependabot-preview[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.38.0
VERSION = 0.39.0
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.38.0"
const version = "0.39.0"

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

* Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/442>
* Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/433>
* [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine)
<https://github.com/mackerelio/go-check-plugins/pull/441>
* Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/434>

-- mackerel <[email protected]> Thu, 14 Jan 2021 06:20:34 +0000

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

* Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[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.39.0-1) stable; urgency=low

* Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/442>
* Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/433>
* [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine)
<https://github.com/mackerelio/go-check-plugins/pull/441>
* Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/434>

-- mackerel <[email protected]> Thu, 14 Jan 2021 06:20:34 +0000

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

* Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[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
* Thu Jan 14 2021 <[email protected]> - 0.39.0
- Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot])
- Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot])
- [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine)
- Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot])

* Wed Dec 09 2020 <[email protected]> - 0.38.0
- Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
- migrate CIs to GitHub Actions (by lufia)
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
* Thu Jan 14 2021 <[email protected]> - 0.39.0
- Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.19 (by dependabot[bot])
- Bump github.com/lib/pq from 1.8.0 to 1.9.0 (by dependabot[bot])
- [check-disk] Closes #440 added sort the chec-disk output (by hurrycaine)
- Bump github.com/fsouza/go-dockerclient from 1.6.5 to 1.6.6 (by dependabot[bot])

* Wed Dec 09 2020 <[email protected]> - 0.38.0
- Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
- migrate CIs to GitHub Actions (by lufia)
Expand Down

0 comments on commit f9334b7

Please sign in to comment.