Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update ⬆️ dagger to v0.12.7 (#325)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dagger/dagger](https://redirect.github.com/dagger/dagger) | patch | `v0.12.5` -> `v0.12.7` | --- ### Release Notes <details> <summary>dagger/dagger (dagger/dagger)</summary> ### [`v0.12.7`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0127---2024-09-02) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.12.6...v0.12.7) ##### Fixed - Fixed regression in module ref parsing for no-protocol refs that had version suffixes by [@​jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8298](https://redirect.github.com/dagger/dagger/pull/8298) - Make `Git.tags` URL parsing consistent with `Git.tree` by [@​jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8298](https://redirect.github.com/dagger/dagger/pull/8298) - Load specified version when loading `php` or `elixir` sdk by [@​rajatjindal](https://redirect.github.com/rajatjindal) in [https://github.com/dagger/dagger/pull/8297](https://redirect.github.com/dagger/dagger/pull/8297) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.12.6`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0126---2024-08-29) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.12.5...v0.12.6) ##### Added - Add new context directory support by [@​TomChv](https://redirect.github.com/TomChv) in [https://github.com/dagger/dagger/pull/7744](https://redirect.github.com/dagger/dagger/pull/7744) \ This allows accessing their own source directory, without needing to explicitly pass directories around. - Support private modules with new SSH ref scheme and forward of SSH agent by [@​grouville](https://redirect.github.com/grouville) in [https://github.com/dagger/dagger/pull/7708](https://redirect.github.com/dagger/dagger/pull/7708) - Go-like public module refs (currently used) remain active - HTTP / HTTPS schemes are now supported as alternative public module refs - SSH refs are introduced, with support of SCP-like refs git@provider:user/repo and explicit ssh://provider/user/repo - Implements CLI call argument `--interactive-command` for overriding the default command used in interactive mode by [@​samalba](https://redirect.github.com/samalba) in [https://github.com/dagger/dagger/pull/8171](https://redirect.github.com/dagger/dagger/pull/8171) ##### Fixed - Error out if non-existent local module directory is passed to CLI by [@​jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8193](https://redirect.github.com/dagger/dagger/pull/8193) \ The file-not-found errors were previously silently ignored for the top-level module passed in the CLI. - Silence noisy `failed to get repo HEAD` CLI error by [@​jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8189](https://redirect.github.com/dagger/dagger/pull/8189) - Fix performance issues in `Container.withExec` after using `withMountedTemp` or `withMountedSecret` by [@​jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8180](https://redirect.github.com/dagger/dagger/pull/8180) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->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/scottames/dots). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
- Loading branch information