Skip to content

Commit 2d8d9a8

Browse files
committed
ready for next release and update changelogs. version: 0.51.0
1 parent 361592f commit 2d8d9a8

File tree

3 files changed

+99
-0
lines changed

3 files changed

+99
-0
lines changed

CHANGELOG.md

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

3+
## 0.51.0 (2025-12-10)
4+
5+
* Add check-redis --username flag #974 (fujiwara)
6+
* Bump the aws-aws-sdk-go-v2 group with 5 updates #973 (dependabot[bot])
7+
* Bump golang.org/x/sys from 0.38.0 to 0.39.0 in the golang-x group #972 (dependabot[bot])
8+
* Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml from 1.7.0 to 1.8.0 #971 (dependabot[bot])
9+
* Bump mackerelio/workflows/.github/workflows/go-lint.yml from 1.7.0 to 1.8.0 #970 (dependabot[bot])
10+
* Bump mackerelio/workflows/.github/workflows/go-test.yml from 1.7.0 to 1.8.0 #969 (dependabot[bot])
11+
* Bump actions/checkout from 6.0.0 to 6.0.1 #968 (dependabot[bot])
12+
* Bump the aws-aws-sdk-go-v2 group with 5 updates #967 (dependabot[bot])
13+
* Bump mackerelio/workflows/.github/workflows/go-lint.yml from 1.6.0 to 1.7.0 #966 (dependabot[bot])
14+
* Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml from 1.6.0 to 1.7.0 #965 (dependabot[bot])
15+
* Bump mackerelio/workflows/.github/workflows/go-test.yml from 1.6.0 to 1.7.0 #964 (dependabot[bot])
16+
* Bump actions/checkout from 5.0.0 to 6.0.0 #963 (dependabot[bot])
17+
* Bump actions/setup-go from 6.0.0 to 6.1.0 #962 (dependabot[bot])
18+
* Bump github.com/fsouza/go-dockerclient from 1.12.2 to 1.12.3 #961 (dependabot[bot])
19+
* Bump golang.org/x/crypto from 0.42.0 to 0.45.0 #960 (dependabot[bot])
20+
* fix buildtag #958 (yseto)
21+
* update CI #954 (yseto)
22+
* Bump github.com/gomodule/redigo from 1.9.2 to 1.9.3 #950 (dependabot[bot])
23+
* Bump github.com/go-ldap/ldap/v3 from 3.4.8 to 3.4.12 #947 (dependabot[bot])
24+
* Bump github.com/beevik/ntp from 1.4.3 to 1.5.0 #946 (dependabot[bot])
25+
* Bump the aws-aws-sdk-go-v2 group with 5 updates #945 (dependabot[bot])
26+
* Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.3 #936 (dependabot[bot])
27+
28+
329
## 0.50.1 (2025-10-20)
430

531
* added dependabot cooldown #944 (yseto)

