Skip to content

Commit 1409080

Browse files
committed
ready for next release and update changelogs. version: 0.48.0
1 parent 0baf28c commit 1409080

File tree

6 files changed

+41
-2
lines changed

6 files changed

+41
-2
lines changed

CHANGELOG.md

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

3+
## 0.48.0 (2025-03-31)
4+
5+
* [check-windows-eventlog] add status-as option #908 (masarasi)
6+
* [check-windows-eventlog] add target event type #907 (masarasi)
7+
* replace to newer runner-images #904 (yseto)
8+
* Bump golang.org/x/net from 0.25.0 to 0.36.0 #903 (dependabot[bot])
9+
* Bump mackerelio/workflows from 1.3.0 to 1.4.0 #901 (dependabot[bot])
10+
* Bump mackerelio/workflows from 1.2.0 to 1.3.0 #892 (dependabot[bot])
11+
* use mackerelio/[email protected] #886 (yseto)
12+
13+
314
## 0.47.0 (2024-06-12)
415

516
* return CRITICAL instead of UNKNOWN when check-redis reachable is failed #865 (kmuto)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.47.0
1+
VERSION = 0.48.0
22
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
33
ifeq ($(OS),Windows_NT)
44
GOPATH_ROOT:=$(shell cygpath ${GOPATH})

mackerel-check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func run(args []string) int {
6060
return exitOK
6161
}
6262

63-
const version = "0.47.0"
63+
const version = "0.48.0"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
mackerel-check-plugins (0.48.0-1.v2) stable; urgency=low
2+
3+
* [check-windows-eventlog] add status-as option (by masarasi)
4+
<https://github.com/mackerelio/go-check-plugins/pull/908>
5+
* [check-windows-eventlog] add target event type (by masarasi)
6+
<https://github.com/mackerelio/go-check-plugins/pull/907>
7+
* replace to newer runner-images (by yseto)
8+
<https://github.com/mackerelio/go-check-plugins/pull/904>
9+
* Bump golang.org/x/net from 0.25.0 to 0.36.0 (by dependabot[bot])
10+
<https://github.com/mackerelio/go-check-plugins/pull/903>
11+
* Bump mackerelio/workflows from 1.3.0 to 1.4.0 (by dependabot[bot])
12+
<https://github.com/mackerelio/go-check-plugins/pull/901>
13+
* Bump mackerelio/workflows from 1.2.0 to 1.3.0 (by dependabot[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/892>
15+
* use mackerelio/[email protected] (by yseto)
16+
<https://github.com/mackerelio/go-check-plugins/pull/886>
17+
18+
-- mackerel <[email protected]> Mon, 31 Mar 2025 06:35:24 +0000
19+
120
mackerel-check-plugins (0.47.0-1.v2) stable; urgency=low
221

322
* return CRITICAL instead of UNKNOWN when check-redis reachable is failed (by kmuto)
File renamed without changes.

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

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

3838
%changelog
39+
* Mon Mar 31 2025 <[email protected]> - 0.48.0
40+
- [check-windows-eventlog] add status-as option (by masarasi)
41+
- [check-windows-eventlog] add target event type (by masarasi)
42+
- replace to newer runner-images (by yseto)
43+
- Bump golang.org/x/net from 0.25.0 to 0.36.0 (by dependabot[bot])
44+
- Bump mackerelio/workflows from 1.3.0 to 1.4.0 (by dependabot[bot])
45+
- Bump mackerelio/workflows from 1.2.0 to 1.3.0 (by dependabot[bot])
46+
- use mackerelio/[email protected] (by yseto)
47+
3948
* Wed Jun 12 2024 <[email protected]> - 0.47.0
4049
- return CRITICAL instead of UNKNOWN when check-redis reachable is failed (by kmuto)
4150
- Bump the golang-x group with 3 updates (by dependabot[bot])

0 commit comments

Comments
 (0)