Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-05 | 3.8 kB | |
v4.4.0 source code.tar.gz | 2025-05-05 | 3.9 MB | |
v4.4.0 source code.zip | 2025-05-05 | 4.0 MB | |
Totals: 3 Items | 7.9 MB | 3 |
🚀 Enhancements
Split GEODESIC_DOCKER_EXTRA_ARGS
into GEODESIC_DOCKER_EXTRA_LAUNCH_ARGS
and GEODESIC_DOCKER_EXTRA_EXEC_ARGS
@Nuru (#976)
what
GEODESIC_DOCKER_EXTRA_ARGS
is deprecated. Geodesic distinguishes between options for launching a container and options for exec’ing into a running one. UseGEODESIC_DOCKER_EXTRA_LAUNCH_ARGS
for container launch andGEODESIC_DOCKER_EXTRA_EXEC_ARGS
for exec’ing into a running container.- Add additional outputs to
--verbose
mode - 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](https://redirect.github.com/pixelb/crudini) | `==0.9.5` -> `==0.9.6` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notespixelb/crudini (crudini)
### [`v0.9.6`](https://redirect.github.com/pixelb/crudini/releases/tag/0.9.6) [Compare Source](https://redirect.github.com/pixelb/crudini/compare/0.9.5...0.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.Footnote
In every release, we update all unpinned packages to their latest packaged versions. These changes are not detailed here.