Skip to content

Releases: scottames/daggerverse

v0.0.4

20 Jul 23:29
8359122
Compare
Choose a tag to compare
fix(cosign/distrobox): entrypoint changes from 0.12.0

v0.0.3

20 Jul 17:33
2448fda
Compare
Choose a tag to compare
chore(deps): update dependency dagger/dagger to v0.12.1 (#4)

[![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
[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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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)

</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>

v0.0.2

18 Jul 00:03
2a639f1
Compare
Choose a tag to compare
fix(fedora): package groups remove/install (#2)

Fixes two bugs where package groups was removing when it should be
installing and vice versa.

v0.0.1

16 Jun 03:16
e04584e
Compare
Choose a tag to compare

Initial release with modules: cosign, distrobox, and fedora.