Skip to content

Commit d49c5b8

Browse files
committed
ready for next release and update changelogs. version: 0.50.0
1 parent b2b2798 commit d49c5b8

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

CHANGELOG.md

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

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+
310
## 0.49.0 (2025-05-16)
411

512
* use Go 1.24 #918 (yseto)

packaging/deb-v2/debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
mackerel-check-plugins (0.49.0-1.v2) stable; urgency=low
213

314
* use Go 1.24 (by yseto)

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

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

3838
%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+
3944
* Fri May 16 2025 <[email protected]> - 0.49.0
4045
- use Go 1.24 (by yseto)
4146
- Release version 0.49.0 (by mackerelbot)

0 commit comments

Comments
 (0)