Skip to content

Commit 865c976

Browse files
authored
Merge pull request #551 from mackerelio/bump-version-0.49.2
Release version 0.49.2
2 parents 8a7d786 + 5b81e65 commit 865c976

7 files changed

Lines changed: 45 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.49.2 (2023-02-27)
4+
5+
* Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 #550 (dependabot[bot])
6+
* Bump golang.org/x/net from 0.6.0 to 0.7.0 #549 (dependabot[bot])
7+
* Bump actions/checkout from 2 to 3 #548 (dependabot[bot])
8+
* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 #547 (dependabot[bot])
9+
* Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 #546 (dependabot[bot])
10+
* Bump docker/build-push-action from 3 to 4 #542 (dependabot[bot])
11+
12+
313
## 0.49.1 (2023-02-15)
414

515
* Bump alpine from 3.17.1 to 3.17.2 #544 (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.49.1
2+
VERSION := 0.49.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
mkr (0.49.2-1.v2) stable; urgency=low
2+
3+
* Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot])
4+
<https://github.com/mackerelio/mkr/pull/550>
5+
* Bump golang.org/x/net from 0.6.0 to 0.7.0 (by dependabot[bot])
6+
<https://github.com/mackerelio/mkr/pull/549>
7+
* Bump actions/checkout from 2 to 3 (by dependabot[bot])
8+
<https://github.com/mackerelio/mkr/pull/548>
9+
* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
10+
<https://github.com/mackerelio/mkr/pull/547>
11+
* Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 (by dependabot[bot])
12+
<https://github.com/mackerelio/mkr/pull/546>
13+
* Bump docker/build-push-action from 3 to 4 (by dependabot[bot])
14+
<https://github.com/mackerelio/mkr/pull/542>
15+
16+
-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 27 Feb 2023 08:57:35 +0000
17+
118
mkr (0.49.1-1.v2) stable; urgency=low
219

320
* Bump alpine from 3.17.1 to 3.17.2 (by dependabot[bot])

packaging/rpm/mkr-v2.spec

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

3737
%changelog
38+
* Mon Feb 27 2023 <mackerel-developers@hatena.ne.jp> - 0.49.2
39+
- Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot])
40+
- Bump golang.org/x/net from 0.6.0 to 0.7.0 (by dependabot[bot])
41+
- Bump actions/checkout from 2 to 3 (by dependabot[bot])
42+
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
43+
- Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 (by dependabot[bot])
44+
- Bump docker/build-push-action from 3 to 4 (by dependabot[bot])
45+
3846
* Wed Feb 15 2023 <mackerel-developers@hatena.ne.jp> - 0.49.1
3947
- Bump alpine from 3.17.1 to 3.17.2 (by dependabot[bot])
4048
- Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 (by dependabot[bot])

packaging/rpm/mkr.spec

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

4343
%changelog
44+
* Mon Feb 27 2023 <mackerel-developers@hatena.ne.jp> - 0.49.2
45+
- Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot])
46+
- Bump golang.org/x/net from 0.6.0 to 0.7.0 (by dependabot[bot])
47+
- Bump actions/checkout from 2 to 3 (by dependabot[bot])
48+
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
49+
- Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 (by dependabot[bot])
50+
- Bump docker/build-push-action from 3 to 4 (by dependabot[bot])
51+
4452
* Wed Feb 15 2023 <mackerel-developers@hatena.ne.jp> - 0.49.1
4553
- Bump alpine from 3.17.1 to 3.17.2 (by dependabot[bot])
4654
- Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 (by dependabot[bot])

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.49.1"
3+
const version = "0.49.2"
44

55
var gitcommit string

0 commit comments

Comments
 (0)