Skip to content

Commit

Permalink
Merge pull request #419 from mackerelio/bump-version-0.46.0
Browse files Browse the repository at this point in the history
Release version 0.46.0
  • Loading branch information
susisu committed Dec 1, 2021
2 parents 7c4070d + fc45ca4 commit 6cdd9af
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.46.0 (2021-12-01)

* added memo on host #418 (yseto)
* Bump github.com/fatih/color from 1.12.0 to 1.13.0 #416 (dependabot[bot])
* Bump github.com/golangci/golangci-lint from 1.41.1 to 1.43.0 #415 (dependabot[bot])
* Bump mackerel-agent from 0.72.1 to 0.72.4 #414 (susisu)
* Add arm64/darwin build artifacts to GitHub release #413 (astj)


## 0.45.3 (2021-10-14)

* implement list cloud integration settings subcommand #407 (Gompei)
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.45.3
VERSION := 0.46.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

Expand Down
15 changes: 15 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
mkr (0.46.0-1.v2) stable; urgency=low

* added memo on host (by yseto)
<https://github.com/mackerelio/mkr/pull/418>
* Bump github.com/fatih/color from 1.12.0 to 1.13.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/416>
* Bump github.com/golangci/golangci-lint from 1.41.1 to 1.43.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/415>
* Bump mackerel-agent from 0.72.1 to 0.72.4 (by susisu)
<https://github.com/mackerelio/mkr/pull/414>
* Add arm64/darwin build artifacts to GitHub release (by astj)
<https://github.com/mackerelio/mkr/pull/413>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 1 Dec 2021 05:26:19 +0000

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

* implement list cloud integration settings subcommand (by Gompei)
Expand Down
15 changes: 15 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
mkr (0.46.0-1) stable; urgency=low

* added memo on host (by yseto)
<https://github.com/mackerelio/mkr/pull/418>
* Bump github.com/fatih/color from 1.12.0 to 1.13.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/416>
* Bump github.com/golangci/golangci-lint from 1.41.1 to 1.43.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/415>
* Bump mackerel-agent from 0.72.1 to 0.72.4 (by susisu)
<https://github.com/mackerelio/mkr/pull/414>
* Add arm64/darwin build artifacts to GitHub release (by astj)
<https://github.com/mackerelio/mkr/pull/413>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 1 Dec 2021 05:26:19 +0000

mkr (0.45.3-1) stable; urgency=low

* implement list cloud integration settings subcommand (by Gompei)
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Wed Dec 1 2021 <mackerel-developers@hatena.ne.jp> - 0.46.0
- added memo on host (by yseto)
- Bump github.com/fatih/color from 1.12.0 to 1.13.0 (by dependabot[bot])
- Bump github.com/golangci/golangci-lint from 1.41.1 to 1.43.0 (by dependabot[bot])
- Bump mackerel-agent from 0.72.1 to 0.72.4 (by susisu)
- Add arm64/darwin build artifacts to GitHub release (by astj)

* Thu Oct 14 2021 <mackerel-developers@hatena.ne.jp> - 0.45.3
- implement list cloud integration settings subcommand (by Gompei)
- Bump alpine from 3.14.0 to 3.14.2 (by dependabot[bot])
Expand Down
7 changes: 7 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Wed Dec 1 2021 <mackerel-developers@hatena.ne.jp> - 0.46.0
- added memo on host (by yseto)
- Bump github.com/fatih/color from 1.12.0 to 1.13.0 (by dependabot[bot])
- Bump github.com/golangci/golangci-lint from 1.41.1 to 1.43.0 (by dependabot[bot])
- Bump mackerel-agent from 0.72.1 to 0.72.4 (by susisu)
- Add arm64/darwin build artifacts to GitHub release (by astj)

* Thu Oct 14 2021 <mackerel-developers@hatena.ne.jp> - 0.45.3
- implement list cloud integration settings subcommand (by Gompei)
- Bump alpine from 3.14.0 to 3.14.2 (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.45.3"
const version = "0.46.0"

var gitcommit string

0 comments on commit 6cdd9af

Please sign in to comment.