Skip to content

Commit 4c34333

Browse files
authored
Merge pull request #652 from mackerelio/bump-version-0.58.0
Release version 0.58.0
2 parents bc65a39 + b714afe commit 4c34333

File tree

6 files changed

+29
-2
lines changed

6 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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])

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BIN := mkr
2-
VERSION := 0.57.1
2+
VERSION := 0.58.0
33
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
44
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"
55
export CGO_ENABLED := 0

packaging/deb-v2/debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
mkr (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.

packaging/rpm/mkr-v2.spec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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])

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package main
22

3-
const version = "0.57.1"
3+
const version = "0.58.0"
44

55
var gitcommit string

0 commit comments

Comments
 (0)