Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.39.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mackerelbot committed Jun 23, 2021
1 parent d65337a commit 47865e9
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.4 (2021-06-23)

* [ci]rewrite check-memcached tests. used docker. #498 (yseto)
* refactor check-log tests. #497 (yseto)
* [ci] run tests on the workflow #495 (lufia)
* [check-disk] upgrade gopsutil to v3 and fix treatment for fstype=none #492 (susisu)


## 0.39.3 (2021-06-03)

* Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 #489 (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.3
VERSION = 0.39.4
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.3"
const version = "0.39.4"

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

* [ci]rewrite check-memcached tests. used docker. (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/498>
* refactor check-log tests. (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/497>
* [ci] run tests on the workflow (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/495>
* [check-disk] upgrade gopsutil to v3 and fix treatment for fstype=none (by susisu)
<https://github.com/mackerelio/go-check-plugins/pull/492>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 23 Jun 2021 06:40:48 +0000

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

* Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 (by dependabot[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.4-1) stable; urgency=low

* [ci]rewrite check-memcached tests. used docker. (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/498>
* refactor check-log tests. (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/497>
* [ci] run tests on the workflow (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/495>
* [check-disk] upgrade gopsutil to v3 and fix treatment for fstype=none (by susisu)
<https://github.com/mackerelio/go-check-plugins/pull/492>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 23 Jun 2021 06:40:48 +0000

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

* Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 (by dependabot[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
* Wed Jun 23 2021 <mackerel-developers@hatena.ne.jp> - 0.39.4
- [ci]rewrite check-memcached tests. used docker. (by yseto)
- refactor check-log tests. (by yseto)
- [ci] run tests on the workflow (by lufia)
- [check-disk] upgrade gopsutil to v3 and fix treatment for fstype=none (by susisu)

* Thu Jun 03 2021 <mackerel-developers@hatena.ne.jp> - 0.39.3
- Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 (by dependabot[bot])
- Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (by dependabot[bot])
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
* Wed Jun 23 2021 <mackerel-developers@hatena.ne.jp> - 0.39.4
- [ci]rewrite check-memcached tests. used docker. (by yseto)
- refactor check-log tests. (by yseto)
- [ci] run tests on the workflow (by lufia)
- [check-disk] upgrade gopsutil to v3 and fix treatment for fstype=none (by susisu)

* Thu Jun 03 2021 <mackerel-developers@hatena.ne.jp> - 0.39.3
- Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 (by dependabot[bot])
- Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (by dependabot[bot])
Expand Down

0 comments on commit 47865e9

Please sign in to comment.