packaging/deb-v2/debian/changelog

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
mackerel-check-plugins (0.51.0-1.v2) stable; urgency=low
2+
3+
* Add check-redis --username flag (by fujiwara)
4+
<https://github.com/mackerelio/go-check-plugins/pull/974>
5+
* Bump the aws-aws-sdk-go-v2 group with 5 updates (by dependabot[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/973>
7+
* Bump golang.org/x/sys from 0.38.0 to 0.39.0 in the golang-x group (by dependabot[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/972>
9+
* Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml from 1.7.0 to 1.8.0 (by dependabot[bot])
10+
<https://github.com/mackerelio/go-check-plugins/pull/971>
11+
* Bump mackerelio/workflows/.github/workflows/go-lint.yml from 1.7.0 to 1.8.0 (by dependabot[bot])
12+
<https://github.com/mackerelio/go-check-plugins/pull/970>
13+
* Bump mackerelio/workflows/.github/workflows/go-test.yml from 1.7.0 to 1.8.0 (by dependabot[bot])
14+
<https://github.com/mackerelio/go-check-plugins/pull/969>
15+
* Bump actions/checkout from 6.0.0 to 6.0.1 (by dependabot[bot])
16+
<https://github.com/mackerelio/go-check-plugins/pull/968>
17+
* Bump the aws-aws-sdk-go-v2 group with 5 updates (by dependabot[bot])
18+
<https://github.com/mackerelio/go-check-plugins/pull/967>
19+
* Bump mackerelio/workflows/.github/workflows/go-lint.yml from 1.6.0 to 1.7.0 (by dependabot[bot])
20+
<https://github.com/mackerelio/go-check-plugins/pull/966>
21+
* Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml from 1.6.0 to 1.7.0 (by dependabot[bot])
22+
<https://github.com/mackerelio/go-check-plugins/pull/965>
23+
* Bump mackerelio/workflows/.github/workflows/go-test.yml from 1.6.0 to 1.7.0 (by dependabot[bot])
24+
<https://github.com/mackerelio/go-check-plugins/pull/964>
25+
* Bump actions/checkout from 5.0.0 to 6.0.0 (by dependabot[bot])
26+
<https://github.com/mackerelio/go-check-plugins/pull/963>
27+
* Bump actions/setup-go from 6.0.0 to 6.1.0 (by dependabot[bot])
28+
<https://github.com/mackerelio/go-check-plugins/pull/962>
29+
* Bump github.com/fsouza/go-dockerclient from 1.12.2 to 1.12.3 (by dependabot[bot])
30+
<https://github.com/mackerelio/go-check-plugins/pull/961>
31+
* Bump golang.org/x/crypto from 0.42.0 to 0.45.0 (by dependabot[bot])
32+
<https://github.com/mackerelio/go-check-plugins/pull/960>
33+
* fix buildtag (by yseto)
34+
<https://github.com/mackerelio/go-check-plugins/pull/958>
35+
* update CI (by yseto)
36+
<https://github.com/mackerelio/go-check-plugins/pull/954>
37+
* Bump github.com/gomodule/redigo from 1.9.2 to 1.9.3 (by dependabot[bot])
38+
<https://github.com/mackerelio/go-check-plugins/pull/950>
39+
* Bump github.com/go-ldap/ldap/v3 from 3.4.8 to 3.4.12 (by dependabot[bot])
40+
<https://github.com/mackerelio/go-check-plugins/pull/947>
41+
* Bump github.com/beevik/ntp from 1.4.3 to 1.5.0 (by dependabot[bot])
42+
<https://github.com/mackerelio/go-check-plugins/pull/946>
43+
* Bump the aws-aws-sdk-go-v2 group with 5 updates (by dependabot[bot])
44+
<https://github.com/mackerelio/go-check-plugins/pull/945>
45+
* Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.3 (by dependabot[bot])
46+
<https://github.com/mackerelio/go-check-plugins/pull/936>
47+
48+
-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 10 Dec 2025 07:54:25 +0000
49+
150
mackerel-check-plugins (0.50.1-1.v2) stable; urgency=low
251

352
* added dependabot cooldown (by yseto)

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,30 @@ done
3636
%{__targetdir}/*
3737

3838
%changelog
39+
* Wed Dec 10 2025 <mackerel-developers@hatena.ne.jp> - 0.51.0
40+
- Add check-redis --username flag (by fujiwara)
41+
- Bump the aws-aws-sdk-go-v2 group with 5 updates (by dependabot[bot])
42+
- Bump golang.org/x/sys from 0.38.0 to 0.39.0 in the golang-x group (by dependabot[bot])
43+
- Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml from 1.7.0 to 1.8.0 (by dependabot[bot])
44+
- Bump mackerelio/workflows/.github/workflows/go-lint.yml from 1.7.0 to 1.8.0 (by dependabot[bot])
45+
- Bump mackerelio/workflows/.github/workflows/go-test.yml from 1.7.0 to 1.8.0 (by dependabot[bot])
46+
- Bump actions/checkout from 6.0.0 to 6.0.1 (by dependabot[bot])
47+
- Bump the aws-aws-sdk-go-v2 group with 5 updates (by dependabot[bot])
48+
- Bump mackerelio/workflows/.github/workflows/go-lint.yml from 1.6.0 to 1.7.0 (by dependabot[bot])
49+
- Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml from 1.6.0 to 1.7.0 (by dependabot[bot])
50+
- Bump mackerelio/workflows/.github/workflows/go-test.yml from 1.6.0 to 1.7.0 (by dependabot[bot])
51+
- Bump actions/checkout from 5.0.0 to 6.0.0 (by dependabot[bot])
52+
- Bump actions/setup-go from 6.0.0 to 6.1.0 (by dependabot[bot])
53+
- Bump github.com/fsouza/go-dockerclient from 1.12.2 to 1.12.3 (by dependabot[bot])
54+
- Bump golang.org/x/crypto from 0.42.0 to 0.45.0 (by dependabot[bot])
55+
- fix buildtag (by yseto)
56+
- update CI (by yseto)
57+
- Bump github.com/gomodule/redigo from 1.9.2 to 1.9.3 (by dependabot[bot])
58+
- Bump github.com/go-ldap/ldap/v3 from 3.4.8 to 3.4.12 (by dependabot[bot])
59+
- Bump github.com/beevik/ntp from 1.4.3 to 1.5.0 (by dependabot[bot])
60+
- Bump the aws-aws-sdk-go-v2 group with 5 updates (by dependabot[bot])
61+
- Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.3 (by dependabot[bot])
62+
3963
* Mon Oct 20 2025 <mackerel-developers@hatena.ne.jp> - 0.50.1
4064
- added dependabot cooldown (by yseto)
4165
- Bump github.com/mackerelio/go-osstat from 0.2.5 to 0.2.6 in the mackerelio group (by dependabot[bot])

0 commit comments

Comments
 (0)