Skip to content

Commit

Permalink
Merge pull request #687 from mackerelio/bump-version-0.59.2
Browse files Browse the repository at this point in the history
Release version 0.59.2
  • Loading branch information
yseto authored Mar 4, 2025
2 parents 6f483bb + c4a0165 commit a82913d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.59.2 (2025-03-04)

* fix permission #686 (yseto)
* added container registry GHCR #684 (yseto)
* added container registry ECR Public #683 (yseto)
* Bump mackerelio/workflows from 1.2.0 to 1.4.0 #682 (dependabot[bot])


## 0.59.1 (2025-01-27)

* Bump the stable-packages group across 1 directory with 3 updates #672 (dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.59.1
VERSION := 0.59.2
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"
export CGO_ENABLED := 0
Expand Down
13 changes: 13 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mkr (0.59.2-1.v2) stable; urgency=low

* fix permission (by yseto)
<https://github.com/mackerelio/mkr/pull/686>
* added container registry GHCR (by yseto)
<https://github.com/mackerelio/mkr/pull/684>
* added container registry ECR Public (by yseto)
<https://github.com/mackerelio/mkr/pull/683>
* Bump mackerelio/workflows from 1.2.0 to 1.4.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/682>

-- mackerel <[email protected]> Tue, 4 Mar 2025 02:14:09 +0000

mkr (0.59.1-1.v2) stable; urgency=low

* Bump the stable-packages group across 1 directory with 3 updates (by dependabot[bot])
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Tue Mar 4 2025 <[email protected]> - 0.59.2
- fix permission (by yseto)
- added container registry GHCR (by yseto)
- added container registry ECR Public (by yseto)
- Bump mackerelio/workflows from 1.2.0 to 1.4.0 (by dependabot[bot])

* Mon Jan 27 2025 <[email protected]> - 0.59.1
- Bump the stable-packages group across 1 directory with 3 updates (by dependabot[bot])
- Fix CI build (by ne-sachirou)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const version = "0.59.1"
const version = "0.59.2"

var gitcommit string

0 comments on commit a82913d

Please sign in to comment.