-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge pull request #960 from mackerelio/bump-version-0.78.3
Release version 0.78.3
- Loading branch information
Showing
5 changed files
with
37 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,20 @@ | ||
mackerel-agent (0.78.3-1.systemd) stable; urgency=low | ||
|
||
* Bump github.com/mackerelio/mkr from 0.53.0 to 0.54.0 in /wix (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/959> | ||
* Bump github.com/mackerelio/mackerel-client-go from 0.26.0 to 0.29.0 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/958> | ||
* Bump actions/setup-go from 4 to 5 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/954> | ||
* Bump actions/github-script from 6 to 7 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/948> | ||
* Bump github.com/fatih/color from 1.15.0 to 1.16.0 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/944> | ||
* Bump golang.org/x/text from 0.13.0 to 0.14.0 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/943> | ||
|
||
-- mackerel <[email protected]> Mon, 25 Dec 2023 00:56:40 +0000 | ||
|
||
mackerel-agent (0.78.2-1.systemd) stable; urgency=low | ||
|
||
* Avoid iowait percentage's overflow when counter is reset (by Arthur1) | ||
|
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,14 @@ systemctl enable %{name}.service | |
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf | ||
|
||
%changelog | ||
* Mon Dec 25 2023 <[email protected]> - 0.78.3 | ||
- Bump github.com/mackerelio/mkr from 0.53.0 to 0.54.0 in /wix (by dependabot[bot]) | ||
- Bump github.com/mackerelio/mackerel-client-go from 0.26.0 to 0.29.0 (by dependabot[bot]) | ||
- Bump actions/setup-go from 4 to 5 (by dependabot[bot]) | ||
- Bump actions/github-script from 6 to 7 (by dependabot[bot]) | ||
- Bump github.com/fatih/color from 1.15.0 to 1.16.0 (by dependabot[bot]) | ||
- Bump golang.org/x/text from 0.13.0 to 0.14.0 (by dependabot[bot]) | ||
|
||
* Fri Dec 1 2023 <[email protected]> - 0.78.2 | ||
- Avoid iowait percentage's overflow when counter is reset (by Arthur1) | ||
|
||
|
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.78.2" | ||
const version = "0.78.3" | ||
|
||
var gitcommit string |