File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.50.0 (2025-09-19)
4
+
5
+ * Fix error handling in check-disk to avoid unnecessary failures when using --path option #932 (mechairoi)
6
+ * Bump github.com/fsouza/go-dockerclient from 1.11.0 to 1.12.2 #929 (dependabot[ bot] )
7
+ * Bump golang.org/x/net from 0.36.0 to 0.38.0 #911 (dependabot[ bot] )
8
+
9
+
3
10
## 0.49.0 (2025-05-16)
4
11
5
12
* use Go 1.24 #918 (yseto)
Original file line number Diff line number Diff line change
1
+ mackerel-check-plugins (0.50.0-1.v2) stable; urgency=low
2
+
3
+ * Fix error handling in check-disk to avoid unnecessary failures when using --path option (by mechairoi)
4
+ <https://github.com/mackerelio/go-check-plugins/pull/932>
5
+ * Bump github.com/fsouza/go-dockerclient from 1.11.0 to 1.12.2 (by dependabot[bot])
6
+ <https://github.com/mackerelio/go-check-plugins/pull/929>
7
+ * Bump golang.org/x/net from 0.36.0 to 0.38.0 (by dependabot[bot])
8
+ <https://github.com/mackerelio/go-check-plugins/pull/911>
9
+
10
+ -- mackerel <
[email protected] > Fri, 19 Sep 2025 02:48:54 +0000
11
+
1
12
mackerel-check-plugins (0.49.0-1.v2) stable; urgency=low
2
13
3
14
* use Go 1.24 (by yseto)
Original file line number Diff line number Diff line change 36
36
%{__targetdir}/*
37
37
38
38
%changelog
39
+ *
Fri Sep 19 2025 <[email protected] > - 0.50.0
40
+ - Fix error handling in check-disk to avoid unnecessary failures when using --path option (by mechairoi)
41
+ - Bump github.com/fsouza/go-dockerclient from 1.11.0 to 1.12.2 (by dependabot[bot])
42
+ - Bump golang.org/x/net from 0.36.0 to 0.38.0 (by dependabot[bot])
43
+
39
44
*
Fri May 16 2025 <[email protected] > - 0.49.0
40
45
- use Go 1.24 (by yseto)
41
46
- Release version 0.49.0 (by mackerelbot)
You can’t perform that action at this time.
0 commit comments