Skip to content

Commit c294c3b

Browse files
authored
Merge pull request #808 from mackerelio/bump-version-0.64.0
Release version 0.64.0
2 parents c8242c3 + 86617f5 commit c294c3b

3 files changed

Lines changed: 171 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 0.64.0 (2026-04-08)
4+
5+
* Add --quiet flag #807 (fujiwara)
6+
* Bump github.com/itchyny/gojq from 0.12.18 to 0.12.19 #806 (dependabot[bot])
7+
* Bump github.com/mackerelio/checkers from 0.2.0 to 0.2.1 in the stable-packages group #805 (dependabot[bot])
8+
* Go 1.26 #804 (yseto)
9+
* Bump actions/setup-go from 6.3.0 to 6.4.0 #803 (dependabot[bot])
10+
* Bump github.com/urfave/cli/v3 from 3.7.0 to 3.8.0 #802 (dependabot[bot])
11+
* Bump github.com/fatih/color from 1.18.0 to 1.19.0 #801 (dependabot[bot])
12+
* Bump actions/download-artifact from 8.0.0 to 8.0.1 #800 (dependabot[bot])
13+
* Bump golang.org/x/text from 0.34.0 to 0.35.0 in the stable-packages group #799 (dependabot[bot])
14+
* Bump docker/build-push-action from 6.19.2 to 7.0.0 #798 (dependabot[bot])
15+
* Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 #797 (dependabot[bot])
16+
* Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 #796 (dependabot[bot])
17+
* Bump docker/login-action from 3.7.0 to 4.0.0 #795 (dependabot[bot])
18+
* Bump github.com/urfave/cli/v3 from 3.6.2 to 3.7.0 #794 (dependabot[bot])
19+
* Bump the stable-packages group with 2 updates #793 (dependabot[bot])
20+
* Bump actions/upload-artifact from 6.0.0 to 7.0.0 #792 (dependabot[bot])
21+
* Bump actions/setup-go from 6.2.0 to 6.3.0 #791 (dependabot[bot])
22+
* Bump mackerelio/workflows/.github/workflows/go-test.yml from 1.8.0 to 1.9.0 #790 (dependabot[bot])
23+
* Bump mackerelio/workflows/.github/workflows/go-lint.yml from 1.8.0 to 1.9.0 #789 (dependabot[bot])
24+
* Bump actions/download-artifact from 7.0.0 to 8.0.0 #788 (dependabot[bot])
25+
* Bump docker/build-push-action from 6.18.0 to 6.19.2 #787 (dependabot[bot])
26+
* Bump golang.org/x/text from 0.33.0 to 0.34.0 in the stable-packages group #786 (dependabot[bot])
27+
* Bump aws-actions/configure-aws-credentials from 5.1.1 to 6.0.0 #785 (dependabot[bot])
28+
* Bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 in the stable-packages group #784 (dependabot[bot])
29+
* Bump docker/login-action from 3.6.0 to 3.7.0 #783 (dependabot[bot])
30+
* Bump github.com/mackerelio/mackerel-agent from 0.86.0 to 0.86.1 in the stable-packages group #782 (dependabot[bot])
31+
* apply mackerel-client-go *Context #781 (yseto)
32+
* Bump github.com/mackerelio/mackerel-agent from 0.85.3 to 0.86.0 in the stable-packages group #780 (dependabot[bot])
33+
* Bump actions/checkout from 6.0.1 to 6.0.2 #779 (dependabot[bot])
34+
* fix wrap tests. #778 (yseto)
35+
* update to github.com/urfave/cli/v3 #777 (yseto)
36+
* Bump github.com/mackerelio/mackerel-client-go from 0.39.0 to 0.40.0 in the stable-packages group #776 (dependabot[bot])
37+
* update to github.com/urfave/cli/v2 #775 (yseto)
38+
* Bump actions/setup-go from 6.1.0 to 6.2.0 #774 (dependabot[bot])
39+
* Bump golang.org/x/text from 0.32.0 to 0.33.0 in the stable-packages group #773 (dependabot[bot])
40+
* Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 #772 (dependabot[bot])
41+
* Bump github.com/mackerelio/mackerel-client-go from 0.38.0 to 0.39.0 in the stable-packages group #771 (dependabot[bot])
42+
* Bump actions/download-artifact from 6.0.0 to 7.0.0 #770 (dependabot[bot])
43+
* Bump actions/upload-artifact from 5.0.0 to 6.0.0 #769 (dependabot[bot])
44+
* Bump golang.org/x/text from 0.31.0 to 0.32.0 in the stable-packages group #768 (dependabot[bot])
45+
46+
347
## 0.63.0 (2025-12-11)
448

