Skip to content

Commit b077433

Browse files
authored
Merge pull request #559 from mackerelio/bump-version-0.49.3
Release version 0.49.3
2 parents c66580f + f929c24 commit b077433

7 files changed

Lines changed: 40 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.49.3 (2023-04-12)
4+
5+
* Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 #558 (dependabot[bot])
6+
* Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 #557 (dependabot[bot])
7+
* Bump alpine from 3.17.2 to 3.17.3 #556 (dependabot[bot])
8+
* Bump github.com/fatih/color from 1.14.1 to 1.15.0 #554 (dependabot[bot])
9+
* Bump github.com/itchyny/gojq from 0.12.11 to 0.12.12 #552 (dependabot[bot])
10+
11+
312
## 0.49.2 (2023-02-27)
413

514
* Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 #550 (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.2
2+
VERSION := 0.49.3
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
mkr (0.49.3-1.v2) stable; urgency=low
2+
3+
* Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
4+
<https://github.com/mackerelio/mkr/pull/558>
5+
* Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (by dependabot[bot])
6+
<https://github.com/mackerelio/mkr/pull/557>
7+
* Bump alpine from 3.17.2 to 3.17.3 (by dependabot[bot])
8+
<https://github.com/mackerelio/mkr/pull/556>
9+
* Bump github.com/fatih/color from 1.14.1 to 1.15.0 (by dependabot[bot])
10+
<https://github.com/mackerelio/mkr/pull/554>
11+
* Bump github.com/itchyny/gojq from 0.12.11 to 0.12.12 (by dependabot[bot])
12+
<https://github.com/mackerelio/mkr/pull/552>
13+
14+
-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 12 Apr 2023 05:39:19 +0000
15+
116
mkr (0.49.2-1.v2) stable; urgency=low
217

318
* Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot])

packaging/rpm/mkr-v2.spec

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

3737
%changelog
38+
* Wed Apr 12 2023 <mackerel-developers@hatena.ne.jp> - 0.49.3
39+
- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
40+
- Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (by dependabot[bot])
41+
- Bump alpine from 3.17.2 to 3.17.3 (by dependabot[bot])
42+
- Bump github.com/fatih/color from 1.14.1 to 1.15.0 (by dependabot[bot])
43+
- Bump github.com/itchyny/gojq from 0.12.11 to 0.12.12 (by dependabot[bot])
44+
3845
* Mon Feb 27 2023 <mackerel-developers@hatena.ne.jp> - 0.49.2
3946
- Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot])
4047
- Bump golang.org/x/net from 0.6.0 to 0.7.0 (by dependabot[bot])

packaging/rpm/mkr.spec

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

4343
%changelog
44+
* Wed Apr 12 2023 <mackerel-developers@hatena.ne.jp> - 0.49.3
45+
- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
46+
- Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (by dependabot[bot])
47+
- Bump alpine from 3.17.2 to 3.17.3 (by dependabot[bot])
48+
- Bump github.com/fatih/color from 1.14.1 to 1.15.0 (by dependabot[bot])
49+
- Bump github.com/itchyny/gojq from 0.12.11 to 0.12.12 (by dependabot[bot])
50+
4451
* Mon Feb 27 2023 <mackerel-developers@hatena.ne.jp> - 0.49.2
4552
- Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot])
4653
- Bump golang.org/x/net from 0.6.0 to 0.7.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.2"
3+
const version = "0.49.3"
44

55
var gitcommit string

0 commit comments

Comments
 (0)