Skip to content

Commit

Permalink
chore(deps): update dependency dagger/dagger to v0.12.1 (#4)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>dagger/dagger (dagger/dagger)</summary>

###
[`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 [@&#8203;sipsma](https://togithub.com/sipsma) in
[dagger/dagger#7804
- cli: new `--compat` flag for develop to target a specific api version
by [@&#8203;jedevc](https://togithub.com/jedevc) in
[dagger/dagger#7948

##### Changed

- cloud: traces are not uploaded for `dagger version`/`dagger
login`/`dagger logout`/etc by
[@&#8203;jedevc](https://togithub.com/jedevc) in
[dagger/dagger#7928

##### Fixed

- core: allow `@` in local module name by
[@&#8203;grouville](https://togithub.com/grouville) in
[dagger/dagger#7891
- cli: fix `dagger version` sometimes disappearing by
[@&#8203;jedevc](https://togithub.com/jedevc) in
[dagger/dagger#7919
- cli: avoid api errors when calling modules in compat mode by
[@&#8203;jedevc](https://togithub.com/jedevc) in
[dagger/dagger#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)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

---------

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
renovate[bot] and scottames-github-bot[bot] committed Jul 20, 2024
1 parent 022b025 commit 2448fda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ packages:
- name: int128/[email protected] # required for aqua-checksums update
- name: kevincobain2000/[email protected]
- name: casey/[email protected]
- name: dagger/[email protected].0
- name: dagger/[email protected].1
2 changes: 1 addition & 1 deletion cosign/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "cosign",
"sdk": "go",
"source": ".",
"engineVersion": "v0.12.0"
"engineVersion": "v0.12.1"
}
2 changes: 1 addition & 1 deletion distrobox/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "distrobox",
"sdk": "go",
"source": ".",
"engineVersion": "v0.12.0"
"engineVersion": "v0.12.1"
}
2 changes: 1 addition & 1 deletion fedora/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "fedora",
"sdk": "go",
"source": ".",
"engineVersion": "v0.12.0"
"engineVersion": "v0.12.1"
}

0 comments on commit 2448fda

Please sign in to comment.