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 ⬆️ dagger to v0.13.5 #23

Merged
merged 5 commits into from
Oct 11, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2024

This PR contains the following updates:

Package Update Change
dagger/dagger patch v0.13.3 -> v0.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 - "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.


  • 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 scottames as a code owner October 11, 2024 00:16
@renovate renovate bot enabled auto-merge (squash) October 11, 2024 00:16
Copy link
Contributor Author

renovate bot commented Oct 11, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@scottames scottames merged commit 6b3b0a2 into main Oct 11, 2024
1 check passed
@scottames scottames deleted the renovate/dagger branch October 11, 2024 00:23
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