Skip to content

Commit

Permalink
Merge pull request #438 from mackerelio/bump-version-0.46.4
Browse files Browse the repository at this point in the history
Release version 0.46.4
  • Loading branch information
susisu committed Mar 16, 2022
2 parents cad2345 + 5545c89 commit 16a86dc
Show file tree
Hide file tree
Showing 8 changed files with 41 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.4 (2022-03-15)

* refine README and others #437 (lufia)
* Bump github.com/golangci/golangci-lint from 1.44.0 to 1.44.2 #436 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-agent from 0.72.7 to 0.72.8 #434 (dependabot[bot])


## 0.46.3 (2022-02-16)

* upgrade Go version: 1.16 -> 1.17 #432 (lufia)
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.46.3
VERSION := 0.46.4
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

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

* refine README and others (by lufia)
<https://github.com/mackerelio/mkr/pull/437>
* Bump github.com/golangci/golangci-lint from 1.44.0 to 1.44.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/436>
* Bump github.com/mackerelio/mackerel-agent from 0.72.7 to 0.72.8 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/434>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 15 Mar 2022 03:41:47 +0000

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

* upgrade Go version: 1.16 -> 1.17 (by lufia)
Expand Down
11 changes: 11 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
mkr (0.46.4-1) stable; urgency=low

* refine README and others (by lufia)
<https://github.com/mackerelio/mkr/pull/437>
* Bump github.com/golangci/golangci-lint from 1.44.0 to 1.44.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/436>
* Bump github.com/mackerelio/mackerel-agent from 0.72.7 to 0.72.8 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/434>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 15 Mar 2022 03:41:47 +0000

mkr (0.46.3-1) stable; urgency=low

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

%changelog
* Tue Mar 15 2022 <mackerel-developers@hatena.ne.jp> - 0.46.4
- refine README and others (by lufia)
- Bump github.com/golangci/golangci-lint from 1.44.0 to 1.44.2 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.72.7 to 0.72.8 (by dependabot[bot])

* Wed Feb 16 2022 <mackerel-developers@hatena.ne.jp> - 0.46.3
- upgrade Go version: 1.16 -> 1.17 (by lufia)
- Bump github.com/mackerelio/mackerel-agent from 0.72.6 to 0.72.7 (by dependabot[bot])
Expand Down
5 changes: 5 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Tue Mar 15 2022 <mackerel-developers@hatena.ne.jp> - 0.46.4
- refine README and others (by lufia)
- Bump github.com/golangci/golangci-lint from 1.44.0 to 1.44.2 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.72.7 to 0.72.8 (by dependabot[bot])

* Wed Feb 16 2022 <mackerel-developers@hatena.ne.jp> - 0.46.3
- upgrade Go version: 1.16 -> 1.17 (by lufia)
- Bump github.com/mackerelio/mackerel-agent from 0.72.6 to 0.72.7 (by dependabot[bot])
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.46.3"
const version = "0.46.4"

var gitcommit string

0 comments on commit 16a86dc

Please sign in to comment.