Skip to content

Commit

Permalink
Merge pull request #691 from mackerelio/bump-version-0.42.4
Browse files Browse the repository at this point in the history
Release version 0.42.4
  • Loading branch information
mechairoi committed Jan 18, 2023
2 parents bc12675 + 1fc6671 commit a9c8bcf
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.42.4 (2023-01-18)

* check-cert-file: add test #687 (wafuwafu13)
* test: use `T.TempDir` to create temporary test directory #686 (Juneezee)
* combine lint, lint-windows, fix test on windows. #678 (yseto)
* added compile option, fix packaging format #676 (yseto)
* Update dependencies #674 (lufia)
* Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.157 #673 (dependabot[bot])


## 0.42.3 (2022-10-20)

* Bump golang.org/x/text from 0.3.7 to 0.4.0 #658 (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.42.3
VERSION = 0.42.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.42.3"
const version = "0.42.4"

var gitcommit string

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

* check-cert-file: add test (by wafuwafu13)
<https://github.com/mackerelio/go-check-plugins/pull/687>
* test: use `T.TempDir` to create temporary test directory (by Juneezee)
<https://github.com/mackerelio/go-check-plugins/pull/686>
* combine lint, lint-windows, fix test on windows. (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/678>
* added compile option, fix packaging format (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/676>
* Update dependencies (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/674>
* Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.157 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/673>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 18 Jan 2023 06:21:28 +0000

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

* Bump golang.org/x/text from 0.3.7 to 0.4.0 (by dependabot[bot])
Expand Down
17 changes: 17 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
mackerel-check-plugins (0.42.4-1) stable; urgency=low

* check-cert-file: add test (by wafuwafu13)
<https://github.com/mackerelio/go-check-plugins/pull/687>
* test: use `T.TempDir` to create temporary test directory (by Juneezee)
<https://github.com/mackerelio/go-check-plugins/pull/686>
* combine lint, lint-windows, fix test on windows. (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/678>
* added compile option, fix packaging format (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/676>
* Update dependencies (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/674>
* Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.157 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/673>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 18 Jan 2023 06:21:28 +0000

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

* Bump golang.org/x/text from 0.3.7 to 0.4.0 (by dependabot[bot])
Expand Down
8 changes: 8 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,14 @@ done
%{__targetdir}/*

%changelog
* Wed Jan 18 2023 <mackerel-developers@hatena.ne.jp> - 0.42.4
- check-cert-file: add test (by wafuwafu13)
- test: use `T.TempDir` to create temporary test directory (by Juneezee)
- combine lint, lint-windows, fix test on windows. (by yseto)
- added compile option, fix packaging format (by yseto)
- Update dependencies (by lufia)
- Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.157 (by dependabot[bot])

* Thu Oct 20 2022 <mackerel-developers@hatena.ne.jp> - 0.42.3
- Bump golang.org/x/text from 0.3.7 to 0.4.0 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot])
Expand Down
8 changes: 8 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Jan 18 2023 <mackerel-developers@hatena.ne.jp> - 0.42.4
- check-cert-file: add test (by wafuwafu13)
- test: use `T.TempDir` to create temporary test directory (by Juneezee)
- combine lint, lint-windows, fix test on windows. (by yseto)
- added compile option, fix packaging format (by yseto)
- Update dependencies (by lufia)
- Bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.157 (by dependabot[bot])

* Thu Oct 20 2022 <mackerel-developers@hatena.ne.jp> - 0.42.3
- Bump golang.org/x/text from 0.3.7 to 0.4.0 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot])
Expand Down

0 comments on commit a9c8bcf

Please sign in to comment.