Skip to content

Commit

Permalink
Merge pull request #500 from mackerelio/bump-version-0.47.1
Browse files Browse the repository at this point in the history
Release version 0.47.1
  • Loading branch information
Arthur1 committed Sep 14, 2022
2 parents 9a5c9ff + 7e864cd commit 4f644df
Show file tree
Hide file tree
Showing 8 changed files with 27 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.47.1 (2022-09-14)

* Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 #494 (dependabot[bot])


## 0.47.0 (2022-09-06)

* Go 1.17 -> 1.19 #496 (yseto)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.47.0
VERSION := 0.47.1
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

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 @@
mkr (0.47.1-1.v2) stable; urgency=low

* Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/494>

-- mackerel <[email protected]> Wed, 14 Sep 2022 07:00:02 +0000

mkr (0.47.0-1.v2) stable; urgency=low

* Go 1.17 -> 1.19 (by yseto)
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mkr (0.47.1-1) stable; urgency=low

* Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/494>

-- mackerel <[email protected]> Wed, 14 Sep 2022 07:00:02 +0000

mkr (0.47.0-1) stable; urgency=low

* Go 1.17 -> 1.19 (by yseto)
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Wed Sep 14 2022 <[email protected]> - 0.47.1
- Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot])

* Tue Sep 6 2022 <[email protected]> - 0.47.0
- Go 1.17 -> 1.19 (by yseto)
- added filter by gojq (by yseto)
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Wed Sep 14 2022 <[email protected]> - 0.47.1
- Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot])

* Tue Sep 6 2022 <[email protected]> - 0.47.0
- Go 1.17 -> 1.19 (by yseto)
- added filter by gojq (by yseto)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const version = "0.47.0"
const version = "0.47.1"

var gitcommit string

0 comments on commit 4f644df

Please sign in to comment.