Skip to content

Commit

Permalink
chore(deps): update ⬆️ dagger to v0.12.5 (#308)
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://github.com/dagger/dagger) | patch |
`v0.12.4` -> `v0.12.5` |

---

### Release Notes

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

###
[`v0.12.5`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0125---2024-08-15)

[Compare
Source](https://github.com/dagger/dagger/compare/v0.12.4...v0.12.5)

##### Added

- cli: allow calling core functions directly by
[@&#8203;helderco](https://github.com/helderco) in
[https://github.com/dagger/dagger/pull/7310](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
[@&#8203;jedevc](https://github.com/jedevc) in
[https://github.com/dagger/dagger/pull/8067](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
[@&#8203;TomChv](https://github.com/TomChv) in
[https://github.com/dagger/dagger/pull/8114](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
[@&#8203;gerhard](https://github.com/gerhard) in
[https://github.com/dagger/dagger/pull/8147](https://github.com/dagger/dagger/pull/8147)

##### Changed

- Reimplemented the OpenTelemetry data pipeline to avoid hangs and other
complications by [@&#8203;vito](https://github.com/vito) in
[https://github.com/dagger/dagger/pull/7996](https://github.com/dagger/dagger/pull/7996)

##### Fixed

- Fix `Directory.glob` to correctly handle globs with subdir prefixes by
[@&#8203;jedevc](https://github.com/jedevc) in
[https://github.com/dagger/dagger/pull/8110](https://github.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
@&#8203;jedevc/[@&#8203;sipsma](https://github.com/sipsma) in
[https://github.com/dagger/dagger/pull/8132](https://github.com/dagger/dagger/pull/8132)
- Fixed enum lists in modules by
[@&#8203;helderco](https://github.com/helderco) in
[https://github.com/dagger/dagger/pull/8096](https://github.com/dagger/dagger/pull/8096)
- Fixed referring to module's own objects/interfaces/enums in
constructor signature by [@&#8203;jedevc](https://github.com/jedevc)
in
[https://github.com/dagger/dagger/pull/8115](https://github.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
[@&#8203;jedevc](https://github.com/jedevc) in
[https://github.com/dagger/dagger/pull/8148](https://github.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
[@&#8203;wingyplus](https://github.com/wingyplus) in
[https://github.com/dagger/dagger/pull/8121](https://github.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
renovate[bot] and scottames-github-bot[bot] authored Aug 22, 2024
1 parent 7cfa36a commit 5a568ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions aqua/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/dagger/dagger/v0.12.4/dagger_v0.12.4_linux_amd64.tar.gz",
"checksum": "8D842F38F90B463AB3C8157B7633FD3FBE55FFAA939303A9EA82C968E967DEAD",
"id": "github_release/github.com/dagger/dagger/v0.12.5/dagger_v0.12.5_linux_amd64.tar.gz",
"checksum": "4CA65902FF0E910366D7EEA82D58ED5EE1A544ABFCAF2F4021D5C9762F80F3A7",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/dagger/dagger/v0.12.4/dagger_v0.12.4_linux_arm64.tar.gz",
"checksum": "5CB81FC3B46E55FA36D318A2501E48147E6B670C5902D113A40AFAB9CC4E3ADB",
"id": "github_release/github.com/dagger/dagger/v0.12.5/dagger_v0.12.5_linux_arm64.tar.gz",
"checksum": "DA6CB535BDF064EAEF2D0566979A45B1A6B0301610698A89D1EA9182B6ADCB43",
"algorithm": "sha256"
},
{
Expand Down
2 changes: 1 addition & 1 deletion aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ packages:
- name: snyk/cli@v1.1292.2
- name: aquasecurity/tfsec@v1.28.10
- name: int128/ghcp@v1.13.3
- name: dagger/dagger@v0.12.4
- name: dagger/dagger@v0.12.5
- name: helix-editor/helix@24.03
- name: danielfoehrKn/kubeswitch@0.9.1
- name: gabeduke/kubectl-iexec@v1.19.14
Expand Down

0 comments on commit 5a568ab

Please sign in to comment.