549
* Add dashboard pull --id option. #766 (fujiwara)

packaging/deb-v2/debian/changelog

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,88 @@
1+
mkr (0.64.0-1.v2) stable; urgency=low
2+
3+
* Add --quiet flag (by fujiwara)
4+
<https://github.com/mackerelio/mkr/pull/807>
5+
* Bump github.com/itchyny/gojq from 0.12.18 to 0.12.19 (by dependabot[bot])
6+
<https://github.com/mackerelio/mkr/pull/806>
7+
* Bump github.com/mackerelio/checkers from 0.2.0 to 0.2.1 in the stable-packages group (by dependabot[bot])
8+
<https://github.com/mackerelio/mkr/pull/805>
9+
* Go 1.26 (by yseto)
10+
<https://github.com/mackerelio/mkr/pull/804>
11+
* Bump actions/setup-go from 6.3.0 to 6.4.0 (by dependabot[bot])
12+
<https://github.com/mackerelio/mkr/pull/803>
13+
* Bump github.com/urfave/cli/v3 from 3.7.0 to 3.8.0 (by dependabot[bot])
14+
<https://github.com/mackerelio/mkr/pull/802>
15+
* Bump github.com/fatih/color from 1.18.0 to 1.19.0 (by dependabot[bot])
16+
<https://github.com/mackerelio/mkr/pull/801>
17+
* Bump actions/download-artifact from 8.0.0 to 8.0.1 (by dependabot[bot])
18+
<https://github.com/mackerelio/mkr/pull/800>
19+
* Bump golang.org/x/text from 0.34.0 to 0.35.0 in the stable-packages group (by dependabot[bot])
20+
<https://github.com/mackerelio/mkr/pull/799>
21+
* Bump docker/build-push-action from 6.19.2 to 7.0.0 (by dependabot[bot])
22+
<https://github.com/mackerelio/mkr/pull/798>
23+
* Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (by dependabot[bot])
24+
<https://github.com/mackerelio/mkr/pull/797>
25+
* Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (by dependabot[bot])
26+
<https://github.com/mackerelio/mkr/pull/796>
27+
* Bump docker/login-action from 3.7.0 to 4.0.0 (by dependabot[bot])
28+
<https://github.com/mackerelio/mkr/pull/795>
29+
* Bump github.com/urfave/cli/v3 from 3.6.2 to 3.7.0 (by dependabot[bot])
30+
<https://github.com/mackerelio/mkr/pull/794>
31+
* Bump the stable-packages group with 2 updates (by dependabot[bot])
32+
<https://github.com/mackerelio/mkr/pull/793>
33+
* Bump actions/upload-artifact from 6.0.0 to 7.0.0 (by dependabot[bot])
34+
<https://github.com/mackerelio/mkr/pull/792>
35+
* Bump actions/setup-go from 6.2.0 to 6.3.0 (by dependabot[bot])
36+
<https://github.com/mackerelio/mkr/pull/791>
37+
* Bump mackerelio/workflows/.github/workflows/go-test.yml from 1.8.0 to 1.9.0 (by dependabot[bot])
38+
<https://github.com/mackerelio/mkr/pull/790>
39+
* Bump mackerelio/workflows/.github/workflows/go-lint.yml from 1.8.0 to 1.9.0 (by dependabot[bot])
40+
<https://github.com/mackerelio/mkr/pull/789>
41+
* Bump actions/download-artifact from 7.0.0 to 8.0.0 (by dependabot[bot])
42+
<https://github.com/mackerelio/mkr/pull/788>
43+
* Bump docker/build-push-action from 6.18.0 to 6.19.2 (by dependabot[bot])
44+
<https://github.com/mackerelio/mkr/pull/787>
45+
* Bump golang.org/x/text from 0.33.0 to 0.34.0 in the stable-packages group (by dependabot[bot])
46+
<https://github.com/mackerelio/mkr/pull/786>
47+
* Bump aws-actions/configure-aws-credentials from 5.1.1 to 6.0.0 (by dependabot[bot])
48+
<https://github.com/mackerelio/mkr/pull/785>
49+
* Bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 in the stable-packages group (by dependabot[bot])
50+
<https://github.com/mackerelio/mkr/pull/784>
51+
* Bump docker/login-action from 3.6.0 to 3.7.0 (by dependabot[bot])
52+
<https://github.com/mackerelio/mkr/pull/783>
53+
* Bump github.com/mackerelio/mackerel-agent from 0.86.0 to 0.86.1 in the stable-packages group (by dependabot[bot])
54+
<https://github.com/mackerelio/mkr/pull/782>
55+
* apply mackerel-client-go *Context (by yseto)
56+
<https://github.com/mackerelio/mkr/pull/781>
57+
* Bump github.com/mackerelio/mackerel-agent from 0.85.3 to 0.86.0 in the stable-packages group (by dependabot[bot])
58+
<https://github.com/mackerelio/mkr/pull/780>
59+
* Bump actions/checkout from 6.0.1 to 6.0.2 (by dependabot[bot])
60+
<https://github.com/mackerelio/mkr/pull/779>
61+
* fix wrap tests. (by yseto)
62+
<https://github.com/mackerelio/mkr/pull/778>
63+
* update to github.com/urfave/cli/v3 (by yseto)
64+
<https://github.com/mackerelio/mkr/pull/777>
65+
* Bump github.com/mackerelio/mackerel-client-go from 0.39.0 to 0.40.0 in the stable-packages group (by dependabot[bot])
66+
<https://github.com/mackerelio/mkr/pull/776>
67+
* update to github.com/urfave/cli/v2 (by yseto)
68+
<https://github.com/mackerelio/mkr/pull/775>
69+
* Bump actions/setup-go from 6.1.0 to 6.2.0 (by dependabot[bot])
70+
<https://github.com/mackerelio/mkr/pull/774>
71+
* Bump golang.org/x/text from 0.32.0 to 0.33.0 in the stable-packages group (by dependabot[bot])
72+
<https://github.com/mackerelio/mkr/pull/773>
73+
* Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (by dependabot[bot])
74+
<https://github.com/mackerelio/mkr/pull/772>
75+
* Bump github.com/mackerelio/mackerel-client-go from 0.38.0 to 0.39.0 in the stable-packages group (by dependabot[bot])
76+
<https://github.com/mackerelio/mkr/pull/771>
77+
* Bump actions/download-artifact from 6.0.0 to 7.0.0 (by dependabot[bot])
78+
<https://github.com/mackerelio/mkr/pull/770>
79+
* Bump actions/upload-artifact from 5.0.0 to 6.0.0 (by dependabot[bot])
80+
<https://github.com/mackerelio/mkr/pull/769>
81+
* Bump golang.org/x/text from 0.31.0 to 0.32.0 in the stable-packages group (by dependabot[bot])
82+
<https://github.com/mackerelio/mkr/pull/768>
83+
84+
-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 8 Apr 2026 08:55:25 +0000
85+
186
mkr (0.63.0-1.v2) stable; urgency=low
287

388
* Add dashboard pull --id option. (by fujiwara)

packaging/rpm/mkr-v2.spec

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,48 @@ rm -f %{buildroot}%{_bindir}/%{name}
3535
%{_bindir}/%{name}
3636

3737
%changelog
38+
* Wed Apr 8 2026 <mackerel-developers@hatena.ne.jp> - 0.64.0
39+
- Add --quiet flag (by fujiwara)
40+
- Bump github.com/itchyny/gojq from 0.12.18 to 0.12.19 (by dependabot[bot])
41+
- Bump github.com/mackerelio/checkers from 0.2.0 to 0.2.1 in the stable-packages group (by dependabot[bot])
42+
- Go 1.26 (by yseto)
43+
- Bump actions/setup-go from 6.3.0 to 6.4.0 (by dependabot[bot])
44+
- Bump github.com/urfave/cli/v3 from 3.7.0 to 3.8.0 (by dependabot[bot])
45+
- Bump github.com/fatih/color from 1.18.0 to 1.19.0 (by dependabot[bot])
46+
- Bump actions/download-artifact from 8.0.0 to 8.0.1 (by dependabot[bot])
47+
- Bump golang.org/x/text from 0.34.0 to 0.35.0 in the stable-packages group (by dependabot[bot])
48+
- Bump docker/build-push-action from 6.19.2 to 7.0.0 (by dependabot[bot])
49+
- Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (by dependabot[bot])
50+
- Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (by dependabot[bot])
51+
- Bump docker/login-action from 3.7.0 to 4.0.0 (by dependabot[bot])
52+
- Bump github.com/urfave/cli/v3 from 3.6.2 to 3.7.0 (by dependabot[bot])
53+
- Bump the stable-packages group with 2 updates (by dependabot[bot])
54+
- Bump actions/upload-artifact from 6.0.0 to 7.0.0 (by dependabot[bot])
55+
- Bump actions/setup-go from 6.2.0 to 6.3.0 (by dependabot[bot])
56+
- Bump mackerelio/workflows/.github/workflows/go-test.yml from 1.8.0 to 1.9.0 (by dependabot[bot])
57+
- Bump mackerelio/workflows/.github/workflows/go-lint.yml from 1.8.0 to 1.9.0 (by dependabot[bot])
58+
- Bump actions/download-artifact from 7.0.0 to 8.0.0 (by dependabot[bot])
59+
- Bump docker/build-push-action from 6.18.0 to 6.19.2 (by dependabot[bot])
60+
- Bump golang.org/x/text from 0.33.0 to 0.34.0 in the stable-packages group (by dependabot[bot])
61+
- Bump aws-actions/configure-aws-credentials from 5.1.1 to 6.0.0 (by dependabot[bot])
62+
- Bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 in the stable-packages group (by dependabot[bot])
63+
- Bump docker/login-action from 3.6.0 to 3.7.0 (by dependabot[bot])
64+
- Bump github.com/mackerelio/mackerel-agent from 0.86.0 to 0.86.1 in the stable-packages group (by dependabot[bot])
65+
- apply mackerel-client-go *Context (by yseto)
66+
- Bump github.com/mackerelio/mackerel-agent from 0.85.3 to 0.86.0 in the stable-packages group (by dependabot[bot])
67+
- Bump actions/checkout from 6.0.1 to 6.0.2 (by dependabot[bot])
68+
- fix wrap tests. (by yseto)
69+
- update to github.com/urfave/cli/v3 (by yseto)
70+
- Bump github.com/mackerelio/mackerel-client-go from 0.39.0 to 0.40.0 in the stable-packages group (by dependabot[bot])
71+
- update to github.com/urfave/cli/v2 (by yseto)
72+
- Bump actions/setup-go from 6.1.0 to 6.2.0 (by dependabot[bot])
73+
- Bump golang.org/x/text from 0.32.0 to 0.33.0 in the stable-packages group (by dependabot[bot])
74+
- Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (by dependabot[bot])
75+
- Bump github.com/mackerelio/mackerel-client-go from 0.38.0 to 0.39.0 in the stable-packages group (by dependabot[bot])
76+
- Bump actions/download-artifact from 6.0.0 to 7.0.0 (by dependabot[bot])
77+
- Bump actions/upload-artifact from 5.0.0 to 6.0.0 (by dependabot[bot])
78+
- Bump golang.org/x/text from 0.31.0 to 0.32.0 in the stable-packages group (by dependabot[bot])
79+
3880
* Thu Dec 11 2025 <mackerel-developers@hatena.ne.jp> - 0.63.0
3981
- Add dashboard pull --id option. (by fujiwara)
4082
- Bump github.com/mackerelio/mackerel-agent from 0.85.2 to 0.85.3 in the stable-packages group (by dependabot[bot])

0 commit comments

Comments
 (0)