Skip to content

Commit

Permalink
Merge pull request #433 from mackerelio/bump-version-0.46.3
Browse files Browse the repository at this point in the history
Release version 0.46.3
  • Loading branch information
pyto86pri authored Feb 16, 2022
2 parents ea99ac8 + 9a4646d commit 775160c
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.3 (2022-02-16)

* upgrade Go version: 1.16 -> 1.17 #432 (lufia)
* Bump github.com/mackerelio/mackerel-agent from 0.72.6 to 0.72.7 #431 (dependabot[bot])
* Bump alpine from 3.14.2 to 3.15.0 #417 (dependabot[bot])


## 0.46.2 (2022-02-02)

* Bump github.com/golangci/golangci-lint from 1.43.0 to 1.44.0 #429 (dependabot[bot])
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.2
VERSION := 0.46.3
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.3-1.v2) stable; urgency=low

* upgrade Go version: 1.16 -> 1.17 (by lufia)
<https://github.com/mackerelio/mkr/pull/432>
* Bump github.com/mackerelio/mackerel-agent from 0.72.6 to 0.72.7 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/431>
* Bump alpine from 3.14.2 to 3.15.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/417>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 16 Feb 2022 02:48:38 +0000

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

* Bump github.com/golangci/golangci-lint from 1.43.0 to 1.44.0 (by dependabot[bot])
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.3-1) stable; urgency=low

* upgrade Go version: 1.16 -> 1.17 (by lufia)
<https://github.com/mackerelio/mkr/pull/432>
* Bump github.com/mackerelio/mackerel-agent from 0.72.6 to 0.72.7 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/431>
* Bump alpine from 3.14.2 to 3.15.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/417>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 16 Feb 2022 02:48:38 +0000

mkr (0.46.2-1) stable; urgency=low

* Bump github.com/golangci/golangci-lint from 1.43.0 to 1.44.0 (by dependabot[bot])
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
* 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])
- Bump alpine from 3.14.2 to 3.15.0 (by dependabot[bot])

* Wed Feb 2 2022 <mackerel-developers@hatena.ne.jp> - 0.46.2
- Bump github.com/golangci/golangci-lint from 1.43.0 to 1.44.0 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.72.4 to 0.72.6 (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
* 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])
- Bump alpine from 3.14.2 to 3.15.0 (by dependabot[bot])

* Wed Feb 2 2022 <mackerel-developers@hatena.ne.jp> - 0.46.2
- Bump github.com/golangci/golangci-lint from 1.43.0 to 1.44.0 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.72.4 to 0.72.6 (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.2"
const version = "0.46.3"

var gitcommit string

0 comments on commit 775160c

Please sign in to comment.