Skip to content

Commit 16e83ba

Browse files
authored
Merge pull request #1073 from mackerelio/bump-version-0.84.3
Release version 0.84.3
2 parents f7750af + 9825faa commit 16e83ba

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
lines changed

CHANGELOG.md

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

3+
## 0.84.3 (2025-03-31)
4+
5+
* update github.com/mackerelio/go-check-plugins, mkr on /wix #1072 (yseto)
6+
* Bump github.com/mackerelio/mackerel-client-go from 0.35.0 to 0.36.0 #1070 (dependabot[bot])
7+
8+
39
## 0.84.2 (2025-03-31)
410

511
* update Go #1068 (yseto)

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.2
3+
VERSION := 0.84.3
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

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mackerel-agent (0.84.3-1.systemd) stable; urgency=low
2+
3+
* update github.com/mackerelio/go-check-plugins, mkr on /wix (by yseto)
4+
<https://github.com/mackerelio/mackerel-agent/pull/1072>
5+
* Bump github.com/mackerelio/mackerel-client-go from 0.35.0 to 0.36.0 (by dependabot[bot])
6+
<https://github.com/mackerelio/mackerel-agent/pull/1070>
7+
8+
-- mackerel <[email protected]> Mon, 31 Mar 2025 09:02:47 +0000
9+
110
mackerel-agent (0.84.2-1.systemd) stable; urgency=low
211

312
* update Go (by yseto)

packaging/rpm/mackerel-agent-systemd.spec

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

5656
%changelog
57+
* Mon Mar 31 2025 <[email protected]> - 0.84.3
58+
- update github.com/mackerelio/go-check-plugins, mkr on /wix (by yseto)
59+
- Bump github.com/mackerelio/mackerel-client-go from 0.35.0 to 0.36.0 (by dependabot[bot])
60+
5761
* Mon Mar 31 2025 <[email protected]> - 0.84.2
5862
- update Go (by yseto)
5963
- replace to newer runner-images (by yseto)

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.2"
3+
const version = "0.84.3"
44

55
var gitcommit string

0 commit comments

Comments
 (0)