File tree 6 files changed +37
-2
lines changed
6 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.47.0 (2024-06-12)
4
+
5
+ * return CRITICAL instead of UNKNOWN when check-redis reachable is failed #865 (kmuto)
6
+ * Bump the golang-x group with 3 updates #863 (dependabot[ bot] )
7
+ * use go 1.22.x on build phase #862 (lufia)
8
+ * update dependencies #861 (lufia)
9
+ * [ check-mailq] fix pattern #857 (lufia)
10
+ * Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible #839 (dependabot[ bot] )
11
+
12
+
3
13
## 0.46.3 (2024-04-23)
4
14
5
15
* Revert "Bump github.com/miekg/dns from 1.1.50 to 1.1.59" #840 (ne-sachirou)
Original file line number Diff line number Diff line change 1
- VERSION = 0.46.3
1
+ VERSION = 0.47.0
2
2
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
3
3
ifeq ($(OS ) ,Windows_NT)
4
4
GOPATH_ROOT: =$(shell cygpath ${GOPATH})
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ func run(args []string) int {
60
60
return exitOK
61
61
}
62
62
63
- const version = "0.46.3 "
63
+ const version = "0.47.0 "
64
64
65
65
var gitcommit string
66
66
Original file line number Diff line number Diff line change
1
+ mackerel-check-plugins (0.47.0-1.v2) stable; urgency=low
2
+
3
+ * return CRITICAL instead of UNKNOWN when check-redis reachable is failed (by kmuto)
4
+ <https://github.com/mackerelio/go-check-plugins/pull/865>
5
+ * Bump the golang-x group with 3 updates (by dependabot[bot])
6
+ <https://github.com/mackerelio/go-check-plugins/pull/863>
7
+ * use go 1.22.x on build phase (by lufia)
8
+ <https://github.com/mackerelio/go-check-plugins/pull/862>
9
+ * update dependencies (by lufia)
10
+ <https://github.com/mackerelio/go-check-plugins/pull/861>
11
+ * [check-mailq] fix pattern (by lufia)
12
+ <https://github.com/mackerelio/go-check-plugins/pull/857>
13
+ * Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible (by dependabot[bot])
14
+ <https://github.com/mackerelio/go-check-plugins/pull/839>
15
+
16
+ -- mackerel <
[email protected] > Wed, 12 Jun 2024 06:58:04 +0000
17
+
1
18
mackerel-check-plugins (0.46.3-1.v2) stable; urgency=low
2
19
3
20
* Revert "Bump github.com/miekg/dns from 1.1.50 to 1.1.59" (by ne-sachirou)
File renamed without changes.
Original file line number Diff line number Diff line change 36
36
%{__targetdir}/*
37
37
38
38
%changelog
39
+ *
Wed Jun 12 2024 <[email protected] > - 0.47.0
40
+ - return CRITICAL instead of UNKNOWN when check-redis reachable is failed (by kmuto)
41
+ - Bump the golang-x group with 3 updates (by dependabot[bot])
42
+ - use go 1.22.x on build phase (by lufia)
43
+ - update dependencies (by lufia)
44
+ - [check-mailq] fix pattern (by lufia)
45
+ - Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible (by dependabot[bot])
46
+
39
47
*
Tue Apr 23 2024 <[email protected] > - 0.46.3
40
48
- Revert "Bump github.com/miekg/dns from 1.1.50 to 1.1.59" (by ne-sachirou)
41
49
- Bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.8 (by dependabot[bot])
You can’t perform that action at this time.
0 commit comments