-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #594 from mackerelio/bump-version-0.53.0
Release version 0.53.0
- Loading branch information
Showing
6 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> 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) | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,14 @@ rm -f %{buildroot}%{_bindir}/%{name} | |
%{_bindir}/%{name} | ||
|
||
%changelog | ||
* Fri Sep 22 2023 <[email protected]> - 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 <[email protected]> - 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]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package main | ||
|
||
const version = "0.52.0" | ||
const version = "0.53.0" | ||
|
||
var gitcommit string |