Skip to content

Release version 0.84.2 #1071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.84.2 (2025-03-31)

* update Go #1068 (yseto)
* replace to newer runner-images #1067 (yseto)
* Bump golang.org/x/net from 0.33.0 to 0.36.0 in /wix #1066 (dependabot[bot])
* Bump golang.org/x/text from 0.14.0 to 0.23.0 #1065 (dependabot[bot])
* Bump github.com/mackerelio/mkr from 0.59.0 to 0.59.2 in /wix #1064 (dependabot[bot])
* Bump golang.org/x/sys from 0.29.0 to 0.31.0 in /wix #1063 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.86.0 to 0.88.0 in /wix #1062 (dependabot[bot])
* use ghcr.io/mackerelio/mackerel-rpm-builder #1060 (yseto)
* Bump mackerelio/workflows from 1.3.0 to 1.4.0 #1059 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-client-go from 0.34.0 to 0.35.0 #1056 (dependabot[bot])


## 0.84.1 (2025-03-03)

* Set the default path by "mkr plugin install" to the PATH environment. #1058 (fujiwara)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MACKEREL_AGENT_NAME ?= "mackerel-agent"
MACKEREL_API_BASE ?= "https://api.mackerelio.com"
VERSION := 0.84.1
VERSION := 0.84.2
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
ARGS := "-conf=mackerel-agent.conf"
BUILD_OS_TARGETS := "linux darwin freebsd windows netbsd"
Expand Down
25 changes: 25 additions & 0 deletions packaging/deb-systemd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
mackerel-agent (0.84.2-1.systemd) stable; urgency=low

* update Go (by yseto)
<https://github.com/mackerelio/mackerel-agent/pull/1068>
* replace to newer runner-images (by yseto)
<https://github.com/mackerelio/mackerel-agent/pull/1067>
* Bump golang.org/x/net from 0.33.0 to 0.36.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/1066>
* Bump golang.org/x/text from 0.14.0 to 0.23.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/1065>
* Bump github.com/mackerelio/mkr from 0.59.0 to 0.59.2 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/1064>
* Bump golang.org/x/sys from 0.29.0 to 0.31.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/1063>
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.86.0 to 0.88.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/1062>
* use ghcr.io/mackerelio/mackerel-rpm-builder (by yseto)
<https://github.com/mackerelio/mackerel-agent/pull/1060>
* Bump mackerelio/workflows from 1.3.0 to 1.4.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/1059>
* Bump github.com/mackerelio/mackerel-client-go from 0.34.0 to 0.35.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/1056>

-- mackerel <[email protected]> Mon, 31 Mar 2025 06:33:59 +0000

mackerel-agent (0.84.1-1.systemd) stable; urgency=low

* Set the default path by "mkr plugin install" to the PATH environment. (by fujiwara)
Expand Down
12 changes: 12 additions & 0 deletions packaging/rpm/mackerel-agent-systemd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ systemctl enable %{name}.service
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf

%changelog
* Mon Mar 31 2025 <[email protected]> - 0.84.2
- update Go (by yseto)
- replace to newer runner-images (by yseto)
- Bump golang.org/x/net from 0.33.0 to 0.36.0 in /wix (by dependabot[bot])
- Bump golang.org/x/text from 0.14.0 to 0.23.0 (by dependabot[bot])
- Bump github.com/mackerelio/mkr from 0.59.0 to 0.59.2 in /wix (by dependabot[bot])
- Bump golang.org/x/sys from 0.29.0 to 0.31.0 in /wix (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent-plugins from 0.86.0 to 0.88.0 in /wix (by dependabot[bot])
- use ghcr.io/mackerelio/mackerel-rpm-builder (by yseto)
- Bump mackerelio/workflows from 1.3.0 to 1.4.0 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-client-go from 0.34.0 to 0.35.0 (by dependabot[bot])

* Mon Mar 3 2025 <[email protected]> - 0.84.1
- Set the default path by "mkr plugin install" to the PATH environment. (by fujiwara)
- Bump mackerelio/workflows from 1.2.0 to 1.3.0 (by dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const version = "0.84.1"
const version = "0.84.2"

var gitcommit string