chore(deps): update ⬆️ dagger to v0.13.5 #23
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.13.3
->v0.13.5
Release Notes
dagger/dagger (dagger/dagger)
v0.13.5
Compare Source
Fixed
MarshalJSON
error ingit
API when called by older module versions by @jedevc in https://github.com/dagger/dagger/pull/8667What to do next?
v0.13.4
Compare Source
🔥 Breaking Changes
.git
directory by @jedevc in https://github.com/dagger/dagger/pull/8318This can be disabled with
tree
's newdiscardGitDir
option. Modules witholder
engineVersion
s will keep the old behavior.git
'skeepGitDir
argument by @jedevc in https://github.com/dagger/dagger/pull/8318Added
Services can now be given an explicit hostname via
Service.withHostname
by @vito in https://github.com/dagger/dagger/pull/8641Previously, 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/8427Apply
ignore
function parameter metadata on Directory passed from the CLI by @TomChv in https://github.com/dagger/dagger/pull/8436This extends the usage of
ignore
to not only dir loaded withdefaultPath
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/8652Add
noInit
option toContainer.withExec
to support disabling automatic init process by @sipsma in https://github.com/dagger/dagger/pull/8656Use cases that strictly require the user exec is PID 1 of the container are
now supported by setting
noInit
to true.Fixed
Export
andAsTarball
by @jedevc in https://github.com/dagger/dagger/pull/8543What 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.
This PR was generated by Mend Renovate. View the repository job log.