Skip to content

Commit

Permalink
Merge pull request #801 from mackerelio/bump-version-0.46.1
Browse files Browse the repository at this point in the history
Release version 0.46.1
  • Loading branch information
Arthur1 committed Nov 15, 2023
2 parents 7a84d52 + 19d1dcc commit bcd5733
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
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 <mackerel-developers@hatena.ne.jp> 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 <mackerel-developers@hatena.ne.jp> - 0.46.1
- CGO_ENABLED=0 when build for packaging (by Arthur1)

* Mon Nov 13 2023 <mackerel-developers@hatena.ne.jp> - 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

0 comments on commit bcd5733

Please sign in to comment.