-
Notifications
You must be signed in to change notification settings - Fork 89
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 #853 from mackerelio/bump-version-0.74.1
Release version 0.74.1
- Loading branch information
Showing
7 changed files
with
41 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.74.1-1.systemd) stable; urgency=low | ||
|
||
* Replace WMI library (by Arthur1) | ||
<https://github.com/mackerelio/mackerel-agent/pull/851> | ||
* Update some libraries (by yseto) | ||
<https://github.com/mackerelio/mackerel-agent/pull/847> | ||
* Remove deb builder (by yseto) | ||
<https://github.com/mackerelio/mackerel-agent/pull/845> | ||
|
||
-- mackerel <[email protected]> Wed, 18 Jan 2023 06:20:14 +0000 | ||
|
||
mackerel-agent (0.74.0-1.systemd) stable; urgency=low | ||
|
||
* [ci]fix timeout (by yseto) | ||
|
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.74.1-1) stable; urgency=low | ||
|
||
* Replace WMI library (by Arthur1) | ||
<https://github.com/mackerelio/mackerel-agent/pull/851> | ||
* Update some libraries (by yseto) | ||
<https://github.com/mackerelio/mackerel-agent/pull/847> | ||
* Remove deb builder (by yseto) | ||
<https://github.com/mackerelio/mackerel-agent/pull/845> | ||
|
||
-- mackerel <[email protected]> Wed, 18 Jan 2023 06:20:14 +0000 | ||
|
||
mackerel-agent (0.74.0-1) stable; urgency=low | ||
|
||
* [ci]fix timeout (by yseto) | ||
|
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 | ||
* Wed Jan 18 2023 <[email protected]> - 0.74.1 | ||
- Replace WMI library (by Arthur1) | ||
- Update some libraries (by yseto) | ||
- Remove deb builder (by yseto) | ||
|
||
* Tue Dec 20 2022 <[email protected]> - 0.74.0 | ||
- [ci]fix timeout (by yseto) | ||
- use ubuntu-20.04 (by yseto) | ||
|
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 | ||
* Wed Jan 18 2023 <[email protected]> - 0.74.1 | ||
- Replace WMI library (by Arthur1) | ||
- Update some libraries (by yseto) | ||
- Remove deb builder (by yseto) | ||
|
||
* Tue Dec 20 2022 <[email protected]> - 0.74.0 | ||
- [ci]fix timeout (by yseto) | ||
- use ubuntu-20.04 (by yseto) | ||
|
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.74.0" | ||
const version = "0.74.1" | ||
|
||
var gitcommit string |