Download Latest Version v4.4.0 source code.tar.gz (3.9 MB)
Email in envelope

Get an email when there's a new version of Geodesic

Home / 4.4.0
Name Modified Size InfoDownloads / 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. Use GEODESIC_DOCKER_EXTRA_LAUNCH_ARGS for container launch and GEODESIC_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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/crudini/0.9.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/crudini/0.9.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/crudini/0.9.5/0.9.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/crudini/0.9.5/0.9.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pixelb/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.
--- ### 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudposse/geodesic).

Footnote

In every release, we update all unpinned packages to their latest packaged versions. These changes are not detailed here.

Source: README.md, updated 2025-05-05