-
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 #937 from mackerelio/bump-version-0.78.0
Release version 0.78.0
- Loading branch information
Showing
5 changed files
with
61 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,32 @@ | ||
mackerel-agent (0.78.0-1.systemd) stable; urgency=low | ||
|
||
* Bump github.com/mackerelio/mkr from 0.51.0 to 0.53.0 in /wix (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/936> | ||
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.78.0 to 0.79.0 in /wix (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/935> | ||
* Bump github.com/mackerelio/go-check-plugins from 0.44.0 to 0.45.0 in /wix (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/934> | ||
* update go version 1.19.x -> 1.20.x on GitHub Action (by rmatsuoka) | ||
<https://github.com/mackerelio/mackerel-agent/pull/933> | ||
* Bump actions/checkout from 3 to 4 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/932> | ||
* Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.8 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/930> | ||
* Bump golang.org/x/text from 0.9.0 to 0.13.0 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/929> | ||
* Bump golang.org/x/sys from 0.7.0 to 0.12.0 in /wix (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/928> | ||
* remove comment that differ from current plugin implementation (by kga) | ||
<https://github.com/mackerelio/mackerel-agent/pull/927> | ||
* Remove old rpm packaging (by yseto) | ||
<https://github.com/mackerelio/mackerel-agent/pull/926> | ||
* Bump github.com/BurntSushi/toml from 1.3.0 to 1.3.2 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/910> | ||
* Bump actions/setup-go from 3 to 4 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mackerel-agent/pull/887> | ||
|
||
-- mackerel <[email protected]> Fri, 22 Sep 2023 08:24:49 +0000 | ||
|
||
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]) | ||
|
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,20 @@ systemctl enable %{name}.service | |
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf | ||
|
||
%changelog | ||
* Fri Sep 22 2023 <[email protected]> - 0.78.0 | ||
- Bump github.com/mackerelio/mkr from 0.51.0 to 0.53.0 in /wix (by dependabot[bot]) | ||
- Bump github.com/mackerelio/mackerel-agent-plugins from 0.78.0 to 0.79.0 in /wix (by dependabot[bot]) | ||
- Bump github.com/mackerelio/go-check-plugins from 0.44.0 to 0.45.0 in /wix (by dependabot[bot]) | ||
- update go version 1.19.x -> 1.20.x on GitHub Action (by rmatsuoka) | ||
- Bump actions/checkout from 3 to 4 (by dependabot[bot]) | ||
- Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.8 (by dependabot[bot]) | ||
- Bump golang.org/x/text from 0.9.0 to 0.13.0 (by dependabot[bot]) | ||
- Bump golang.org/x/sys from 0.7.0 to 0.12.0 in /wix (by dependabot[bot]) | ||
- remove comment that differ from current plugin implementation (by kga) | ||
- Remove old rpm packaging (by yseto) | ||
- Bump github.com/BurntSushi/toml from 1.3.0 to 1.3.2 (by dependabot[bot]) | ||
- Bump actions/setup-go from 3 to 4 (by dependabot[bot]) | ||
|
||
* 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]) | ||
|
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.1" | ||
const version = "0.78.0" | ||
|
||
var gitcommit string |