-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ready for next release and update changelogs. version: 0.46.0
- Loading branch information
1 parent
7c4070d
commit fc45ca4
Showing
8 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> 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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> Wed, 1 Dec 2021 05:26:19 +0000 | ||
|
||
mkr (0.45.3-1) stable; urgency=low | ||
|
||
* implement list cloud integration settings subcommand (by Gompei) | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,13 @@ rm -f %{buildroot}%{_bindir}/%{name} | |
%{_bindir}/%{name} | ||
|
||
%changelog | ||
* Wed Dec 1 2021 <[email protected]> - 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 <[email protected]> - 0.45.3 | ||
- implement list cloud integration settings subcommand (by Gompei) | ||
- Bump alpine from 3.14.0 to 3.14.2 (by dependabot[bot]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,13 @@ rm -f %{buildroot}%{_bindir}/${name} | |
%{_localbindir}/%{name} | ||
|
||
%changelog | ||
* Wed Dec 1 2021 <[email protected]> - 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 <[email protected]> - 0.45.3 | ||
- implement list cloud integration settings subcommand (by Gompei) | ||
- Bump alpine from 3.14.0 to 3.14.2 (by dependabot[bot]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |