Skip to content

Commit 147b7c2

Browse files
authored
Merge pull request #536 from mackerelio/bump-version-0.49.0
Release version 0.49.0
2 parents 07a4645 + c44c7ab commit 147b7c2

7 files changed

Lines changed: 95 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.49.0 (2023-02-01)
4+
5+
* Bump docker/build-push-action from 2 to 3 #535 (dependabot[bot])
6+
* Bump docker/setup-buildx-action from 1 to 2 #534 (dependabot[bot])
7+
* Bump actions/upload-artifact from 2 to 3 #533 (dependabot[bot])
8+
* Bump docker/login-action from 1 to 2 #532 (dependabot[bot])
9+
* Bump actions/cache from 2 to 3 #531 (dependabot[bot])
10+
* Enables Dependabot version updates for GitHub Actions #530 (Arthur1)
11+
* Remove debian package v1 process. #529 (yseto)
12+
* remove useless packaging script #528 (yseto)
13+
* Bump github.com/fatih/color from 1.13.0 to 1.14.1 #527 (dependabot[bot])
14+
* Bump github.com/urfave/cli from 1.22.10 to 1.22.12 #526 (dependabot[bot])
15+
* Bump github.com/mackerelio/mackerel-agent from 0.73.1 to 0.74.1 #525 (dependabot[bot])
16+
* Bump github.com/google/go-github/v49 from 49.0.0 to 49.1.0 #522 (dependabot[bot])
17+
* Bump alpine from 3.16.2 to 3.17.1 #521 (dependabot[bot])
18+
* Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 #520 (dependabot[bot])
19+
* Bump github.com/mackerelio/mackerel-client-go from 0.23.0 to 0.24.0 #519 (dependabot[bot])
20+
* Bump github.com/itchyny/gojq from 0.12.10 to 0.12.11 #516 (dependabot[bot])
21+
22+
323
## 0.48.0 (2023-01-18)
424

525
* Update some libraries #518 (yseto)

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.48.0
2+
VERSION := 0.49.0
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: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
mkr (0.49.0-1.v2) stable; urgency=low
2+
3+
* Bump docker/build-push-action from 2 to 3 (by dependabot[bot])
4+
<https://github.com/mackerelio/mkr/pull/535>
5+
* Bump docker/setup-buildx-action from 1 to 2 (by dependabot[bot])
6+
<https://github.com/mackerelio/mkr/pull/534>
7+
* Bump actions/upload-artifact from 2 to 3 (by dependabot[bot])
8+
<https://github.com/mackerelio/mkr/pull/533>
9+
* Bump docker/login-action from 1 to 2 (by dependabot[bot])
10+
<https://github.com/mackerelio/mkr/pull/532>
11+
* Bump actions/cache from 2 to 3 (by dependabot[bot])
12+
<https://github.com/mackerelio/mkr/pull/531>
13+
* Enables Dependabot version updates for GitHub Actions (by Arthur1)
14+
<https://github.com/mackerelio/mkr/pull/530>
15+
* Remove debian package v1 process. (by yseto)
16+
<https://github.com/mackerelio/mkr/pull/529>
17+
* remove useless packaging script (by yseto)
18+
<https://github.com/mackerelio/mkr/pull/528>
19+
* Bump github.com/fatih/color from 1.13.0 to 1.14.1 (by dependabot[bot])
20+
<https://github.com/mackerelio/mkr/pull/527>
21+
* Bump github.com/urfave/cli from 1.22.10 to 1.22.12 (by dependabot[bot])
22+
<https://github.com/mackerelio/mkr/pull/526>
23+
* Bump github.com/mackerelio/mackerel-agent from 0.73.1 to 0.74.1 (by dependabot[bot])
24+
<https://github.com/mackerelio/mkr/pull/525>
25+
* Bump github.com/google/go-github/v49 from 49.0.0 to 49.1.0 (by dependabot[bot])
26+
<https://github.com/mackerelio/mkr/pull/522>
27+
* Bump alpine from 3.16.2 to 3.17.1 (by dependabot[bot])
28+
<https://github.com/mackerelio/mkr/pull/521>
29+
* Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 (by dependabot[bot])
30+
<https://github.com/mackerelio/mkr/pull/520>
31+
* Bump github.com/mackerelio/mackerel-client-go from 0.23.0 to 0.24.0 (by dependabot[bot])
32+
<https://github.com/mackerelio/mkr/pull/519>
33+
* Bump github.com/itchyny/gojq from 0.12.10 to 0.12.11 (by dependabot[bot])
34+
<https://github.com/mackerelio/mkr/pull/516>
35+
36+
-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 1 Feb 2023 06:04:40 +0000
37+
138
mkr (0.48.0-1.v2) stable; urgency=low
239

