Skip to content

Commit a9c8bcf

Browse files
authored
Merge pull request mackerelio#691 from mackerelio/bump-version-0.42.4
Release version 0.42.4
2 parents bc12675 + 1fc6671 commit a9c8bcf

File tree

8 files changed

+62
-2
lines changed

8 files changed

+62
-2
lines changed

CHANGELOG.md

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

3+
## 0.42.4 (2023-01-18)
4+
5+
* check-cert-file: add test #687 (wafuwafu13)
6+
* test: use `T.TempDir` to create temporary test directory #686 (Juneezee)
7+
* combine lint, lint-windows, fix test on windows. #678 (yseto)
8+
* added compile option, fix packaging format #676 (yseto)
9+
* Update dependencies #674 (lufia)
10+
* Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.157 #673 (dependabot[bot])
11+
12+
313
## 0.42.3 (2022-10-20)
414

515
* Bump golang.org/x/text from 0.3.7 to 0.4.0 #658 (dependabot[bot])

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.42.3
1+
VERSION = 0.42.4
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.42.3"
63+
const version = "0.42.4"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
mackerel-check-plugins (0.42.4-1.v2) stable; urgency=low
2+
3+
* check-cert-file: add test (by wafuwafu13)
4+
<https://github.com/mackerelio/go-check-plugins/pull/687>
5+
* test: use `T.TempDir` to create temporary test directory (by Juneezee)
6+
<https://github.com/mackerelio/go-check-plugins/pull/686>
7+
* combine lint, lint-windows, fix test on windows. (by yseto)
8+
<https://github.com/mackerelio/go-check-plugins/pull/678>
9+
* added compile option, fix packaging format (by yseto)
10+
<https://github.com/mackerelio/go-check-plugins/pull/676>
11+
* Update dependencies (by lufia)
12+
<https://github.com/mackerelio/go-check-plugins/pull/674>
13+
* Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.157 (by dependabot[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/673>
15+
16+
-- mackerel <[email protected]> Wed, 18 Jan 2023 06:21:28 +0000
17+
118
mackerel-check-plugins (0.42.3-1.v2) stable; urgency=low
219

320
* Bump golang.org/x/text from 0.3.7 to 0.4.0 (by dependabot[bot])

packaging/deb/debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
mackerel-check-plugins (0.42.4-1) stable; urgency=low
2+
3+
* check-cert-file: add test (by wafuwafu13)
4+
<https://github.com/mackerelio/go-check-plugins/pull/687>
5+
* test: use `T.TempDir` to create temporary test directory (by Juneezee)
6+
<https://github.com/mackerelio/go-check-plugins/pull/686>
7+
* combine lint, lint-windows, fix test on windows. (by yseto)
8+
<https://github.com/mackerelio/go-check-plugins/pull/678>
9+
* added compile option, fix packaging format (by yseto)
10+
<https://github.com/mackerelio/go-check-plugins/pull/676>
11+
* Update dependencies (by lufia)
12+
<https://github.com/mackerelio/go-check-plugins/pull/674>
13+
* Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.157 (by dependabot[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/673>
15+
16+
-- mackerel <[email protected]> Wed, 18 Jan 2023 06:21:28 +0000
17+
118
mackerel-check-plugins (0.42.3-1) stable; urgency=low
219

320
* Bump golang.org/x/text from 0.3.7 to 0.4.0 (by dependabot[bot])
File renamed without changes.

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

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

3838
%changelog
39+
* Wed Jan 18 2023 <[email protected]> - 0.42.4
40+
- check-cert-file: add test (by wafuwafu13)
41+
- test: use `T.TempDir` to create temporary test directory (by Juneezee)
42+
- combine lint, lint-windows, fix test on windows. (by yseto)
43+
- added compile option, fix packaging format (by yseto)
44+
- Update dependencies (by lufia)
45+
- Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.157 (by dependabot[bot])
46+
3947
* Thu Oct 20 2022 <[email protected]> - 0.42.3
4048
- Bump golang.org/x/text from 0.3.7 to 0.4.0 (by dependabot[bot])
4149
- Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot])

packaging/rpm/mackerel-check-plugins.spec

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

4747
%changelog
48+
* Wed Jan 18 2023 <[email protected]> - 0.42.4
49+
- check-cert-file: add test (by wafuwafu13)
50+
- test: use `T.TempDir` to create temporary test directory (by Juneezee)
51+
- combine lint, lint-windows, fix test on windows. (by yseto)
52+
- added compile option, fix packaging format (by yseto)
53+
- Update dependencies (by lufia)
54+
- Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.157 (by dependabot[bot])
55+
4856
* Thu Oct 20 2022 <[email protected]> - 0.42.3
4957
- Bump golang.org/x/text from 0.3.7 to 0.4.0 (by dependabot[bot])
5058
- Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot])

0 commit comments

Comments
 (0)