-
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 #982 from mackerelio/bump-version-0.79.0
Release version 0.79.0
- Loading branch information
Showing
5 changed files
with
45 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,24 @@ | ||
mackerel-agent (0.79.0-1.systemd) stable; urgency=low | ||
|
||
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.79.0 to 0.81.0 in /wix (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/981> | ||
* Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.24.2 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/979> | ||
* Bump github.com/mackerelio/go-check-plugins from 0.46.1 to 0.46.2 in /wix (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/978> | ||
* Bump github.com/mackerelio/mkr from 0.54.0 to 0.55.0 in /wix (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/977> | ||
* fix build errors on *BSD platforms (by lufia) | ||
<https://github.com/mackerelio/mackerel-agent/pull/975> | ||
* command: drop `go test -short` mode (by lufia) | ||
<https://github.com/mackerelio/mackerel-agent/pull/972> | ||
* replace interface{} to any (by Arthur1) | ||
<https://github.com/mackerelio/mackerel-agent/pull/971> | ||
* Use shirou/gopsutil for getting CPU info on Linux (by Arthur1) | ||
<https://github.com/mackerelio/mackerel-agent/pull/970> | ||
|
||
-- mackerel <[email protected]> Wed, 6 Mar 2024 01:38:17 +0000 | ||
|
||
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]) | ||
|
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,16 @@ systemctl enable %{name}.service | |
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf | ||
|
||
%changelog | ||
* Wed Mar 6 2024 <[email protected]> - 0.79.0 | ||
- Bump github.com/mackerelio/mackerel-agent-plugins from 0.79.0 to 0.81.0 in /wix (by dependabot[bot]) | ||
- Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.24.2 (by dependabot[bot]) | ||
- Bump github.com/mackerelio/go-check-plugins from 0.46.1 to 0.46.2 in /wix (by dependabot[bot]) | ||
- Bump github.com/mackerelio/mkr from 0.54.0 to 0.55.0 in /wix (by dependabot[bot]) | ||
- fix build errors on *BSD platforms (by lufia) | ||
- command: drop `go test -short` mode (by lufia) | ||
- replace interface{} to any (by Arthur1) | ||
- Use shirou/gopsutil for getting CPU info on Linux (by Arthur1) | ||
|
||
* 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]) | ||
|
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.3" | ||
const version = "0.79.0" | ||
|
||
var gitcommit string |