-
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.
Merge pull request #950 from mackerelio/bump-version-0.78.2
Release version 0.78.2
- Loading branch information
Showing
5 changed files
with
17 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.78.2-1.systemd) stable; urgency=low | ||
|
||
* Avoid iowait percentage's overflow when counter is reset (by Arthur1) | ||
<https://github.com/mackerelio/mackerel-agent/pull/947> | ||
|
||
-- mackerel <[email protected]> Fri, 1 Dec 2023 03:10:29 +0000 | ||
|
||
mackerel-agent (0.78.1-1.systemd) stable; urgency=low | ||
|
||
* Bump github.com/mackerelio/go-check-plugins from 0.45.0 to 0.46.1 in /wix (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 | ||
* Fri Dec 1 2023 <[email protected]> - 0.78.2 | ||
- Avoid iowait percentage's overflow when counter is reset (by Arthur1) | ||
|
||
* Wed Nov 15 2023 <[email protected]> - 0.78.1 | ||
- Bump github.com/mackerelio/go-check-plugins from 0.45.0 to 0.46.1 in /wix (by dependabot[bot]) | ||
- Bump golang.org/x/sys from 0.12.0 to 0.14.0 in /wix (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.78.1" | ||
const version = "0.78.2" | ||
|
||
var gitcommit string |