Skip to content

Commit 19d1dcc

Browse files
committed
ready for next release and update changelogs. version: 0.46.1
1 parent 7a84d52 commit 19d1dcc

File tree

6 files changed

+17
-2
lines changed

6 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## 0.46.1 (2023-11-15)
4+
5+
* CGO_ENABLED=0 when build for packaging #800 (Arthur1)
6+
7+
38
## 0.46.0 (2023-11-13)
49

510
* Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 #798 (dependabot[bot])

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.46.0
1+
VERSION = 0.46.1
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.46.0"
63+
const version = "0.46.1"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mackerel-check-plugins (0.46.1-1.v2) stable; urgency=low
2+
3+
* CGO_ENABLED=0 when build for packaging (by Arthur1)
4+
<https://github.com/mackerelio/go-check-plugins/pull/800>
5+
6+
-- mackerel <[email protected]> Wed, 15 Nov 2023 05:16:45 +0000
7+
18
mackerel-check-plugins (0.46.0-1.v2) stable; urgency=low
29

310
* Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 (by dependabot[bot])
File renamed without changes.

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

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

3838
%changelog
39+
* Wed Nov 15 2023 <[email protected]> - 0.46.1
40+
- CGO_ENABLED=0 when build for packaging (by Arthur1)
41+
3942
* Mon Nov 13 2023 <[email protected]> - 0.46.0
4043
- Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 (by dependabot[bot])
4144
- Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.10 (by dependabot[bot])

0 commit comments

Comments
 (0)