Skip to content

Commit 58580da

Browse files
authored
Merge pull request #1071 from mackerelio/bump-version-0.84.2
Release version 0.84.2
2 parents 345117c + 613c723 commit 58580da

File tree

5 files changed

+53
-2
lines changed

5 files changed

+53
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.84.2 (2025-03-31)
4+
5+
* update Go #1068 (yseto)
6+
* replace to newer runner-images #1067 (yseto)
7+
* Bump golang.org/x/net from 0.33.0 to 0.36.0 in /wix #1066 (dependabot[bot])
8+
* Bump golang.org/x/text from 0.14.0 to 0.23.0 #1065 (dependabot[bot])
9+
* Bump github.com/mackerelio/mkr from 0.59.0 to 0.59.2 in /wix #1064 (dependabot[bot])
10+
* Bump golang.org/x/sys from 0.29.0 to 0.31.0 in /wix #1063 (dependabot[bot])
11+
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.86.0 to 0.88.0 in /wix #1062 (dependabot[bot])
12+
* use ghcr.io/mackerelio/mackerel-rpm-builder #1060 (yseto)
13+
* Bump mackerelio/workflows from 1.3.0 to 1.4.0 #1059 (dependabot[bot])
14+
* Bump github.com/mackerelio/mackerel-client-go from 0.34.0 to 0.35.0 #1056 (dependabot[bot])
15+
16+
317
## 0.84.1 (2025-03-03)
418

519
* Set the default path by "mkr plugin install" to the PATH environment. #1058 (fujiwara)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MACKEREL_AGENT_NAME ?= "mackerel-agent"
22
MACKEREL_API_BASE ?= "https://api.mackerelio.com"
3-
VERSION := 0.84.1
3+
VERSION := 0.84.2
44
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
55
ARGS := "-conf=mackerel-agent.conf"
66
BUILD_OS_TARGETS := "linux darwin freebsd windows netbsd"

packaging/deb-systemd/debian/changelog

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
mackerel-agent (0.84.2-1.systemd) stable; urgency=low
2+
3+
* update Go (by yseto)
4+
<https://github.com/mackerelio/mackerel-agent/pull/1068>
5+
* replace to newer runner-images (by yseto)
6+
<https://github.com/mackerelio/mackerel-agent/pull/1067>
7+
* Bump golang.org/x/net from 0.33.0 to 0.36.0 in /wix (by dependabot[bot])
8+
<https://github.com/mackerelio/mackerel-agent/pull/1066>
9+
* Bump golang.org/x/text from 0.14.0 to 0.23.0 (by dependabot[bot])
10+
<https://github.com/mackerelio/mackerel-agent/pull/1065>
11+
* Bump github.com/mackerelio/mkr from 0.59.0 to 0.59.2 in /wix (by dependabot[bot])
12+
<https://github.com/mackerelio/mackerel-agent/pull/1064>
13+
* Bump golang.org/x/sys from 0.29.0 to 0.31.0 in /wix (by dependabot[bot])
14+
<https://github.com/mackerelio/mackerel-agent/pull/1063>
15+
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.86.0 to 0.88.0 in /wix (by dependabot[bot])
16+
<https://github.com/mackerelio/mackerel-agent/pull/1062>
17+
* use ghcr.io/mackerelio/mackerel-rpm-builder (by yseto)
18+
<https://github.com/mackerelio/mackerel-agent/pull/1060>
19+
* Bump mackerelio/workflows from 1.3.0 to 1.4.0 (by dependabot[bot])
20+
<https://github.com/mackerelio/mackerel-agent/pull/1059>
21+
* Bump github.com/mackerelio/mackerel-client-go from 0.34.0 to 0.35.0 (by dependabot[bot])
22+
<https://github.com/mackerelio/mackerel-agent/pull/1056>
23+
24+
-- mackerel <[email protected]> Mon, 31 Mar 2025 06:33:59 +0000
25+
126
mackerel-agent (0.84.1-1.systemd) stable; urgency=low
227

328
* Set the default path by "mkr plugin install" to the PATH environment. (by fujiwara)

packaging/rpm/mackerel-agent-systemd.spec

+12
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ systemctl enable %{name}.service
5454
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
5555

5656
%changelog
57+
* Mon Mar 31 2025 <[email protected]> - 0.84.2
58+
- update Go (by yseto)
59+
- replace to newer runner-images (by yseto)
60+
- Bump golang.org/x/net from 0.33.0 to 0.36.0 in /wix (by dependabot[bot])
61+
- Bump golang.org/x/text from 0.14.0 to 0.23.0 (by dependabot[bot])
62+
- Bump github.com/mackerelio/mkr from 0.59.0 to 0.59.2 in /wix (by dependabot[bot])
63+
- Bump golang.org/x/sys from 0.29.0 to 0.31.0 in /wix (by dependabot[bot])
64+
- Bump github.com/mackerelio/mackerel-agent-plugins from 0.86.0 to 0.88.0 in /wix (by dependabot[bot])
65+
- use ghcr.io/mackerelio/mackerel-rpm-builder (by yseto)
66+
- Bump mackerelio/workflows from 1.3.0 to 1.4.0 (by dependabot[bot])
67+
- Bump github.com/mackerelio/mackerel-client-go from 0.34.0 to 0.35.0 (by dependabot[bot])
68+
5769
* Mon Mar 3 2025 <[email protected]> - 0.84.1
5870
- Set the default path by "mkr plugin install" to the PATH environment. (by fujiwara)
5971
- Bump mackerelio/workflows from 1.2.0 to 1.3.0 (by dependabot[bot])

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package main
22

3-
const version = "0.84.1"
3+
const version = "0.84.2"
44

55
var gitcommit string

0 commit comments

Comments
 (0)