Skip to content

Commit 80bca5a

Browse files
authored
Merge pull request #921 from mackerelio/bump-version-0.49.0
Release version 0.49.0
2 parents f9833fb + b19faa2 commit 80bca5a

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

CHANGELOG.md

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

3+
## 0.49.0 (2025-05-16)
4+
5+
* use Go 1.24 #918 (yseto)
6+
* Release version 0.49.0 #917 (mackerelbot)
7+
* Remove rewrite some files on every releases #915 (yseto)
8+
* introduce status-as option to check-ntservice #914 (kmuto)
9+
* replace to aws-sdk-go-v2 #912 (yseto)
10+
11+
312
## 0.48.0 (2025-03-31)
413

514
* [check-windows-eventlog] add status-as option #908 (masarasi)

packaging/deb-v2/debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
mackerel-check-plugins (0.49.0-1.v2) stable; urgency=low
2+
3+
* use Go 1.24 (by yseto)
4+
<https://github.com/mackerelio/go-check-plugins/pull/918>
5+
* Release version 0.49.0 (by mackerelbot)
6+
<https://github.com/mackerelio/go-check-plugins/pull/917>
7+
* Remove rewrite some files on every releases (by yseto)
8+
<https://github.com/mackerelio/go-check-plugins/pull/915>
9+
* introduce status-as option to check-ntservice (by kmuto)
10+
<https://github.com/mackerelio/go-check-plugins/pull/914>
11+
* replace to aws-sdk-go-v2 (by yseto)
12+
<https://github.com/mackerelio/go-check-plugins/pull/912>
13+
14+
-- mackerel <[email protected]> Fri, 16 May 2025 05:56:47 +0000
15+
116
mackerel-check-plugins (0.48.0-1.v2) stable; urgency=low
217

318
* [check-windows-eventlog] add status-as option (by masarasi)

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

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

3838
%changelog
39+
* Fri May 16 2025 <[email protected]> - 0.49.0
40+
- use Go 1.24 (by yseto)
41+
- Release version 0.49.0 (by mackerelbot)
42+
- Remove rewrite some files on every releases (by yseto)
43+
- introduce status-as option to check-ntservice (by kmuto)
44+
- replace to aws-sdk-go-v2 (by yseto)
45+
3946
* Mon Mar 31 2025 <[email protected]> - 0.48.0
4047
- [check-windows-eventlog] add status-as option (by masarasi)
4148
- [check-windows-eventlog] add target event type (by masarasi)

0 commit comments

Comments
 (0)