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.50.0 (2023-05-17)
4+
5+ * update macos,windows Actions Runner Image. #566 (yseto)
6+ * Add metric-names subcommand. #561 (fujiwara)
7+
8+
39## 0.49.3 (2023-04-12)
410
511* Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 #558 (dependabot[ bot] )
Original file line number Diff line number Diff line change 11BIN := mkr
2- VERSION := 0.49.3
2+ VERSION := 0.50.0
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.50.0-1.v2) stable; urgency=low
2+
3+ * update macos,windows Actions Runner Image. (by yseto)
4+ <https://github.com/mackerelio/mkr/pull/566>
5+ * Add metric-names subcommand. (by fujiwara)
6+ <https://github.com/mackerelio/mkr/pull/561>
7+
8+ -- mackerel <mackerel-developers@hatena.ne.jp> Wed, 17 May 2023 02:52:42 +0000
9+
110mkr (0.49.3-1.v2) stable; urgency=low
211
312 * Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
File renamed without changes.
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ rm -f %{buildroot}%{_bindir}/%{name}
3535%{_bindir }/%{name }
3636
3737%changelog
38+ * Wed May 17 2023 <mackerel-developers@hatena.ne.jp> - 0.50.0
39+ - update macos,windows Actions Runner Image. (by yseto)
40+ - Add metric-names subcommand. (by fujiwara)
41+
3842* Wed Apr 12 2023 <mackerel-developers@hatena.ne.jp> - 0.49.3
3943- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
4044- Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (by dependabot[bot])
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ rm -f %{buildroot}%{_bindir}/${name}
4141%{_localbindir }/%{name }
4242
4343%changelog
44+ * Wed May 17 2023 <mackerel-developers@hatena.ne.jp> - 0.50.0
45+ - update macos,windows Actions Runner Image. (by yseto)
46+ - Add metric-names subcommand. (by fujiwara)
47+
4448* Wed Apr 12 2023 <mackerel-developers@hatena.ne.jp> - 0.49.3
4549- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
4650- Bump golang.org/x/oauth2 from 0.5.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.3 "
3+ const version = "0.50.0 "
44
55var gitcommit string
You can’t perform that action at this time.
0 commit comments