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.59.2 (2025-03-04)
4+
5+ * fix permission #686 (yseto)
6+ * added container registry GHCR #684 (yseto)
7+ * added container registry ECR Public #683 (yseto)
8+ * Bump mackerelio/workflows from 1.2.0 to 1.4.0 #682 (dependabot[ bot] )
9+
10+
311## 0.59.1 (2025-01-27)
412
513* Bump the stable-packages group across 1 directory with 3 updates #672 (dependabot[ bot] )
Original file line number Diff line number Diff line change 11BIN := mkr
2- VERSION := 0.59.1
2+ VERSION := 0.59.2
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.59.2-1.v2) stable; urgency=low
2+
3+ * fix permission (by yseto)
4+ <https://github.com/mackerelio/mkr/pull/686>
5+ * added container registry GHCR (by yseto)
6+ <https://github.com/mackerelio/mkr/pull/684>
7+ * added container registry ECR Public (by yseto)
8+ <https://github.com/mackerelio/mkr/pull/683>
9+ * Bump mackerelio/workflows from 1.2.0 to 1.4.0 (by dependabot[bot])
10+ <https://github.com/mackerelio/mkr/pull/682>
11+
12+ -- mackerel <
[email protected] > Tue, 4 Mar 2025 02:14:09 +0000
13+
114mkr (0.59.1-1.v2) stable; urgency=low
215
316 * Bump the stable-packages group across 1 directory with 3 updates (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+ *
Tue Mar 4 2025 <[email protected] > - 0.59.2 39+ - fix permission (by yseto)
40+ - added container registry GHCR (by yseto)
41+ - added container registry ECR Public (by yseto)
42+ - Bump mackerelio/workflows from 1.2.0 to 1.4.0 (by dependabot[bot])
43+
3844*
Mon Jan 27 2025 <[email protected] > - 0.59.1 3945- Bump the stable-packages group across 1 directory with 3 updates (by dependabot[bot])
4046- Fix CI build (by ne-sachirou)
Original file line number Diff line number Diff line change 11package main
22
3- const version = "0.59.1 "
3+ const version = "0.59.2 "
44
55var gitcommit string
You can’t perform that action at this time.
0 commit comments