Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.46.1 #801

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.46.1 (2023-11-15)

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


## 0.46.0 (2023-11-13)

* Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 #798 (dependabot[bot])
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.0
VERSION = 0.46.1
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.0"
const version = "0.46.1"

var gitcommit string

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

* CGO_ENABLED=0 when build for packaging (by Arthur1)
<https://github.com/mackerelio/go-check-plugins/pull/800>

-- mackerel <[email protected]> Wed, 15 Nov 2023 05:16:45 +0000

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

* Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 (by dependabot[bot])
Expand Down
3 changes: 3 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,9 @@ done
%{__targetdir}/*

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

* Mon Nov 13 2023 <[email protected]> - 0.46.0
- Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.10 (by dependabot[bot])
Expand Down
Loading