-
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 #1016 from mackerelio/bump-version-0.82.0
Release version 0.82.0
- Loading branch information
Showing
5 changed files
with
25 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.82.0-1.systemd) stable; urgency=low | ||
|
||
* go mod tidy on wix/ (by yseto) | ||
<https://github.com/mackerelio/mackerel-agent/pull/1015> | ||
* go get -u github.com/mackerelio/mkr (by yseto) | ||
<https://github.com/mackerelio/mackerel-agent/pull/1014> | ||
* Update mackerel/docker-mackerel-rpm-builder (by yseto) | ||
<https://github.com/mackerelio/mackerel-agent/pull/1009> | ||
|
||
-- mackerel <[email protected]> Thu, 13 Jun 2024 07:47:18 +0000 | ||
|
||
mackerel-agent (0.81.0-1.systemd) stable; urgency=low | ||
|
||
* Update wix go-check-plugins v0.46.3, mackerel-agent-plugins v0.82.1 (by ne-sachirou) | ||
|
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 Jun 13 2024 <[email protected]> - 0.82.0 | ||
- go mod tidy on wix/ (by yseto) | ||
- go get -u github.com/mackerelio/mkr (by yseto) | ||
- Update mackerel/docker-mackerel-rpm-builder (by yseto) | ||
|
||
* Thu Apr 25 2024 <[email protected]> - 0.81.0 | ||
- Update wix go-check-plugins v0.46.3, mackerel-agent-plugins v0.82.1 (by ne-sachirou) | ||
- Bump golang.org/x/net from 0.22.0 to 0.23.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.81.0" | ||
const version = "0.82.0" | ||
|
||
var gitcommit string |