Skip to content

Commit

Permalink
Merge pull request #594 from mackerelio/bump-version-0.53.0
Browse files Browse the repository at this point in the history
Release version 0.53.0
  • Loading branch information
lufia committed Sep 22, 2023
2 parents 4df54e1 + 1d5d9bd commit 5d3ac17
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.53.0 (2023-09-22)

* Bump docker/login-action from 2 to 3 #593 (dependabot[bot])
* Bump docker/setup-buildx-action from 2 to 3 #592 (dependabot[bot])
* Bump docker/setup-qemu-action from 2 to 3 #590 (dependabot[bot])
* Bump actions/checkout from 3 to 4 #589 (dependabot[bot])
* Bump golang.org/x/oauth2 from 0.7.0 to 0.12.0 #588 (dependabot[bot])
* Remove old rpm packaging #585 (yseto)


## 0.52.0 (2023-07-26)

* read annotation's description from file or stdin #582 (Arthur1)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.52.0
VERSION := 0.53.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

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

* Bump docker/login-action from 2 to 3 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/593>
* Bump docker/setup-buildx-action from 2 to 3 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/592>
* Bump docker/setup-qemu-action from 2 to 3 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/590>
* Bump actions/checkout from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/589>
* Bump golang.org/x/oauth2 from 0.7.0 to 0.12.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/588>
* Remove old rpm packaging (by yseto)
<https://github.com/mackerelio/mkr/pull/585>

-- mackerel <mackerel-developers@hatena.ne.jp> Fri, 22 Sep 2023 03:58:59 +0000

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

* read annotation's description from file or stdin (by Arthur1)
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
* 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])
- Bump docker/setup-qemu-action from 2 to 3 (by dependabot[bot])
- Bump actions/checkout from 3 to 4 (by dependabot[bot])
- Bump golang.org/x/oauth2 from 0.7.0 to 0.12.0 (by dependabot[bot])
- Remove old rpm packaging (by yseto)

* Wed Jul 26 2023 <mackerel-developers@hatena.ne.jp> - 0.52.0
- read annotation's description from file or stdin (by Arthur1)
- Bump github.com/mackerelio/mackerel-agent from 0.77.0 to 0.77.1 (by dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.52.0"
const version = "0.53.0"

var gitcommit string

0 comments on commit 5d3ac17

Please sign in to comment.