-
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.
ready for next release and update changelogs. version: 0.54.0
- Loading branch information
1 parent
d8b8784
commit e7b2e50
Showing
6 changed files
with
33 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,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 <[email protected]> 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]) | ||
|
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,13 @@ rm -f %{buildroot}%{_bindir}/%{name} | |
%{_bindir}/%{name} | ||
|
||
%changelog | ||
* Fri Dec 22 2023 <[email protected]> - 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 <[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]) | ||
|
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.53.0" | ||
const version = "0.54.0" | ||
|
||
var gitcommit string |