-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #752 from mackerelio/bump-version-0.72.6
Release version 0.72.6
- Loading branch information
Showing
7 changed files
with
27 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,10 @@ | ||
mackerel-agent (0.72.6-1.systemd) stable; urgency=low | ||
|
||
* Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu) | ||
<https://github.com/mackerelio/mackerel-agent/pull/746> | ||
|
||
-- mackerel <[email protected]> Wed, 12 Jan 2022 05:30:05 +0000 | ||
|
||
mackerel-agent (0.72.5-1.systemd) stable; urgency=low | ||
|
||
* Bump github.com/mackerelio/mackerel-client-go from 0.17.0 to 0.19.0 (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,3 +1,10 @@ | ||
mackerel-agent (0.72.6-1) stable; urgency=low | ||
|
||
* Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu) | ||
<https://github.com/mackerelio/mackerel-agent/pull/746> | ||
|
||
-- mackerel <[email protected]> Wed, 12 Jan 2022 05:30:05 +0000 | ||
|
||
mackerel-agent (0.72.5-1) stable; urgency=low | ||
|
||
* Bump github.com/mackerelio/mackerel-client-go from 0.17.0 to 0.19.0 (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 |
---|---|---|
|
@@ -54,6 +54,9 @@ systemctl enable %{name}.service | |
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf | ||
|
||
%changelog | ||
* Wed Jan 12 2022 <[email protected]> - 0.72.6 | ||
- Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu) | ||
|
||
* Wed Dec 1 2021 <[email protected]> - 0.72.5 | ||
- Bump github.com/mackerelio/mackerel-client-go from 0.17.0 to 0.19.0 (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 |
---|---|---|
|
@@ -61,6 +61,9 @@ fi | |
/usr/local/bin/%{name} | ||
|
||
%changelog | ||
* Wed Jan 12 2022 <[email protected]> - 0.72.6 | ||
- Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu) | ||
|
||
* Wed Dec 1 2021 <[email protected]> - 0.72.5 | ||
- Bump github.com/mackerelio/mackerel-client-go from 0.17.0 to 0.19.0 (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.72.5" | ||
const version = "0.72.6" | ||
|
||
var gitcommit string |