Open renovate[bot] opened 1 year ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
[08:00:14.928] INFO (9): Installing tool dotnet v7.0.306...
installing v2 tool dotnet v7.0.306
dotnet-install: Attempting to download using primary link https://dotnetcli.azureedge.net/dotnet/Sdk/7.0.306/dotnet-sdk-7.0.306-linux-x64.tar.gz
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Sdk/7.0.306/dotnet-sdk-7.0.306-linux-x64.tar.gz
dotnet-install: Installed version is 7.0.306
dotnet-install: Binaries of dotnet can be found in /opt/containerbase/tools/dotnet
dotnet-install: Note that the script does not resolve dependencies during installation.
dotnet-install: To check the list of dependencies, go to https://learn.microsoft.com/dotnet/core/install, select your operating system and check the "Dependencies" section.
dotnet-install: Installation finished successfully.
linking tool dotnet v7.0.306
[08:00:23.027] FATAL (9): Command failed with exit code 145: /usr/local/containerbase/bin/install-tool dotnet 7.0.306
err: {
"type": "Error",
"message": "Command failed with exit code 145: /usr/local/containerbase/bin/install-tool dotnet 7.0.306",
"stack":
Error: Command failed with exit code 145: /usr/local/containerbase/bin/install-tool dotnet 7.0.306
at makeError (/snapshot/dist/containerbase-cli.js:40967:13)
at handlePromise (/snapshot/dist/containerbase-cli.js:41422:29)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:42294:5)
at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:42460:7)
at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:42529:14)
at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:1342:26)
at async _Cli.run (/snapshot/dist/containerbase-cli.js:2455:22)
at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:2463:28)
at async main (/snapshot/dist/containerbase-cli.js:42689:3)
"shortMessage": "Command failed with exit code 145: /usr/local/containerbase/bin/install-tool dotnet 7.0.306",
"command": "/usr/local/containerbase/bin/install-tool dotnet 7.0.306",
"escapedCommand": "\"/usr/local/containerbase/bin/install-tool\" dotnet 7.0.306",
"exitCode": 145,
"failed": true,
"timedOut": false,
"isCanceled": false,
"killed": false
}
[08:00:23.029] INFO (9): Installed tool dotnet with errors in 8.1s.
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR contains the following updates:
0.30.4
->0.32.0
Release Notes
xoofx/markdig (Markdig)
### [`v0.32.0`](https://togithub.com/xoofx/markdig/releases/tag/0.32.0) [Compare Source](https://togithub.com/xoofx/markdig/compare/0.31.0...0.32.0) ### Changes #### 🐛 Bug Fixes - Make AllowNull internal to prevent conflicts (PR [#726](https://togithub.com/xoofx/markdig/issues/726)) by [@mkapahnke](https://togithub.com/mkapahnke) #### 🚀 Enhancements - Add line count check to avoid out of range (PR [#710](https://togithub.com/xoofx/markdig/issues/710)) by [@valterc](https://togithub.com/valterc) - Add relative path support for Audio and Video Urls to MediaLinks Extension (PR [#723](https://togithub.com/xoofx/markdig/issues/723)) by [@RickStrahl](https://togithub.com/RickStrahl) #### 📚 Documentation - Made the markdown class not partial and fixed the ToPlainText summary. (PR [#724](https://togithub.com/xoofx/markdig/issues/724)) by [@DeveloPoel](https://togithub.com/DeveloPoel) **Full Changelog**: [0.31.0...0.32.0](https://togithub.com/xoofx/markdig/compare/0.31.0...0.32.0) Published with [dotnet-releaser](https://togithub.com/xoofx/dotnet-releaser/) ### [`v0.31.0`](https://togithub.com/xoofx/markdig/releases/tag/0.31.0) [Compare Source](https://togithub.com/xoofx/markdig/compare/0.30.4...0.31.0) ### Changes #### ✨ New Features - Add Contributing Docs (PR [#674](https://togithub.com/xoofx/markdig/issues/674)) by [@wbaldoumas](https://togithub.com/wbaldoumas) #### 🐛 Bug Fixes - Fix incorrect setext heading source span (PR [#696](https://togithub.com/xoofx/markdig/issues/696)) by [@artempyanykh](https://togithub.com/artempyanykh) #### 🚀 Enhancements - Option to set controls attribute for MediaLinks (PR [#672](https://togithub.com/xoofx/markdig/issues/672)) by [@LukeTOBrien](https://togithub.com/LukeTOBrien) - Allow YAML front matter in the middle of the document (PR [#701](https://togithub.com/xoofx/markdig/issues/701)) by [@yufeih](https://togithub.com/yufeih) #### 🧰 Misc - Copyedit the grid table extension documentation (PR [#678](https://togithub.com/xoofx/markdig/issues/678)) by [@waldyrious](https://togithub.com/waldyrious) - Drop netcoreapp3.1 target (PR [#685](https://togithub.com/xoofx/markdig/issues/685)) by [@iamcarbon](https://togithub.com/iamcarbon) - Bump .NET framework target to net462 (PR [#690](https://togithub.com/xoofx/markdig/issues/690)) by [@iamcarbon](https://togithub.com/iamcarbon) - Enable ImplictUsings and use file-scoped namespaces (PR [#693](https://togithub.com/xoofx/markdig/issues/693)) by [@iamcarbon](https://togithub.com/iamcarbon) - Update specs ([`8155a1e`](https://togithub.com/xoofx/markdig/commit/8155a1e3)) **Full Changelog**: [0.30.4...0.31.0](https://togithub.com/xoofx/markdig/compare/0.30.4...0.31.0) Published with [dotnet-releaser](https://togithub.com/xoofx/dotnet-releaser/)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.