Skip to content

Commit 6717f2e

Browse files
authored
Merge pull request #507 from mackerelio/bump-version-0.47.2
Release version 0.47.2
2 parents ae00d26 + 5dd8ac7 commit 6717f2e

8 files changed

Lines changed: 76 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.47.2 (2022-11-04)
4+
5+
* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 #505 (dependabot[bot])
6+
* Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.0 #503 (dependabot[bot])
7+
* Bump github.com/golangci/golangci-lint from 1.47.1 to 1.50.0 #502 (dependabot[bot])
8+
* Bump github.com/mackerelio/mackerel-agent from 0.72.14 to 0.73.1 #501 (dependabot[bot])
9+
* Bump github.com/urfave/cli from 1.22.9 to 1.22.10 #498 (dependabot[bot])
10+
* Bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 #497 (dependabot[bot])
11+
* Bump github.com/Songmu/goxz from 0.8.2 to 0.9.1 #492 (dependabot[bot])
12+
* Bump alpine from 3.16.1 to 3.16.2 #488 (dependabot[bot])
13+
14+
315
## 0.47.1 (2022-09-14)
416

517
* Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 #494 (dependabot[bot])

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BIN := mkr
2-
VERSION := 0.47.1
2+
VERSION := 0.47.2
33
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
44
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"
55

packaging/deb-v2/debian/changelog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
mkr (0.47.2-1.v2) stable; urgency=low
2+
3+
* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot])
4+
<https://github.com/mackerelio/mkr/pull/505>
5+
* Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.0 (by dependabot[bot])
6+
<https://github.com/mackerelio/mkr/pull/503>
7+
* Bump github.com/golangci/golangci-lint from 1.47.1 to 1.50.0 (by dependabot[bot])
8+
<https://github.com/mackerelio/mkr/pull/502>
9+
* Bump github.com/mackerelio/mackerel-agent from 0.72.14 to 0.73.1 (by dependabot[bot])
10+
<https://github.com/mackerelio/mkr/pull/501>
11+
* Bump github.com/urfave/cli from 1.22.9 to 1.22.10 (by dependabot[bot])
12+
<https://github.com/mackerelio/mkr/pull/498>
13+
* Bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 (by dependabot[bot])
14+
<https://github.com/mackerelio/mkr/pull/497>
15+
* Bump github.com/Songmu/goxz from 0.8.2 to 0.9.1 (by dependabot[bot])
16+
<https://github.com/mackerelio/mkr/pull/492>
17+
* Bump alpine from 3.16.1 to 3.16.2 (by dependabot[bot])
18+
<https://github.com/mackerelio/mkr/pull/488>
19+
20+
-- mackerel <mackerel-developers@hatena.ne.jp> Fri, 4 Nov 2022 02:37:02 +0000
21+
122
mkr (0.47.1-1.v2) stable; urgency=low
223

324
* Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot])

packaging/deb/debian/changelog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
mkr (0.47.2-1) stable; urgency=low
2+
3+
* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot])
4+
<https://github.com/mackerelio/mkr/pull/505>
5+
* Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.0 (by dependabot[bot])
6+
<https://github.com/mackerelio/mkr/pull/503>
7+
* Bump github.com/golangci/golangci-lint from 1.47.1 to 1.50.0 (by dependabot[bot])
8+
<https://github.com/mackerelio/mkr/pull/502>
9+
* Bump github.com/mackerelio/mackerel-agent from 0.72.14 to 0.73.1 (by dependabot[bot])
10+
<https://github.com/mackerelio/mkr/pull/501>
11+
* Bump github.com/urfave/cli from 1.22.9 to 1.22.10 (by dependabot[bot])
12+
<https://github.com/mackerelio/mkr/pull/498>
13+
* Bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 (by dependabot[bot])
14+
<https://github.com/mackerelio/mkr/pull/497>
15+
* Bump github.com/Songmu/goxz from 0.8.2 to 0.9.1 (by dependabot[bot])
16+
<https://github.com/mackerelio/mkr/pull/492>
17+
* Bump alpine from 3.16.1 to 3.16.2 (by dependabot[bot])
18+
<https://github.com/mackerelio/mkr/pull/488>
19+
20+
-- mackerel <mackerel-developers@hatena.ne.jp> Fri, 4 Nov 2022 02:37:02 +0000
21+
122
mkr (0.47.1-1) stable; urgency=low
223

324
* Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot])

packaging/rpm/mkr-v2.spec

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

3737
%changelog
38+
* Fri Nov 4 2022 <mackerel-developers@hatena.ne.jp> - 0.47.2
39+
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot])
40+
- Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.0 (by dependabot[bot])
41+
- Bump github.com/golangci/golangci-lint from 1.47.1 to 1.50.0 (by dependabot[bot])
42+
- Bump github.com/mackerelio/mackerel-agent from 0.72.14 to 0.73.1 (by dependabot[bot])
43+
- Bump github.com/urfave/cli from 1.22.9 to 1.22.10 (by dependabot[bot])
44+
- Bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 (by dependabot[bot])
45+
- Bump github.com/Songmu/goxz from 0.8.2 to 0.9.1 (by dependabot[bot])
46+
- Bump alpine from 3.16.1 to 3.16.2 (by dependabot[bot])
47+
3848
* Wed Sep 14 2022 <mackerel-developers@hatena.ne.jp> - 0.47.1
3949
- Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot])
4050

packaging/rpm/mkr.spec

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ rm -f %{buildroot}%{_bindir}/${name}
4141
%{_localbindir}/%{name}
4242

4343
%changelog
44+
* Fri Nov 4 2022 <mackerel-developers@hatena.ne.jp> - 0.47.2
45+
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot])
46+
- Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.0 (by dependabot[bot])
47+
- Bump github.com/golangci/golangci-lint from 1.47.1 to 1.50.0 (by dependabot[bot])
48+
- Bump github.com/mackerelio/mackerel-agent from 0.72.14 to 0.73.1 (by dependabot[bot])
49+
- Bump github.com/urfave/cli from 1.22.9 to 1.22.10 (by dependabot[bot])
50+
- Bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 (by dependabot[bot])
51+
- Bump github.com/Songmu/goxz from 0.8.2 to 0.9.1 (by dependabot[bot])
52+
- Bump alpine from 3.16.1 to 3.16.2 (by dependabot[bot])
53+
4454
* Wed Sep 14 2022 <mackerel-developers@hatena.ne.jp> - 0.47.1
4555
- Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 (by dependabot[bot])
4656

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package main
22

3-
const version = "0.47.1"
3+
const version = "0.47.2"
44

55
var gitcommit string

0 commit comments

Comments
 (0)