Skip to content

Commit

Permalink
Merge pull request #618 from mackerelio/bump-version-0.54.0
Browse files Browse the repository at this point in the history
Release version 0.54.0
  • Loading branch information
yohfee committed Dec 22, 2023
2 parents d8b8784 + e7b2e50 commit 317d6b3
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 0.54.0 (2023-12-22)

* Bump the stable-packages group with 1 update #617 (dependabot[bot])
* Bump golang.org/x/crypto from 0.13.0 to 0.17.0 #616 (dependabot[bot])
* Bump actions/setup-go from 4 to 5 #612 (dependabot[bot])
* Bump the stable-packages group with 5 updates #610 (dependabot[bot])
* update Go version to 1.21 and 1.20 by using reusable workflow #604 (lufia)


## 0.53.0 (2023-09-22)

* Bump docker/login-action from 2 to 3 #593 (dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.53.0
VERSION := 0.54.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

Expand Down
15 changes: 15 additions & 0 deletions packaging/deb-v2/debian/changelog
@@ -1,3 +1,18 @@
mkr (0.54.0-1.v2) stable; urgency=low

* Bump the stable-packages group with 1 update (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/617>
* Bump golang.org/x/crypto from 0.13.0 to 0.17.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/616>
* Bump actions/setup-go from 4 to 5 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/612>
* Bump the stable-packages group with 5 updates (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/610>
* update Go version to 1.21 and 1.20 by using reusable workflow (by lufia)
<https://github.com/mackerelio/mkr/pull/604>

-- mackerel <mackerel-developers@hatena.ne.jp> Fri, 22 Dec 2023 01:33:22 +0000

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

* Bump docker/login-action from 2 to 3 (by dependabot[bot])
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions packaging/rpm/mkr-v2.spec
Expand Up @@ -35,6 +35,13 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Fri Dec 22 2023 <mackerel-developers@hatena.ne.jp> - 0.54.0
- Bump the stable-packages group with 1 update (by dependabot[bot])
- Bump golang.org/x/crypto from 0.13.0 to 0.17.0 (by dependabot[bot])
- Bump actions/setup-go from 4 to 5 (by dependabot[bot])
- Bump the stable-packages group with 5 updates (by dependabot[bot])
- update Go version to 1.21 and 1.20 by using reusable workflow (by lufia)

* Fri Sep 22 2023 <mackerel-developers@hatena.ne.jp> - 0.53.0
- Bump docker/login-action from 2 to 3 (by dependabot[bot])
- Bump docker/setup-buildx-action from 2 to 3 (by dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.53.0"
const version = "0.54.0"

var gitcommit string

0 comments on commit 317d6b3

Please sign in to comment.