Skip to content

Commit f98a267

Browse files
authored
Merge pull request #772 from mackerelio/bump-version-0.45.0
Release version 0.45.0
2 parents e18f786 + 6cd1fba commit f98a267

File tree

6 files changed

+45
-2
lines changed

6 files changed

+45
-2
lines changed

CHANGELOG.md

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

3+
## 0.45.0 (2023-09-22)
4+
5+
* Bump golang.org/x/crypto from 0.6.0 to 0.13.0 #771 (dependabot[bot])
6+
* Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.8 #770 (dependabot[bot])
7+
* [check-tcp] Supports option to monitor that ports are closed. #767 (tukaelu)
8+
* Improve ntservice #765 (tukaelu)
9+
* Remove old rpm packaging #764 (yseto)
10+
* Bump github.com/aws/aws-sdk-go from 1.44.199 to 1.44.271 #762 (dependabot[bot])
11+
* Bump actions/setup-go from 3 to 4 #737 (dependabot[bot])
12+
* Bump github.com/mackerelio/go-osstat from 0.2.3 to 0.2.4 #735 (dependabot[bot])
13+
14+
315
## 0.44.1 (2023-07-13)
416

517
* added build tests. #760 (yseto)

Makefile

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

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
mackerel-check-plugins (0.45.0-1.v2) stable; urgency=low
2+
3+
* Bump golang.org/x/crypto from 0.6.0 to 0.13.0 (by dependabot[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/771>
5+
* Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.8 (by dependabot[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/770>
7+
* [check-tcp] Supports option to monitor that ports are closed. (by tukaelu)
8+
<https://github.com/mackerelio/go-check-plugins/pull/767>
9+
* Improve ntservice (by tukaelu)
10+
<https://github.com/mackerelio/go-check-plugins/pull/765>
11+
* Remove old rpm packaging (by yseto)
12+
<https://github.com/mackerelio/go-check-plugins/pull/764>
13+
* Bump github.com/aws/aws-sdk-go from 1.44.199 to 1.44.271 (by dependabot[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/762>
15+
* Bump actions/setup-go from 3 to 4 (by dependabot[bot])
16+
<https://github.com/mackerelio/go-check-plugins/pull/737>
17+
* Bump github.com/mackerelio/go-osstat from 0.2.3 to 0.2.4 (by dependabot[bot])
18+
<https://github.com/mackerelio/go-check-plugins/pull/735>
19+
20+
-- mackerel <[email protected]> Fri, 22 Sep 2023 02:52:42 +0000
21+
122
mackerel-check-plugins (0.44.1-1.v2) stable; urgency=low
223

324
* added build tests. (by yseto)
File renamed without changes.

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

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

3838
%changelog
39+
* Fri Sep 22 2023 <[email protected]> - 0.45.0
40+
- Bump golang.org/x/crypto from 0.6.0 to 0.13.0 (by dependabot[bot])
41+
- Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.8 (by dependabot[bot])
42+
- [check-tcp] Supports option to monitor that ports are closed. (by tukaelu)
43+
- Improve ntservice (by tukaelu)
44+
- Remove old rpm packaging (by yseto)
45+
- Bump github.com/aws/aws-sdk-go from 1.44.199 to 1.44.271 (by dependabot[bot])
46+
- Bump actions/setup-go from 3 to 4 (by dependabot[bot])
47+
- Bump github.com/mackerelio/go-osstat from 0.2.3 to 0.2.4 (by dependabot[bot])
48+
3949
* Thu Jul 13 2023 <[email protected]> - 0.44.1
4050
- added build tests. (by yseto)
4151

0 commit comments

Comments
 (0)