Skip to content

Commit

Permalink
Merge pull request #825 from mackerelio/bump-version-0.46.2
Browse files Browse the repository at this point in the history
Release version 0.46.2
  • Loading branch information
yseto committed Feb 27, 2024
2 parents ec72154 + c147016 commit e59230a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.46.2 (2024-02-27)

* Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log #823 (ne-sachirou)
* Bump the golang-x group with 3 updates #820 (dependabot[bot])
* Fix path #814 (yohfee)


## 0.46.1 (2023-11-15)

* CGO_ENABLED=0 when build for packaging #800 (Arthur1)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.46.1
VERSION = 0.46.2
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
ifeq ($(OS),Windows_NT)
GOPATH_ROOT:=$(shell cygpath ${GOPATH})
Expand Down
2 changes: 1 addition & 1 deletion mackerel-check.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func run(args []string) int {
return exitOK
}

const version = "0.46.1"
const version = "0.46.2"

var gitcommit string

Expand Down
11 changes: 11 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
mackerel-check-plugins (0.46.2-1.v2) stable; urgency=low

* Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log (by ne-sachirou)
<https://github.com/mackerelio/go-check-plugins/pull/823>
* Bump the golang-x group with 3 updates (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/820>
* Fix path (by yohfee)
<https://github.com/mackerelio/go-check-plugins/pull/814>

-- mackerel <[email protected]> Tue, 27 Feb 2024 06:04:11 +0000

mackerel-check-plugins (0.46.1-1.v2) stable; urgency=low

* CGO_ENABLED=0 when build for packaging (by Arthur1)
Expand Down
5 changes: 5 additions & 0 deletions packaging/rpm/mackerel-check-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ done
%{__targetdir}/*

%changelog
* Tue Feb 27 2024 <[email protected]> - 0.46.2
- Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log (by ne-sachirou)
- Bump the golang-x group with 3 updates (by dependabot[bot])
- Fix path (by yohfee)

* Wed Nov 15 2023 <[email protected]> - 0.46.1
- CGO_ENABLED=0 when build for packaging (by Arthur1)

Expand Down

0 comments on commit e59230a

Please sign in to comment.