Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency dagger/dagger to v0.12.5 #79

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
dagger/dagger patch 0.12.4 -> 0.12.5

Release Notes

dagger/dagger (dagger/dagger)

v0.12.5

Compare Source

Added
  • cli: allow calling core functions directly by @​helderco in https://github.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 in https://github.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>@&#8203;<version>.

  • Add File.digest method by @​TomChv in https://github.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 in https://github.com/dagger/dagger/pull/8147

Changed
Fixed
What to do next?

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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. View the repository job log.

| datasource  | package       | from    | to      |
| ----------- | ------------- | ------- | ------- |
| github-tags | dagger/dagger | v0.12.4 | v0.12.5 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot merged commit bdfefbd into main Aug 15, 2024
5 checks passed
@renovate renovate bot deleted the renovate/dagger-dagger-0.x branch August 15, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants