Skip to content

Commit 25caa80

Browse files
authored
Merge pull request #716 from mackerelio/bump-version-0.62.0
Release version 0.62.0
2 parents 76417d2 + b3b5c18 commit 25caa80

3 files changed

Lines changed: 63 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 0.62.0 (2025-08-25)
4+
5+
* Get plugin's releaseTag from the releases URL instead of using api #714 (kazeburo)
6+
* Bump golang from 1.24-alpine to 1.25-alpine #713 (dependabot[bot])
7+
* Bump actions/checkout from 4 to 5 #712 (dependabot[bot])
8+
* Bump actions/download-artifact from 4 to 5 #711 (dependabot[bot])
9+
* Bump alpine from 3.20.3 to 3.22.1 #710 (dependabot[bot])
10+
* Bump golang.org/x/oauth2 from 0.25.0 to 0.27.0 #709 (dependabot[bot])
11+
* Bump github.com/mholt/archives from 0.1.1 to 0.1.3 #708 (dependabot[bot])
12+
* Bump the stable-packages group across 1 directory with 5 updates #707 (dependabot[bot])
13+
* Bump github.com/urfave/cli from 1.22.15 to 1.22.17 #706 (dependabot[bot])
14+
* Bump mackerelio/workflows from 1.4.0 to 1.5.0 #704 (dependabot[bot])
15+
* Bump golang.org/x/net from 0.36.0 to 0.38.0 #694 (dependabot[bot])
16+
* Bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 #675 (dependabot[bot])
17+
* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the dev-dependencies group #674 (dependabot[bot])
18+
19+
320
## 0.61.0 (2025-05-16)
421

522
* Remove rewrite some files on every releases #701 (yseto)

packaging/deb-v2/debian/changelog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
mkr (0.62.0-1.v2) stable; urgency=low
2+
3+
* Get plugin's releaseTag from the releases URL instead of using api (by kazeburo)
4+
<https://github.com/mackerelio/mkr/pull/714>
5+
* Bump golang from 1.24-alpine to 1.25-alpine (by dependabot[bot])
6+
<https://github.com/mackerelio/mkr/pull/713>
7+
* Bump actions/checkout from 4 to 5 (by dependabot[bot])
8+
<https://github.com/mackerelio/mkr/pull/712>
9+
* Bump actions/download-artifact from 4 to 5 (by dependabot[bot])
10+
<https://github.com/mackerelio/mkr/pull/711>
11+
* Bump alpine from 3.20.3 to 3.22.1 (by dependabot[bot])
12+
<https://github.com/mackerelio/mkr/pull/710>
13+
* Bump golang.org/x/oauth2 from 0.25.0 to 0.27.0 (by dependabot[bot])
14+
<https://github.com/mackerelio/mkr/pull/709>
15+
* Bump github.com/mholt/archives from 0.1.1 to 0.1.3 (by dependabot[bot])
16+
<https://github.com/mackerelio/mkr/pull/708>
17+
* Bump the stable-packages group across 1 directory with 5 updates (by dependabot[bot])
18+
<https://github.com/mackerelio/mkr/pull/707>
19+
* Bump github.com/urfave/cli from 1.22.15 to 1.22.17 (by dependabot[bot])
20+
<https://github.com/mackerelio/mkr/pull/706>
21+
* Bump mackerelio/workflows from 1.4.0 to 1.5.0 (by dependabot[bot])
22+
<https://github.com/mackerelio/mkr/pull/704>
23+
* Bump golang.org/x/net from 0.36.0 to 0.38.0 (by dependabot[bot])
24+
<https://github.com/mackerelio/mkr/pull/694>
25+
* Bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 (by dependabot[bot])
26+
<https://github.com/mackerelio/mkr/pull/675>
27+
* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the dev-dependencies group (by dependabot[bot])
28+
<https://github.com/mackerelio/mkr/pull/674>
29+
30+
-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 25 Aug 2025 03:00:25 +0000
31+
132
mkr (0.61.0-1.v2) stable; urgency=low
233

334
* Remove rewrite some files on every releases (by yseto)

packaging/rpm/mkr-v2.spec

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

3737
%changelog
38+
* Mon Aug 25 2025 <mackerel-developers@hatena.ne.jp> - 0.62.0
39+
- Get plugin's releaseTag from the releases URL instead of using api (by kazeburo)
40+
- Bump golang from 1.24-alpine to 1.25-alpine (by dependabot[bot])
41+
- Bump actions/checkout from 4 to 5 (by dependabot[bot])
42+
- Bump actions/download-artifact from 4 to 5 (by dependabot[bot])
43+
- Bump alpine from 3.20.3 to 3.22.1 (by dependabot[bot])
44+
- Bump golang.org/x/oauth2 from 0.25.0 to 0.27.0 (by dependabot[bot])
45+
- Bump github.com/mholt/archives from 0.1.1 to 0.1.3 (by dependabot[bot])
46+
- Bump the stable-packages group across 1 directory with 5 updates (by dependabot[bot])
47+
- Bump github.com/urfave/cli from 1.22.15 to 1.22.17 (by dependabot[bot])
48+
- Bump mackerelio/workflows from 1.4.0 to 1.5.0 (by dependabot[bot])
49+
- Bump golang.org/x/net from 0.36.0 to 0.38.0 (by dependabot[bot])
50+
- Bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 (by dependabot[bot])
51+
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the dev-dependencies group (by dependabot[bot])
52+
3853
* Fri May 16 2025 <mackerel-developers@hatena.ne.jp> - 0.61.0
3954
- Remove rewrite some files on every releases (by yseto)
4055
- replace to use github.com/mholt/archives (by yseto)

0 commit comments

Comments
 (0)