From 2448fda9ede3eb2d134587fe05b00dc9a09082a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:32:53 -0700 Subject: [PATCH] chore(deps): update dependency dagger/dagger to v0.12.1 (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.0` -> `v0.12.1` | --- ### Release Notes
dagger/dagger (dagger/dagger) ### [`v0.12.1`](https://togithub.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0121---2024-07-18) [Compare Source](https://togithub.com/dagger/dagger/compare/v0.12.0...v0.12.1) ##### Added - cli: add support for passing `Socket`s as arguments from the CLI to Functions by [@​sipsma](https://togithub.com/sipsma) in [https://github.com/dagger/dagger/pull/7804](https://togithub.com/dagger/dagger/pull/7804) - cli: new `--compat` flag for develop to target a specific api version by [@​jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/7948](https://togithub.com/dagger/dagger/pull/7948) ##### Changed - cloud: traces are not uploaded for `dagger version`/`dagger login`/`dagger logout`/etc by [@​jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/7928](https://togithub.com/dagger/dagger/pull/7928) ##### Fixed - core: allow `@` in local module name by [@​grouville](https://togithub.com/grouville) in [https://github.com/dagger/dagger/pull/7891](https://togithub.com/dagger/dagger/pull/7891) - cli: fix `dagger version` sometimes disappearing by [@​jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/7919](https://togithub.com/dagger/dagger/pull/7919) - cli: avoid api errors when calling modules in compat mode by [@​jedevc](https://togithub.com/jedevc) in [https://github.com/dagger/dagger/pull/7924](https://togithub.com/dagger/dagger/pull/7924) ##### 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 - "after 4pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/scottames/daggerverse). --------- 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> --- .aqua/aqua.yaml | 2 +- cosign/dagger.json | 2 +- distrobox/dagger.json | 2 +- fedora/dagger.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.aqua/aqua.yaml b/.aqua/aqua.yaml index 73532f1..f34bc3a 100644 --- a/.aqua/aqua.yaml +++ b/.aqua/aqua.yaml @@ -7,4 +7,4 @@ packages: - name: int128/ghcp@v1.13.3 # required for aqua-checksums update - name: kevincobain2000/gobrew@v1.10.8 - name: casey/just@1.32.0 - - name: dagger/dagger@v0.12.0 + - name: dagger/dagger@v0.12.1 diff --git a/cosign/dagger.json b/cosign/dagger.json index 42604e3..a373613 100644 --- a/cosign/dagger.json +++ b/cosign/dagger.json @@ -2,5 +2,5 @@ "name": "cosign", "sdk": "go", "source": ".", - "engineVersion": "v0.12.0" + "engineVersion": "v0.12.1" } diff --git a/distrobox/dagger.json b/distrobox/dagger.json index 0daed1e..e84eb67 100644 --- a/distrobox/dagger.json +++ b/distrobox/dagger.json @@ -2,5 +2,5 @@ "name": "distrobox", "sdk": "go", "source": ".", - "engineVersion": "v0.12.0" + "engineVersion": "v0.12.1" } diff --git a/fedora/dagger.json b/fedora/dagger.json index b905de2..9166b12 100644 --- a/fedora/dagger.json +++ b/fedora/dagger.json @@ -2,5 +2,5 @@ "name": "fedora", "sdk": "go", "source": ".", - "engineVersion": "v0.12.0" + "engineVersion": "v0.12.1" }