Closed renovate[bot] closed 4 months 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:
tool poetry v1.8.2 is already installed
tool is already linked: poetry v1.8.2
No /opt/containerbase/tools/poetry/1.8.2/3.7.17/bin/poetry defined - aborting
[15:11:33.319] INFO (1380): Installing tool poetry@1.8.2...
[15:11:33.374] FATAL (1380): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh poetry 1.8.2
err: {
"type": "Error",
"message": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh poetry 1.8.2",
"stack":
Error: Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh poetry 1.8.2
at makeError (/snapshot/dist/containerbase-cli.js:40198:13)
at handlePromise (/snapshot/dist/containerbase-cli.js:40913:29)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:53543:5)
at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:53727:9)
at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:53937:14)
at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2430:26)
at async _Cli.run (/snapshot/dist/containerbase-cli.js:3543:22)
at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3551:28)
at async main (/snapshot/dist/containerbase-cli.js:54131:3)
"shortMessage": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh poetry 1.8.2",
"command": "/usr/local/containerbase/bin/install-tool.sh poetry 1.8.2",
"escapedCommand": "\"/usr/local/containerbase/bin/install-tool.sh\" poetry 1.8.2",
"exitCode": 1,
"cwd": "/tmp/renovate/repos/github/bitwarden/splunk",
"failed": true,
"timedOut": false,
"isCanceled": false,
"killed": false
}
[15:11:33.398] INFO (1380): Installed tool poetry with errors in 79ms.
Checkmarx One – Scan Summary & Details – 7846afb4-0681-48be-a44a-2ce64b2b5a18
CI is locked to python 3.7, cannot upgrade this lib (it's not used in production anyway, more for development perspective)
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
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:
[16:51:23.159] INFO (1161): Installing tool poetry@1.8.2...
tool poetry v1.8.2 is already installed
tool is already linked: poetry v1.8.2
No /opt/containerbase/tools/poetry/1.8.2/3.7.17/bin/poetry defined - aborting
[16:51:23.324] FATAL (1161): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh poetry 1.8.2
err: {
"type": "Error",
"message": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh poetry 1.8.2",
"stack":
Error: Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh poetry 1.8.2
at makeError (/snapshot/dist/containerbase-cli.js:39211:13)
at handlePromise (/snapshot/dist/containerbase-cli.js:39926:29)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:51986:5)
at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52170:9)
at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52380:14)
at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2428:26)
at async _Cli.run (/snapshot/dist/containerbase-cli.js:3541:22)
at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3549:28)
at async main (/snapshot/dist/containerbase-cli.js:52574:3)
"shortMessage": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh poetry 1.8.2",
"command": "/usr/local/containerbase/bin/install-tool.sh poetry 1.8.2",
"escapedCommand": "\"/usr/local/containerbase/bin/install-tool.sh\" poetry 1.8.2",
"exitCode": 1,
"cwd": "/tmp/renovate/repos/github/bitwarden/splunk",
"failed": true,
"timedOut": false,
"isCanceled": false,
"killed": false
}
[16:51:23.334] INFO (1161): Installed tool poetry with errors in 182ms.
Closing this in favor of @mzieniukbw 's approach in https://github.com/bitwarden/splunk/pull/46
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x
releases. But if you manually upgrade to 1.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
0.21.1
->1.0.1
Release Notes
theskumar/python-dotenv (python-dotenv)
### [`v1.0.1`](https://togithub.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#101---2024-01-23) [Compare Source](https://togithub.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1) **Fixed** - Gracefully handle code which has been imported from a zipfile (\[[#456](https://togithub.com/theskumar/python-dotenv/issues/456)] by \[[@samwyma](https://togithub.com/samwyma)]) - Allow modules using load_dotenv to be reloaded when launched in a separate thread (\[[#497](https://togithub.com/theskumar/python-dotenv/issues/497)] by \[[@freddyaboulton](https://togithub.com/freddyaboulton)]) - Fix file not closed after deletion, handle error in the rewrite function (\[[#469](https://togithub.com/theskumar/python-dotenv/issues/469)] by \[[@Qwerty-133](https://togithub.com/Qwerty-133)]) **Misc** - Use pathlib.Path in tests (\[[#466](https://togithub.com/theskumar/python-dotenv/issues/466)] by \[[@eumiro](https://togithub.com/eumiro)]) - Fix year in release date in changelog.md (\[[#454](https://togithub.com/theskumar/python-dotenv/issues/454)] by \[[@jankislinger](https://togithub.com/jankislinger)]) - Use https in README links (\[[#474](https://togithub.com/theskumar/python-dotenv/issues/474)] by \[[@Nicals](https://togithub.com/Nicals)]) ### [`v1.0.0`](https://togithub.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#100) [Compare Source](https://togithub.com/theskumar/python-dotenv/compare/v0.21.1...v1.0.0) **Fixed** - Drop support for python 3.7, add python 3.12-dev ([#449](https://togithub.com/theskumar/python-dotenv/issues/449) by \[[@theskumar](https://togithub.com/theskumar)]) - Handle situations where the cwd does not exist. ([#446](https://togithub.com/theskumar/python-dotenv/issues/446) by \[[@jctanner](https://togithub.com/jctanner)])Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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.