🚀 Enhancements
Split GEODESIC_DOCKER_EXTRA_ARGS into GEODESIC_DOCKER_EXTRA_LAUNCH_ARGS and GEODESIC_DOCKER_EXTRA_EXEC_ARGS @Nuru (#976)
what
GEODESIC_DOCKER_EXTRA_ARGSis deprecated. Geodesic distinguishes between options for launching a container
and options for exec’ing into a running one. UseGEODESIC_DOCKER_EXTRA_LAUNCH_ARGSfor container launch and
GEODESIC_DOCKER_EXTRA_EXEC_ARGSfor exec’ing into a running container.- Add additional outputs to
--verbosemode - Minor cleanups for non-standard launch attempts
why
- Some arguments only apply at launch time, while others my vary with each exec into the same container
- More clarity around options being passed to docker
- Catch a few more edge cases
🧰 Included Tools
Update dependency crudini to v0.9.6 @[renovate[bot]](https://github.com/apps/renovate) (#975)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| crudini | ==0.9.5 -> ==0.9.6
|
Release Notes
pixelb/crudini (crudini)
v0.9.6
-
Support BOM correctly. Previously we would have stripped any Byte Order Mark, and incorrectly matched items on the first line.
-
Extraneous blank lines are avoided when deleting a section. Previously blank lines preceeding a [section] were not removed. Note this will collapse multiple empty lines preceding all sections.
-
Support creating a section called "default". Previously this would have been disallowed, with an invalid section name error.
-
Support ensuring a single space in all 'name = value' entries in the file with --ini-options=space. This is symmetric and opposite to the existing --ini-options=nospace option.
-
Support ensuring a single blank line between sections, and no blank lines at the start or end of the file, with --ini-options=sectionspace.
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.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Footnote
In every release, we update all unpinned packages to their latest packaged versions. These changes are not detailed here.