File tree Expand file tree Collapse file tree 6 files changed +45
-2
lines changed Expand file tree Collapse file tree 6 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## 0.44.1 (2023-07-13)
4
16
5
17
* added build tests. #760 (yseto)
Original file line number Diff line number Diff line change 1
- VERSION = 0.44.1
1
+ VERSION = 0.45.0
2
2
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
3
3
ifeq ($(OS ) ,Windows_NT)
4
4
GOPATH_ROOT: =$(shell cygpath ${GOPATH})
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ func run(args []string) int {
60
60
return exitOK
61
61
}
62
62
63
- const version = "0.44.1 "
63
+ const version = "0.45.0 "
64
64
65
65
var gitcommit string
66
66
Original file line number Diff line number Diff line change
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
+
1
22
mackerel-check-plugins (0.44.1-1.v2) stable; urgency=low
2
23
3
24
* added build tests. (by yseto)
File renamed without changes.
Original file line number Diff line number Diff line change 36
36
%{__targetdir}/*
37
37
38
38
%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
+
39
49
*
Thu Jul 13 2023 <[email protected] > - 0.44.1
40
50
- added build tests. (by yseto)
41
51
You can’t perform that action at this time.
0 commit comments