Skip to content

Commit 47fcaff

Browse files
committed
ready for next release and update changelogs. version: 0.44.0
1 parent 7279522 commit 47fcaff

File tree

7 files changed

+80
-2
lines changed

7 files changed

+80
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.44.0 (2023-02-27)
4+
5+
* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 #722 (dependabot[bot])
6+
* fix gosimple, ineffassign #720 (wafuwafu13)
7+
* Bump github.com/containerd/containerd from 1.6.14 to 1.6.18 #717 (dependabot[bot])
8+
* check-dns: add `expected-string` option #715 (wafuwafu13)
9+
* Bump github.com/aws/aws-sdk-go from 1.44.189 to 1.44.199 #714 (dependabot[bot])
10+
* Bump golang.org/x/crypto from 0.5.0 to 0.6.0 #713 (dependabot[bot])
11+
* Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 #712 (dependabot[bot])
12+
* Bump golang.org/x/text from 0.6.0 to 0.7.0 #711 (dependabot[bot])
13+
* Bump golang.org/x/sys from 0.4.0 to 0.5.0 #710 (dependabot[bot])
14+
* added dns plugin on package #709 (yseto)
15+
* Remove `circle.yml` #708 (wafuwafu13)
16+
* Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 #706 (dependabot[bot])
17+
* Add check-dns plugin #704 (wafuwafu13)
18+
19+
320
## 0.43.0 (2023-02-01)
421

522
* fix generate docs #703 (yseto)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.43.0
1+
VERSION = 0.44.0
22
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
33
ifeq ($(OS),Windows_NT)
44
GOPATH_ROOT:=$(shell cygpath ${GOPATH})

mackerel-check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func run(args []string) int {
6060
return exitOK
6161
}
6262

63-
const version = "0.43.0"
63+
const version = "0.44.0"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
mackerel-check-plugins (0.44.0-1.v2) stable; urgency=low
2+
3+
* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/722>
5+
* fix gosimple, ineffassign (by wafuwafu13)
6+
<https://github.com/mackerelio/go-check-plugins/pull/720>
7+
* Bump github.com/containerd/containerd from 1.6.14 to 1.6.18 (by dependabot[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/717>
9+
* check-dns: add `expected-string` option (by wafuwafu13)
10+
<https://github.com/mackerelio/go-check-plugins/pull/715>
11+
* Bump github.com/aws/aws-sdk-go from 1.44.189 to 1.44.199 (by dependabot[bot])
12+
<https://github.com/mackerelio/go-check-plugins/pull/714>
13+
* Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (by dependabot[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/713>
15+
* Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 (by dependabot[bot])
16+
<https://github.com/mackerelio/go-check-plugins/pull/712>
17+
* Bump golang.org/x/text from 0.6.0 to 0.7.0 (by dependabot[bot])
18+
<https://github.com/mackerelio/go-check-plugins/pull/711>
19+
* Bump golang.org/x/sys from 0.4.0 to 0.5.0 (by dependabot[bot])
20+
<https://github.com/mackerelio/go-check-plugins/pull/710>
21+
* added dns plugin on package (by yseto)
22+
<https://github.com/mackerelio/go-check-plugins/pull/709>
23+
* Remove `circle.yml` (by wafuwafu13)
24+
<https://github.com/mackerelio/go-check-plugins/pull/708>
25+
* Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 (by dependabot[bot])
26+
<https://github.com/mackerelio/go-check-plugins/pull/706>
27+
* Add check-dns plugin (by wafuwafu13)
28+
<https://github.com/mackerelio/go-check-plugins/pull/704>
29+
30+
-- mackerel <[email protected]> Mon, 27 Feb 2023 10:10:02 +0000
31+
132
mackerel-check-plugins (0.43.0-1.v2) stable; urgency=low
233

334
* fix generate docs (by yseto)
File renamed without changes.

packaging/rpm/mackerel-check-plugins-v2.spec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@ done
3636
%{__targetdir}/*
3737

3838
%changelog
39+
* Mon Feb 27 2023 <[email protected]> - 0.44.0
40+
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
41+
- fix gosimple, ineffassign (by wafuwafu13)
42+
- Bump github.com/containerd/containerd from 1.6.14 to 1.6.18 (by dependabot[bot])
43+
- check-dns: add `expected-string` option (by wafuwafu13)
44+
- Bump github.com/aws/aws-sdk-go from 1.44.189 to 1.44.199 (by dependabot[bot])
45+
- Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (by dependabot[bot])
46+
- Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 (by dependabot[bot])
47+
- Bump golang.org/x/text from 0.6.0 to 0.7.0 (by dependabot[bot])
48+
- Bump golang.org/x/sys from 0.4.0 to 0.5.0 (by dependabot[bot])
49+
- added dns plugin on package (by yseto)
50+
- Remove `circle.yml` (by wafuwafu13)
51+
- Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 (by dependabot[bot])
52+
- Add check-dns plugin (by wafuwafu13)
53+
3954
* Wed Feb 1 2023 <[email protected]> - 0.43.0
4055
- fix generate docs (by yseto)
4156
- Bump actions/checkout from 2 to 3 (by dependabot[bot])

packaging/rpm/mackerel-check-plugins.spec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,21 @@ done
4545
%{__oldtargetdir}/*
4646

4747
%changelog
48+
* Mon Feb 27 2023 <[email protected]> - 0.44.0
49+
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
50+
- fix gosimple, ineffassign (by wafuwafu13)
51+
- Bump github.com/containerd/containerd from 1.6.14 to 1.6.18 (by dependabot[bot])
52+
- check-dns: add `expected-string` option (by wafuwafu13)
53+
- Bump github.com/aws/aws-sdk-go from 1.44.189 to 1.44.199 (by dependabot[bot])
54+
- Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (by dependabot[bot])
55+
- Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 (by dependabot[bot])
56+
- Bump golang.org/x/text from 0.6.0 to 0.7.0 (by dependabot[bot])
57+
- Bump golang.org/x/sys from 0.4.0 to 0.5.0 (by dependabot[bot])
58+
- added dns plugin on package (by yseto)
59+
- Remove `circle.yml` (by wafuwafu13)
60+
- Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 (by dependabot[bot])
61+
- Add check-dns plugin (by wafuwafu13)
62+
4863
* Wed Feb 1 2023 <[email protected]> - 0.43.0
4964
- fix generate docs (by yseto)
5065
- Bump actions/checkout from 2 to 3 (by dependabot[bot])

0 commit comments

Comments
 (0)