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.47.0 (2022-09-06)
4+
5+ * Go 1.17 -> 1.19 #496 (yseto)
6+ * added filter by gojq #490 (yseto)
7+ * Organize flat packages in layers #489 (yseto)
8+
9+
310## 0.46.9 (2022-07-20)
411
512* Bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.1 #479 (dependabot[ bot] )
Original file line number Diff line number Diff line change 11BIN := mkr
2- VERSION := 0.46.9
2+ VERSION := 0.47.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.47.0-1.v2) stable; urgency=low
2+
3+ * Go 1.17 -> 1.19 (by yseto)
4+ <https://github.com/mackerelio/mkr/pull/496>
5+ * added filter by gojq (by yseto)
6+ <https://github.com/mackerelio/mkr/pull/490>
7+ * Organize flat packages in layers (by yseto)
8+ <https://github.com/mackerelio/mkr/pull/489>
9+
10+ -- mackerel <mackerel-developers@hatena.ne.jp> Tue, 6 Sep 2022 06:50:48 +0000
11+
112mkr (0.46.9-1.v2) stable; urgency=low
213
314 * Bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.1 (by dependabot[bot])
Original file line number Diff line number Diff line change 1+ mkr (0.47.0-1) stable; urgency=low
2+
3+ * Go 1.17 -> 1.19 (by yseto)
4+ <https://github.com/mackerelio/mkr/pull/496>
5+ * added filter by gojq (by yseto)
6+ <https://github.com/mackerelio/mkr/pull/490>
7+ * Organize flat packages in layers (by yseto)
8+ <https://github.com/mackerelio/mkr/pull/489>
9+
10+ -- mackerel <mackerel-developers@hatena.ne.jp> Tue, 6 Sep 2022 06:50:48 +0000
11+
112mkr (0.46.9-1) stable; urgency=low
213
314 * Bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.1 (by dependabot[bot])
File renamed without changes.
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ rm -f %{buildroot}%{_bindir}/%{name}
3535%{_bindir }/%{name }
3636
3737%changelog
38+ * Tue Sep 6 2022 <mackerel-developers@hatena.ne.jp> - 0.47.0
39+ - Go 1.17 -> 1.19 (by yseto)
40+ - added filter by gojq (by yseto)
41+ - Organize flat packages in layers (by yseto)
42+
3843* Wed Jul 20 2022 <mackerel-developers@hatena.ne.jp> - 0.46.9
3944- Bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.1 (by dependabot[bot])
4045- Bump alpine from 3.16.0 to 3.16.1 (by dependabot[bot])
Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ rm -f %{buildroot}%{_bindir}/${name}
4141%{_localbindir }/%{name }
4242
4343%changelog
44+ * Tue Sep 6 2022 <mackerel-developers@hatena.ne.jp> - 0.47.0
45+ - Go 1.17 -> 1.19 (by yseto)
46+ - added filter by gojq (by yseto)
47+ - Organize flat packages in layers (by yseto)
48+
4449* Wed Jul 20 2022 <mackerel-developers@hatena.ne.jp> - 0.46.9
4550- Bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.1 (by dependabot[bot])
4651- Bump alpine from 3.16.0 to 3.16.1 (by dependabot[bot])
Original file line number Diff line number Diff line change 11package main
22
3- const version = "0.46.9 "
3+ const version = "0.47.0 "
44
55var gitcommit string
You can’t perform that action at this time.
0 commit comments