Skip to content

Commit

Permalink
Merge pull request #636 from mackerelio/bump-version-0.57.0
Browse files Browse the repository at this point in the history
Release version 0.57.0
  • Loading branch information
yohfee committed Mar 18, 2024
2 parents 48f0ed0 + 77f0f85 commit d109475
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## 0.57.0 (2024-03-18)

* Bump the stable-packages group with 4 updates #635 (dependabot[bot])
* Bump the dev-dependencies group with 1 update #629 (dependabot[bot])
* Bump mackerelio/workflows from 1.0.2 to 1.1.0 #627 (dependabot[bot])
* Bump golang from 1.21-alpine to 1.22-alpine #625 (dependabot[bot])
* Bump alpine from 3.17.3 to 3.19.1 #624 (dependabot[bot])
* Bump github.com/itchyny/gojq from 0.12.13 to 0.12.14 #609 (dependabot[bot])


## 0.56.0 (2024-03-07)

* Always set CGO_ENABLED=0 #630 (fujiwara)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.56.0
VERSION := 0.57.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"
export CGO_ENABLED := 0
Expand Down
17 changes: 17 additions & 0 deletions packaging/deb-v2/debian/changelog
@@ -1,3 +1,20 @@
mkr (0.57.0-1.v2) stable; urgency=low

* Bump the stable-packages group with 4 updates (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/635>
* Bump the dev-dependencies group with 1 update (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/629>
* Bump mackerelio/workflows from 1.0.2 to 1.1.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/627>
* Bump golang from 1.21-alpine to 1.22-alpine (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/625>
* Bump alpine from 3.17.3 to 3.19.1 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/624>
* Bump github.com/itchyny/gojq from 0.12.13 to 0.12.14 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/609>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 18 Mar 2024 06:02:45 +0000

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

* Always set CGO_ENABLED=0 (by fujiwara)
Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions packaging/rpm/mkr-v2.spec
Expand Up @@ -35,6 +35,14 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Mon Mar 18 2024 <mackerel-developers@hatena.ne.jp> - 0.57.0
- Bump the stable-packages group with 4 updates (by dependabot[bot])
- Bump the dev-dependencies group with 1 update (by dependabot[bot])
- Bump mackerelio/workflows from 1.0.2 to 1.1.0 (by dependabot[bot])
- Bump golang from 1.21-alpine to 1.22-alpine (by dependabot[bot])
- Bump alpine from 3.17.3 to 3.19.1 (by dependabot[bot])
- Bump github.com/itchyny/gojq from 0.12.13 to 0.12.14 (by dependabot[bot])

* Thu Mar 7 2024 <mackerel-developers@hatena.ne.jp> - 0.56.0
- Always set CGO_ENABLED=0 (by fujiwara)

Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.56.0"
const version = "0.57.0"

var gitcommit string

0 comments on commit d109475

Please sign in to comment.