Skip to content

Commit e59230a

Browse files
authored
Merge pull request #825 from mackerelio/bump-version-0.46.2
Release version 0.46.2
2 parents ec72154 + c147016 commit e59230a

6 files changed

+25
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.46.2 (2024-02-27)
4+
5+
* Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log #823 (ne-sachirou)
6+
* Bump the golang-x group with 3 updates #820 (dependabot[bot])
7+
* Fix path #814 (yohfee)
8+
9+
310
## 0.46.1 (2023-11-15)
411

512
* CGO_ENABLED=0 when build for packaging #800 (Arthur1)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.46.1
1+
VERSION = 0.46.2
22
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
33
ifeq ($(OS),Windows_NT)
44
GOPATH_ROOT:=$(shell cygpath ${GOPATH})

mackerel-check.go

+1-1
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.46.1"
63+
const version = "0.46.2"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
mackerel-check-plugins (0.46.2-1.v2) stable; urgency=low
2+
3+
* Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log (by ne-sachirou)
4+
<https://github.com/mackerelio/go-check-plugins/pull/823>
5+
* Bump the golang-x group with 3 updates (by dependabot[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/820>
7+
* Fix path (by yohfee)
8+
<https://github.com/mackerelio/go-check-plugins/pull/814>
9+
10+
-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 27 Feb 2024 06:04:11 +0000
11+
112
mackerel-check-plugins (0.46.1-1.v2) stable; urgency=low
213

314
* CGO_ENABLED=0 when build for packaging (by Arthur1)

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

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ done
3636
%{__targetdir}/*
3737

3838
%changelog
39+
* Tue Feb 27 2024 <mackerel-developers@hatena.ne.jp> - 0.46.2
40+
- Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log (by ne-sachirou)
41+
- Bump the golang-x group with 3 updates (by dependabot[bot])
42+
- Fix path (by yohfee)
43+
3944
* Wed Nov 15 2023 <mackerel-developers@hatena.ne.jp> - 0.46.1
4045
- CGO_ENABLED=0 when build for packaging (by Arthur1)
4146

0 commit comments

Comments
 (0)