dagger/dagger (dagger/dagger)
### [`v0.12.6`](https://togithub.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0126---2024-08-29)
[Compare Source](https://togithub.com/dagger/dagger/compare/v0.12.5...v0.12.6)
##### Added
- Add new context directory support by [@TomChv](https://togithub.com/TomChv) in [https://github.com/dagger/dagger/pull/7744](https://togithub.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://togithub.com/grouville) in [https://github.com/dagger/dagger/pull/7708](https://togithub.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://togithub.com/samalba) in [https://github.com/dagger/dagger/pull/8171](https://togithub.com/dagger/dagger/pull/8171)
##### Fixed
- Error out if non-existent local module directory is passed to CLI by [@jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/8193](https://togithub.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://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/8189](https://togithub.com/dagger/dagger/pull/8189)
- Fix performance issues in `Container.withExec` after using `withMountedTemp` or `withMountedSecret` by [@jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/8180](https://togithub.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)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.12.5
->0.12.6
Release Notes
dagger/dagger (dagger/dagger)
### [`v0.12.6`](https://togithub.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0126---2024-08-29) [Compare Source](https://togithub.com/dagger/dagger/compare/v0.12.5...v0.12.6) ##### Added - Add new context directory support by [@TomChv](https://togithub.com/TomChv) in [https://github.com/dagger/dagger/pull/7744](https://togithub.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://togithub.com/grouville) in [https://github.com/dagger/dagger/pull/7708](https://togithub.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://togithub.com/samalba) in [https://github.com/dagger/dagger/pull/8171](https://togithub.com/dagger/dagger/pull/8171) ##### Fixed - Error out if non-existent local module directory is passed to CLI by [@jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/8193](https://togithub.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://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/8189](https://togithub.com/dagger/dagger/pull/8189) - Fix performance issues in `Container.withExec` after using `withMountedTemp` or `withMountedSecret` by [@jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/8180](https://togithub.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)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.