Skip to content

Commit e605cb8

Browse files
authored
Merge pull request #1353 from mackerelio/bump-version-0.89.2
Release version 0.89.2
2 parents 0532084 + 01f4868 commit e605cb8

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.89.2 (2025-10-20)
4+
5+
* added dependabot cooldown #1349 (yseto)
6+
* Bump github.com/mackerelio/mackerel-plugin-json from 1.2.5 to 1.2.7 in /mackerel-plugin-json in the mackerelio group across 1 directory #1347 (dependabot[bot])
7+
* Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 #1346 (dependabot[bot])
8+
* Bump the aws-aws-sdk-go-v2 group across 1 directory with 6 updates #1345 (dependabot[bot])
9+
* grouping some libraries #1344 (yseto)
10+
* Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.3 to 0.1.4 #1343 (dependabot[bot])
11+
* Bump github.com/gosnmp/gosnmp from 1.40.0 to 1.42.1 #1341 (dependabot[bot])
12+
* rewrite files not included in the package #1337 (yseto)
13+
* Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.14.0 #1328 (dependabot[bot])
14+
* Bump github.com/urfave/cli from 1.22.16 to 1.22.17 #1301 (dependabot[bot])
15+
16+
317
## 0.89.1 (2025-09-19)
418

519
* Bump github.com/mackerelio/mackerel-plugin-mongodb from 1.1.1 to 1.1.2 in /mackerel-plugin-mongodb #1336 (dependabot[bot])

packaging/deb-v2/debian/changelog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
mackerel-agent-plugins (0.89.2-1.v2) stable; urgency=low
2+
3+
* added dependabot cooldown (by yseto)
4+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1349>
5+
* Bump github.com/mackerelio/mackerel-plugin-json from 1.2.5 to 1.2.7 in /mackerel-plugin-json in the mackerelio group across 1 directory (by dependabot[bot])
6+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1347>
7+
* Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (by dependabot[bot])
8+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1346>
9+
* Bump the aws-aws-sdk-go-v2 group across 1 directory with 6 updates (by dependabot[bot])
10+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1345>
11+
* grouping some libraries (by yseto)
12+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1344>
13+
* Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.3 to 0.1.4 (by dependabot[bot])
14+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1343>
15+
* Bump github.com/gosnmp/gosnmp from 1.40.0 to 1.42.1 (by dependabot[bot])
16+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1341>
17+
* rewrite files not included in the package (by yseto)
18+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1337>
19+
* Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.14.0 (by dependabot[bot])
20+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1328>
21+
* Bump github.com/urfave/cli from 1.22.16 to 1.22.17 (by dependabot[bot])
22+
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1301>
23+
24+
-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 20 Oct 2025 02:04:59 +0000
25+
126
mackerel-agent-plugins (0.89.1-1.v2) stable; urgency=low
227

328
* Bump github.com/mackerelio/mackerel-plugin-mongodb from 1.1.1 to 1.1.2 in /mackerel-plugin-mongodb (by dependabot[bot])

packaging/rpm/mackerel-agent-plugins-v2.spec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ done
3939
%{__targetdir}/*
4040

4141
%changelog
42+
* Mon Oct 20 2025 <mackerel-developers@hatena.ne.jp> - 0.89.2
43+
- added dependabot cooldown (by yseto)
44+
- Bump github.com/mackerelio/mackerel-plugin-json from 1.2.5 to 1.2.7 in /mackerel-plugin-json in the mackerelio group across 1 directory (by dependabot[bot])
45+
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (by dependabot[bot])
46+
- Bump the aws-aws-sdk-go-v2 group across 1 directory with 6 updates (by dependabot[bot])
47+
- grouping some libraries (by yseto)
48+
- Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.3 to 0.1.4 (by dependabot[bot])
49+
- Bump github.com/gosnmp/gosnmp from 1.40.0 to 1.42.1 (by dependabot[bot])
50+
- rewrite files not included in the package (by yseto)
51+
- Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.14.0 (by dependabot[bot])
52+
- Bump github.com/urfave/cli from 1.22.16 to 1.22.17 (by dependabot[bot])
53+
4254
* Fri Sep 19 2025 <mackerel-developers@hatena.ne.jp> - 0.89.1
4355
- Bump github.com/mackerelio/mackerel-plugin-mongodb from 1.1.1 to 1.1.2 in /mackerel-plugin-mongodb (by dependabot[bot])
4456
- Bump github.com/mackerelio/go-osstat from 0.2.5 to 0.2.6 (by dependabot[bot])

0 commit comments

Comments
 (0)