-
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 #918 from mackerelio/bump-version-0.77.1
Release version 0.77.1
- Loading branch information
Showing
6 changed files
with
30 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,14 @@ | ||
mackerel-agent (0.77.1-1.systemd) stable; urgency=low | ||
|
||
* Bump github.com/shirou/gopsutil/v3 from 3.23.3 to 3.23.6 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/915> | ||
* Bump github.com/mackerelio/mkr from 0.49.2 to 0.51.0 in /wix (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/908> | ||
* Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.26.0 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/900> | ||
|
||
-- mackerel <[email protected]> Thu, 13 Jul 2023 06:29:34 +0000 | ||
|
||
mackerel-agent (0.77.0-1.systemd) stable; urgency=low | ||
|
||
* fixed to log the key when metric parsing fails (by tukaelu) | ||
|
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,11 @@ systemctl enable %{name}.service | |
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf | ||
|
||
%changelog | ||
* Thu Jul 13 2023 <[email protected]> - 0.77.1 | ||
- Bump github.com/shirou/gopsutil/v3 from 3.23.3 to 3.23.6 (by dependabot[bot]) | ||
- Bump github.com/mackerelio/mkr from 0.49.2 to 0.51.0 in /wix (by dependabot[bot]) | ||
- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.26.0 (by dependabot[bot]) | ||
|
||
* Wed Jun 14 2023 <[email protected]> - 0.77.0 | ||
- fixed to log the key when metric parsing fails (by tukaelu) | ||
- Bump github.com/BurntSushi/toml from 1.2.1 to 1.3.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,11 @@ fi | |
/usr/local/bin/%{name} | ||
|
||
%changelog | ||
* Thu Jul 13 2023 <[email protected]> - 0.77.1 | ||
- Bump github.com/shirou/gopsutil/v3 from 3.23.3 to 3.23.6 (by dependabot[bot]) | ||
- Bump github.com/mackerelio/mkr from 0.49.2 to 0.51.0 in /wix (by dependabot[bot]) | ||
- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.26.0 (by dependabot[bot]) | ||
|
||
* Wed Jun 14 2023 <[email protected]> - 0.77.0 | ||
- fixed to log the key when metric parsing fails (by tukaelu) | ||
- Bump github.com/BurntSushi/toml from 1.2.1 to 1.3.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.77.0" | ||
const version = "0.77.1" | ||
|
||
var gitcommit string |