Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency dagger/dagger to v0.13.5 #35

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2024

This PR contains the following updates:

Package Update Change
dagger/dagger patch 0.13.3 -> 0.13.5

Release Notes

dagger/dagger (dagger/dagger)

v0.13.5

Compare Source

Fixed
What to do next?

v0.13.4

Compare Source

🔥 Breaking Changes
Added
  • Services can now be given an explicit hostname via Service.withHostname by @​vito in https://github.com/dagger/dagger/pull/8641
    Previously, you could only express a DAG of services, because each service
    hostname was derived from the service's configuration, and changing a service
    to point to another service would inherently change that service's
    configuration.

    Now you can set your own hostnames ahead of time, tell your services about
    each other's hostnames, and start they manually.

    Services with custom hostnames are namespaced to the module that starts them, to prevent conflicts.

  • Allow expanding environment variables in more Container functions by @​rajatjindal in https://github.com/dagger/dagger/pull/8427

  • Apply ignore function parameter metadata on Directory passed from the CLI by @​TomChv in https://github.com/dagger/dagger/pull/8436
    This extends the usage of ignore to not only dir loaded with defaultPath
    but directory passed as function's param from the CLI.

    Note: ignore patterns are not applied for module to module calls.

  • Enabled Container.withMountedTemp size configuration by @​cwlbraa in https://github.com/dagger/dagger/pull/8652

  • Add noInit option to Container.withExec to support disabling automatic init process by @​sipsma in https://github.com/dagger/dagger/pull/8656
    Use cases that strictly require the user exec is PID 1 of the container are
    now supported by setting noInit to true.

Fixed
What to do next?

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 9, 2024 16:08
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 9, 2024
@renovate renovate bot force-pushed the renovate/dagger-dagger-0.x branch from 2bd52ab to a539c5f Compare October 11, 2024 00:19
@renovate renovate bot changed the title chore(deps): update dependency dagger/dagger to v0.13.4 chore(deps): update dependency dagger/dagger to v0.13.5 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/dagger-dagger-0.x branch from a539c5f to dfc9ff5 Compare October 14, 2024 07:20
| datasource  | package       | from    | to      |
| ----------- | ------------- | ------- | ------- |
| github-tags | dagger/dagger | v0.13.3 | v0.13.5 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/dagger-dagger-0.x branch from dfc9ff5 to 34a0f50 Compare October 14, 2024 07:25
@fcanovai fcanovai merged commit 86fa983 into main Oct 14, 2024
5 checks passed
@fcanovai fcanovai deleted the renovate/dagger-dagger-0.x branch October 14, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant