Skip to content

Commit eed396c

Browse files
authored
Merge pull request #952 from mackerelio/bump-version-0.50.1
Release version 0.50.1
2 parents 23db281 + 58ca2dc commit eed396c

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

CHANGELOG.md

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

3+
## 0.50.1 (2025-10-20)
4+
5+
* added dependabot cooldown #944 (yseto)
6+
* Bump github.com/mackerelio/go-osstat from 0.2.5 to 0.2.6 in the mackerelio group #934 (dependabot[bot])
7+
* Bump actions/setup-go from 5 to 6 #930 (dependabot[bot])
8+
* Bump actions/checkout from 4 to 5 #928 (dependabot[bot])
9+
* implement status-as option to check-ping #927 (kga)
10+
* Bump actions/download-artifact from 4 to 5 #926 (dependabot[bot])
11+
* Bump github.com/miekg/dns from 1.1.50 to 1.1.68 #925 (dependabot[bot])
12+
* Bump mackerelio/workflows from 1.4.0 to 1.5.0 #923 (dependabot[bot])
13+
* Bump the golang-x group across 1 directory with 3 updates #902 (dependabot[bot])
14+
* Bump the testlibs group across 1 directory with 2 updates #899 (dependabot[bot])
15+
* Bump github.com/mattn/go-zglob from 0.0.4 to 0.0.6 #889 (dependabot[bot])
16+
* Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 #870 (dependabot[bot])
17+
* Bump github.com/beevik/ntp from 1.3.1 to 1.4.3 #859 (dependabot[bot])
18+
19+
320
## 0.50.0 (2025-09-19)
421

522
* Fix error handling in check-disk to avoid unnecessary failures when using --path option #932 (mechairoi)

packaging/deb-v2/debian/changelog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
mackerel-check-plugins (0.50.1-1.v2) stable; urgency=low
2+
3+
* added dependabot cooldown (by yseto)
4+
<https://github.com/mackerelio/go-check-plugins/pull/944>
5+
* Bump github.com/mackerelio/go-osstat from 0.2.5 to 0.2.6 in the mackerelio group (by dependabot[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/934>
7+
* Bump actions/setup-go from 5 to 6 (by dependabot[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/930>
9+
* Bump actions/checkout from 4 to 5 (by dependabot[bot])
10+
<https://github.com/mackerelio/go-check-plugins/pull/928>
11+
* implement status-as option to check-ping (by kga)
12+
<https://github.com/mackerelio/go-check-plugins/pull/927>
13+
* Bump actions/download-artifact from 4 to 5 (by dependabot[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/926>
15+
* Bump github.com/miekg/dns from 1.1.50 to 1.1.68 (by dependabot[bot])
16+
<https://github.com/mackerelio/go-check-plugins/pull/925>
17+
* Bump mackerelio/workflows from 1.4.0 to 1.5.0 (by dependabot[bot])
18+
<https://github.com/mackerelio/go-check-plugins/pull/923>
19+
* Bump the golang-x group across 1 directory with 3 updates (by dependabot[bot])
20+
<https://github.com/mackerelio/go-check-plugins/pull/902>
21+
* Bump the testlibs group across 1 directory with 2 updates (by dependabot[bot])
22+
<https://github.com/mackerelio/go-check-plugins/pull/899>
23+
* Bump github.com/mattn/go-zglob from 0.0.4 to 0.0.6 (by dependabot[bot])
24+
<https://github.com/mackerelio/go-check-plugins/pull/889>
25+
* Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 (by dependabot[bot])
26+
<https://github.com/mackerelio/go-check-plugins/pull/870>
27+
* Bump github.com/beevik/ntp from 1.3.1 to 1.4.3 (by dependabot[bot])
28+
<https://github.com/mackerelio/go-check-plugins/pull/859>
29+
30+
-- mackerel <[email protected]> Mon, 20 Oct 2025 02:05:20 +0000
31+
132
mackerel-check-plugins (0.50.0-1.v2) stable; urgency=low
233

334
* Fix error handling in check-disk to avoid unnecessary failures when using --path option (by mechairoi)

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

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

3838
%changelog
39+
* Mon Oct 20 2025 <[email protected]> - 0.50.1
40+
- added dependabot cooldown (by yseto)
41+
- Bump github.com/mackerelio/go-osstat from 0.2.5 to 0.2.6 in the mackerelio group (by dependabot[bot])
42+
- Bump actions/setup-go from 5 to 6 (by dependabot[bot])
43+
- Bump actions/checkout from 4 to 5 (by dependabot[bot])
44+
- implement status-as option to check-ping (by kga)
45+
- Bump actions/download-artifact from 4 to 5 (by dependabot[bot])
46+
- Bump github.com/miekg/dns from 1.1.50 to 1.1.68 (by dependabot[bot])
47+
- Bump mackerelio/workflows from 1.4.0 to 1.5.0 (by dependabot[bot])
48+
- Bump the golang-x group across 1 directory with 3 updates (by dependabot[bot])
49+
- Bump the testlibs group across 1 directory with 2 updates (by dependabot[bot])
50+
- Bump github.com/mattn/go-zglob from 0.0.4 to 0.0.6 (by dependabot[bot])
51+
- Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 (by dependabot[bot])
52+
- Bump github.com/beevik/ntp from 1.3.1 to 1.4.3 (by dependabot[bot])
53+
3954
* Fri Sep 19 2025 <[email protected]> - 0.50.0
4055
- Fix error handling in check-disk to avoid unnecessary failures when using --path option (by mechairoi)
4156
- Bump github.com/fsouza/go-dockerclient from 1.11.0 to 1.12.2 (by dependabot[bot])

0 commit comments

Comments
 (0)