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.5 (#308)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dagger/dagger](https://togithub.com/dagger/dagger) | patch | `v0.12.4` -> `v0.12.5` | --- ### Release Notes <details> <summary>dagger/dagger (dagger/dagger)</summary> ### [`v0.12.5`](https://togithub.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0125---2024-08-15) [Compare Source](https://togithub.com/dagger/dagger/compare/v0.12.4...v0.12.5) ##### Added - cli: allow calling core functions directly by [@​helderco](https://togithub.com/helderco) in [https://github.com/dagger/dagger/pull/7310](https://togithub.com/dagger/dagger/pull/7310) \ Usage: `dagger core <function>` \ Example: `dagger core container from --address=alpine terminal` Works the same as `dagger call`, but instead of loading a user module, it only uses functions from the core API. Run `dagger core --help` for available functions. *Note that this command is experimental and the DX for calling core functions in the CLI may change in the future.* - New SDK aliases for `elixir` and `php` by [@​jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/8067](https://togithub.com/dagger/dagger/pull/8067) \ SDKs with experimental module support (elixir and php) can now be accessed using `--sdk=<sdk>` (such as `--sdk=elixir` and `--sdk=php` respectively) instead of the full form `--sdk=github.com/dagger/dagger/sdk/<sdk>@​<version>`. - Add `File.digest` method by [@​TomChv](https://togithub.com/TomChv) in [https://github.com/dagger/dagger/pull/8114](https://togithub.com/dagger/dagger/pull/8114) \ This method provides an efficient way to compute a file's digest, which unlock optimized file comparison or check for file changes. - Bundle CLI in the Engine image so that both parts of Dagger (CLI+Engine) ship as a single artefact by [@​gerhard](https://togithub.com/gerhard) in [https://github.com/dagger/dagger/pull/8147](https://togithub.com/dagger/dagger/pull/8147) ##### Changed - Reimplemented the OpenTelemetry data pipeline to avoid hangs and other complications by [@​vito](https://togithub.com/vito) in [https://github.com/dagger/dagger/pull/7996](https://togithub.com/dagger/dagger/pull/7996) ##### Fixed - Fix `Directory.glob` to correctly handle globs with subdir prefixes by [@​jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/8110](https://togithub.com/dagger/dagger/pull/8110) \ Previously, attempting to glob with a prefix subdir in a pattern like `<subdir>/*` would not match any files. This should now be fixed, and files in `<subdir>` will now be correctly matched. - Fix `failed to collect IDs from parent fields` error when module objects contain fields with nil values by @​jedevc/[@​sipsma](https://togithub.com/sipsma) in [https://github.com/dagger/dagger/pull/8132](https://togithub.com/dagger/dagger/pull/8132) - Fixed enum lists in modules by [@​helderco](https://togithub.com/helderco) in [https://github.com/dagger/dagger/pull/8096](https://togithub.com/dagger/dagger/pull/8096) - Fixed referring to module's own objects/interfaces/enums in constructor signature by [@​jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/8115](https://togithub.com/dagger/dagger/pull/8115) \ Previously, modules would fail to launch if they declared a constructor that contained a reference to a type from it's own module in it's args. - Fixed using custom enum types as optional arguments by [@​jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/8148](https://togithub.com/dagger/dagger/pull/8148) \ Previously, function calls that defined an optional argument would not be callable. - Make retrieving secret from command works on Windows by [@​wingyplus](https://togithub.com/wingyplus) in [https://github.com/dagger/dagger/pull/8121](https://togithub.com/dagger/dagger/pull/8121) ##### 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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/scottames/dots). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- 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