File tree Expand file tree Collapse file tree 6 files changed +29
-2
lines changed Expand file tree Collapse file tree 6 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.58.0 (2024-06-12)
4+
5+ * Bump the stable-packages group with 3 updates #651 (dependabot[ bot] )
6+ * Update Go and dependencies #650 (lufia)
7+ * Add ` --jq ` option to ` org ` sub command #646 (kmuto)
8+ * Bump github.com/urfave/cli from 1.22.14 to 1.22.15 #641 (dependabot[ bot] )
9+
10+
311## 0.57.1 (2024-05-01)
412
513* Bump github.com/mackerelio/mackerel-agent from 0.80.0 to 0.81.0 in the stable-packages group #642 (dependabot[ bot] )
Original file line number Diff line number Diff line change 11BIN := mkr
2- VERSION := 0.57.1
2+ VERSION := 0.58.0
33CURRENT_REVISION := $(shell git rev-parse --short HEAD)
44BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION ) "
55export CGO_ENABLED := 0
Original file line number Diff line number Diff line change 1+ mkr (0.58.0-1.v2) stable; urgency=low
2+
3+ * Bump the stable-packages group with 3 updates (by dependabot[bot])
4+ <https://github.com/mackerelio/mkr/pull/651>
5+ * Update Go and dependencies (by lufia)
6+ <https://github.com/mackerelio/mkr/pull/650>
7+ * Add `--jq` option to `org` sub command (by kmuto)
8+ <https://github.com/mackerelio/mkr/pull/646>
9+ * Bump github.com/urfave/cli from 1.22.14 to 1.22.15 (by dependabot[bot])
10+ <https://github.com/mackerelio/mkr/pull/641>
11+
12+ -- mackerel <
[email protected] > Wed, 12 Jun 2024 07:00:18 +0000
13+
114mkr (0.57.1-1.v2) stable; urgency=low
215
316 * Bump github.com/mackerelio/mackerel-agent from 0.80.0 to 0.81.0 in the stable-packages group (by dependabot[bot])
File renamed without changes.
Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ rm -f %{buildroot}%{_bindir}/%{name}
3535%{_bindir }/%{name }
3636
3737%changelog
38+ *
Wed Jun 12 2024 <[email protected] > - 0.58.0 39+ - Bump the stable-packages group with 3 updates (by dependabot[bot])
40+ - Update Go and dependencies (by lufia)
41+ - Add `--jq` option to `org` sub command (by kmuto)
42+ - Bump github.com/urfave/cli from 1.22.14 to 1.22.15 (by dependabot[bot])
43+
3844*
Wed May 1 2024 <[email protected] > - 0.57.1 3945- Bump github.com/mackerelio/mackerel-agent from 0.80.0 to 0.81.0 in the stable-packages group (by dependabot[bot])
4046- Bump golang.org/x/net from 0.22.0 to 0.23.0 (by dependabot[bot])
Original file line number Diff line number Diff line change 11package main
22
3- const version = "0.57.1 "
3+ const version = "0.58.0 "
44
55var gitcommit string
You can’t perform that action at this time.
0 commit comments