-
Notifications
You must be signed in to change notification settings - Fork 33
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 #643 from mackerelio/bump-version-0.57.1
Release version 0.57.1
- Loading branch information
Showing
6 changed files
with
49 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,26 @@ | ||
mkr (0.57.1-1.v2) stable; urgency=low | ||
|
||
* Bump github.com/mackerelio/mackerel-agent from 0.80.0 to 0.81.0 in the stable-packages group (by dependabot[bot]) | ||
<https://github.com/mackerelio/mkr/pull/642> | ||
* Bump golang.org/x/net from 0.22.0 to 0.23.0 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mkr/pull/640> | ||
* Bump the stable-packages group with 4 updates (by dependabot[bot]) | ||
<https://github.com/mackerelio/mkr/pull/639> | ||
* Bump github.com/itchyny/gojq from 0.12.14 to 0.12.15 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mkr/pull/638> | ||
* Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mkr/pull/634> | ||
* Bump peter-evans/repository-dispatch from 2 to 3 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mkr/pull/623> | ||
* Bump actions/download-artifact from 3 to 4 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mkr/pull/615> | ||
* Bump actions/upload-artifact from 3 to 4 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mkr/pull/614> | ||
* Bump docker/build-push-action from 4 to 5 (by dependabot[bot]) | ||
<https://github.com/mackerelio/mkr/pull/591> | ||
|
||
-- mackerel <[email protected]> Wed, 1 May 2024 07:47:57 +0000 | ||
|
||
mkr (0.57.0-1.v2) stable; urgency=low | ||
|
||
* Bump the stable-packages group with 4 updates (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,17 @@ rm -f %{buildroot}%{_bindir}/%{name} | |
%{_bindir}/%{name} | ||
|
||
%changelog | ||
* Wed May 1 2024 <[email protected]> - 0.57.1 | ||
- Bump github.com/mackerelio/mackerel-agent from 0.80.0 to 0.81.0 in the stable-packages group (by dependabot[bot]) | ||
- Bump golang.org/x/net from 0.22.0 to 0.23.0 (by dependabot[bot]) | ||
- Bump the stable-packages group with 4 updates (by dependabot[bot]) | ||
- Bump github.com/itchyny/gojq from 0.12.14 to 0.12.15 (by dependabot[bot]) | ||
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (by dependabot[bot]) | ||
- Bump peter-evans/repository-dispatch from 2 to 3 (by dependabot[bot]) | ||
- Bump actions/download-artifact from 3 to 4 (by dependabot[bot]) | ||
- Bump actions/upload-artifact from 3 to 4 (by dependabot[bot]) | ||
- Bump docker/build-push-action from 4 to 5 (by dependabot[bot]) | ||
|
||
* Mon Mar 18 2024 <[email protected]> - 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]) | ||
|
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.57.0" | ||
const version = "0.57.1" | ||
|
||
var gitcommit string |