Skip to content

Commit

Permalink
chore(deps): update ⬆️ dagger to v0.12.4 (#8)
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.3` -> `v0.12.4` |

---

### Release Notes

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

###
[`v0.12.4`](https://togithub.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0124---2024-08-01)

[Compare
Source](https://togithub.com/dagger/dagger/compare/v0.12.3...v0.12.4)

##### Changed

- Deprecate old `pipeline` APIs by
[@&#8203;jedevc](https://togithub.com/jedevc) in
[https://github.com/dagger/dagger/pull/8064](https://togithub.com/dagger/dagger/pull/8064)
\
These operations have been no-ops since v0.11.0, and will be removed in
v0.13.0.

##### Fixed

- Fix errors when using Dockerfile builds from module functions that
have secrets by [@&#8203;sipsma](https://togithub.com/sipsma) in
[https://github.com/dagger/dagger/pull/8049](https://togithub.com/dagger/dagger/pull/8049)
- Fix dagger `terminal` prompt with debian-based images by
[@&#8203;vmaffet](https://togithub.com/vmaffet) in
[https://github.com/dagger/dagger/pull/7960](https://togithub.com/dagger/dagger/pull/7960)
- Fix occasional leaks in secret scrubbing algorithm by
[@&#8203;jedevc](https://togithub.com/jedevc) in
[https://github.com/dagger/dagger/pull/8047](https://togithub.com/dagger/dagger/pull/8047)
- Fix frequent context switches in `--progress=plain` output by
[@&#8203;jedevc](https://togithub.com/jedevc) in
[https://github.com/dagger/dagger/pull/7956](https://togithub.com/dagger/dagger/pull/7956)
- Extend multi git server support to Azure devOps by
[@&#8203;grouville](https://togithub.com/grouville) in
[https://github.com/dagger/dagger/pull/8063](https://togithub.com/dagger/dagger/pull/8063)
\
Our support for Azure refs was broken on monorepos. We special-case
Azure
DevOps since it doesn't work with the go standard convention of
discovering
    the root of a git repository

##### 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/daggerverse).

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

---------

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
1 parent b71ebe3 commit 8818c26
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/ghcp@v1.13.3 # required for aqua-checksums update
- name: kevincobain2000/gobrew@v1.10.9
- name: casey/just@1.33.0
- name: dagger/dagger@v0.12.3
- name: dagger/dagger@v0.12.4
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.3"
"engineVersion": "v0.12.4"
}
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.3"
"engineVersion": "v0.12.4"
}
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.3"
"engineVersion": "v0.12.4"
}

0 comments on commit 8818c26

Please sign in to comment.