340
* Update some libraries (by yseto)

packaging/rpm/mkr-v2.spec

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

3737
%changelog
38+
* Wed Feb 1 2023 <mackerel-developers@hatena.ne.jp> - 0.49.0
39+
- Bump docker/build-push-action from 2 to 3 (by dependabot[bot])
40+
- Bump docker/setup-buildx-action from 1 to 2 (by dependabot[bot])
41+
- Bump actions/upload-artifact from 2 to 3 (by dependabot[bot])
42+
- Bump docker/login-action from 1 to 2 (by dependabot[bot])
43+
- Bump actions/cache from 2 to 3 (by dependabot[bot])
44+
- Enables Dependabot version updates for GitHub Actions (by Arthur1)
45+
- Remove debian package v1 process. (by yseto)
46+
- remove useless packaging script (by yseto)
47+
- Bump github.com/fatih/color from 1.13.0 to 1.14.1 (by dependabot[bot])
48+
- Bump github.com/urfave/cli from 1.22.10 to 1.22.12 (by dependabot[bot])
49+
- Bump github.com/mackerelio/mackerel-agent from 0.73.1 to 0.74.1 (by dependabot[bot])
50+
- Bump github.com/google/go-github/v49 from 49.0.0 to 49.1.0 (by dependabot[bot])
51+
- Bump alpine from 3.16.2 to 3.17.1 (by dependabot[bot])
52+
- Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 (by dependabot[bot])
53+
- Bump github.com/mackerelio/mackerel-client-go from 0.23.0 to 0.24.0 (by dependabot[bot])
54+
- Bump github.com/itchyny/gojq from 0.12.10 to 0.12.11 (by dependabot[bot])
55+
3856
* Wed Jan 18 2023 <mackerel-developers@hatena.ne.jp> - 0.48.0
3957
- Update some libraries (by yseto)
4058
- improve `mkr status -v` to show host metrics (by kmuto)

packaging/rpm/mkr.spec

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

4343
%changelog
44+
* Wed Feb 1 2023 <mackerel-developers@hatena.ne.jp> - 0.49.0
45+
- Bump docker/build-push-action from 2 to 3 (by dependabot[bot])
46+
- Bump docker/setup-buildx-action from 1 to 2 (by dependabot[bot])
47+
- Bump actions/upload-artifact from 2 to 3 (by dependabot[bot])
48+
- Bump docker/login-action from 1 to 2 (by dependabot[bot])
49+
- Bump actions/cache from 2 to 3 (by dependabot[bot])
50+
- Enables Dependabot version updates for GitHub Actions (by Arthur1)
51+
- Remove debian package v1 process. (by yseto)
52+
- remove useless packaging script (by yseto)
53+
- Bump github.com/fatih/color from 1.13.0 to 1.14.1 (by dependabot[bot])
54+
- Bump github.com/urfave/cli from 1.22.10 to 1.22.12 (by dependabot[bot])
55+
- Bump github.com/mackerelio/mackerel-agent from 0.73.1 to 0.74.1 (by dependabot[bot])
56+
- Bump github.com/google/go-github/v49 from 49.0.0 to 49.1.0 (by dependabot[bot])
57+
- Bump alpine from 3.16.2 to 3.17.1 (by dependabot[bot])
58+
- Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 (by dependabot[bot])
59+
- Bump github.com/mackerelio/mackerel-client-go from 0.23.0 to 0.24.0 (by dependabot[bot])
60+
- Bump github.com/itchyny/gojq from 0.12.10 to 0.12.11 (by dependabot[bot])
61+
4462
* Wed Jan 18 2023 <mackerel-developers@hatena.ne.jp> - 0.48.0
4563
- Update some libraries (by yseto)
4664
- improve `mkr status -v` to show host metrics (by kmuto)

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

55
var gitcommit string

0 commit comments

Comments
 (0)