File tree 6 files changed +25
-2
lines changed
6 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.60.0 (2025-03-31)
4
+
5
+ * update mackerel-client-go to v0.36.0 #691 (fujiwara)
6
+ * replace to newer runner-images #690 (yseto)
7
+ * Bump golang.org/x/net from 0.33.0 to 0.36.0 #689 (dependabot[ bot] )
8
+
9
+
3
10
## 0.59.2 (2025-03-04)
4
11
5
12
* fix permission #686 (yseto)
Original file line number Diff line number Diff line change 1
1
BIN := mkr
2
- VERSION := 0.59.2
2
+ VERSION := 0.60.0
3
3
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
4
4
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION ) "
5
5
export CGO_ENABLED := 0
Original file line number Diff line number Diff line change
1
+ mkr (0.60.0-1.v2) stable; urgency=low
2
+
3
+ * update mackerel-client-go to v0.36.0 (by fujiwara)
4
+ <https://github.com/mackerelio/mkr/pull/691>
5
+ * replace to newer runner-images (by yseto)
6
+ <https://github.com/mackerelio/mkr/pull/690>
7
+ * Bump golang.org/x/net from 0.33.0 to 0.36.0 (by dependabot[bot])
8
+ <https://github.com/mackerelio/mkr/pull/689>
9
+
10
+ -- mackerel <mackerel-developers@hatena.ne.jp> Mon, 31 Mar 2025 06:35:18 +0000
11
+
1
12
mkr (0.59.2-1.v2) stable; urgency=low
2
13
3
14
* fix permission (by yseto)
File renamed without changes.
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ rm -f %{buildroot}%{_bindir}/%{name}
35
35
%{_bindir }/%{name }
36
36
37
37
%changelog
38
+ * Mon Mar 31 2025 <mackerel-developers@hatena.ne.jp> - 0.60.0
39
+ - update mackerel-client-go to v0.36.0 (by fujiwara)
40
+ - replace to newer runner-images (by yseto)
41
+ - Bump golang.org/x/net from 0.33.0 to 0.36.0 (by dependabot[bot])
42
+
38
43
* Tue Mar 4 2025 <mackerel-developers@hatena.ne.jp> - 0.59.2
39
44
- fix permission (by yseto)
40
45
- added container registry GHCR (by yseto)
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
- const version = "0.59.2 "
3
+ const version = "0.60.0 "
4
4
5
5
var gitcommit string
You can’t perform that action at this time.
0 commit comments