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.2 (2023-02-27)
4+
5+ * Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 #550 (dependabot[ bot] )
6+ * Bump golang.org/x/net from 0.6.0 to 0.7.0 #549 (dependabot[ bot] )
7+ * Bump actions/checkout from 2 to 3 #548 (dependabot[ bot] )
8+ * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 #547 (dependabot[ bot] )
9+ * Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 #546 (dependabot[ bot] )
10+ * Bump docker/build-push-action from 3 to 4 #542 (dependabot[ bot] )
11+
12+
313## 0.49.1 (2023-02-15)
414
515* Bump alpine from 3.17.1 to 3.17.2 #544 (dependabot[ bot] )
Original file line number Diff line number Diff line change 11BIN := mkr
2- VERSION := 0.49.1
2+ VERSION := 0.49.2
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.2-1.v2) stable; urgency=low
2+
3+ * Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot])
4+ <https://github.com/mackerelio/mkr/pull/550>
5+ * Bump golang.org/x/net from 0.6.0 to 0.7.0 (by dependabot[bot])
6+ <https://github.com/mackerelio/mkr/pull/549>
7+ * Bump actions/checkout from 2 to 3 (by dependabot[bot])
8+ <https://github.com/mackerelio/mkr/pull/548>
9+ * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
10+ <https://github.com/mackerelio/mkr/pull/547>
11+ * Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 (by dependabot[bot])
12+ <https://github.com/mackerelio/mkr/pull/546>
13+ * Bump docker/build-push-action from 3 to 4 (by dependabot[bot])
14+ <https://github.com/mackerelio/mkr/pull/542>
15+
16+ -- mackerel <mackerel-developers@hatena.ne.jp> Mon, 27 Feb 2023 08:57:35 +0000
17+
118mkr (0.49.1-1.v2) stable; urgency=low
219
320 * Bump alpine from 3.17.1 to 3.17.2 (by dependabot[bot])
File renamed without changes.
Original file line number Diff line number Diff line change @@ -35,6 +35,14 @@ rm -f %{buildroot}%{_bindir}/%{name}
3535%{_bindir }/%{name }
3636
3737%changelog
38+ * Mon Feb 27 2023 <mackerel-developers@hatena.ne.jp> - 0.49.2
39+ - Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot])
40+ - Bump golang.org/x/net from 0.6.0 to 0.7.0 (by dependabot[bot])
41+ - Bump actions/checkout from 2 to 3 (by dependabot[bot])
42+ - Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
43+ - Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 (by dependabot[bot])
44+ - Bump docker/build-push-action from 3 to 4 (by dependabot[bot])
45+
3846* Wed Feb 15 2023 <mackerel-developers@hatena.ne.jp> - 0.49.1
3947- Bump alpine from 3.17.1 to 3.17.2 (by dependabot[bot])
4048- Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 (by dependabot[bot])
Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ rm -f %{buildroot}%{_bindir}/${name}
4141%{_localbindir }/%{name }
4242
4343%changelog
44+ * Mon Feb 27 2023 <mackerel-developers@hatena.ne.jp> - 0.49.2
45+ - Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot])
46+ - Bump golang.org/x/net from 0.6.0 to 0.7.0 (by dependabot[bot])
47+ - Bump actions/checkout from 2 to 3 (by dependabot[bot])
48+ - Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
49+ - Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 (by dependabot[bot])
50+ - Bump docker/build-push-action from 3 to 4 (by dependabot[bot])
51+
4452* Wed Feb 15 2023 <mackerel-developers@hatena.ne.jp> - 0.49.1
4553- Bump alpine from 3.17.1 to 3.17.2 (by dependabot[bot])
4654- Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 (by dependabot[bot])
Original file line number Diff line number Diff line change 11package main
22
3- const version = "0.49.1 "
3+ const version = "0.49.2 "
44
55var gitcommit string
You can’t perform that action at this time.
0 commit comments