File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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] )
Original file line number Diff line number Diff line change 11BIN := mkr
2- VERSION := 0.49.2
2+ VERSION := 0.49.3
33CURRENT_REVISION := $(shell git rev-parse --short HEAD)
44BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION ) "
55
Original file line number Diff line number Diff line change 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+
116mkr (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])
File renamed without changes.
Original file line number Diff line number Diff 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])
Original file line number Diff line number Diff 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])
Original file line number Diff line number Diff line change 11package main
22
3- const version = "0.49.2 "
3+ const version = "0.49.3 "
44
55var gitcommit string
You can’t perform that action at this time.
0 commit comments