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.14.0 #42

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2024

This PR contains the following updates:

Package Update Change
dagger/dagger minor 0.13.5 -> 0.14.0

Release Notes

dagger/dagger (dagger/dagger)

v0.14.0

Compare Source

🔥 Breaking Changes
Added
  • Add support for git credential managers to retrieve Personal Access Tokens (PAT) when loading private dagger modules by @​grouville in https://github.com/dagger/dagger/pull/8805 \
    • Enables private git repository support for HTTP/HTTPS refs
    • Works alongside existing SSH authentication support
    • Compatible with standard git credential managers and credential helpers
    • Supports common git hosting platforms (GitHub, GitLab, Bitbucket, etc.)
Fixed
  • Ensure that gitdns support token support works with all Git server providers. Bitbucket Cloud requires a specific auth format for Git operations using tokens, where the username must be 'x-token-auth'. This fixes token authentication for Bitbucket while maintaining compatibility with other Git providers like GitHub and GitLab, and Azure by @​grouville in https://github.com/dagger/dagger/pull/8778
What to do next?

v0.13.7

Compare Source

Added
Changed
  • Updated default cache policies to avoid consuming too much disk by @​jedevc in https://github.com/dagger/dagger/pull/8725
    The new policies attempt to co-operate with other applications using the disk
    and will adjust its cache usage accordingly.
  • cli: limit printing objects to state by @​helderco in https://github.com/dagger/dagger/pull/8788
    Previously, when a function chain in dagger call ended in an object, we'd
    print all functions that return a simple value and don't have any arguments.
    Now, only object fields will be included, not all functions.
Fixed
What to do next?

v0.13.6

Compare Source

Added
  • Show metrics for execs in TUI by @​sipsma in https://github.com/dagger/dagger/pull/8506
    The engine now supports collecting metrics from individual execs and publishing them as OTel metrics.

    To start, just disk read/write byte totals and CPU/IO pressure time are supported, but more like memory/network/etc, will be added soon.

    Currently, metrics will be displayed in the TUI at verbosity level 4 (-vvv).

Changed
Fixed
  • Allow custom enums that include ambiguous names (such as true/false) by @​jedevc in https://github.com/dagger/dagger/pull/8682

  • Optimize Container.from for image refs with digests by @​sipsma in https://github.com/dagger/dagger/pull/8736
    Previously, if Container.from was given an image ref with a digest and that image already existed in the local cache, the engine would still waste time resolving metadata over the network from the registry.

    Now, if a digested image ref already exists locally, the network requests are skipped entirely.

  • Allow cloning hidden commits that are not fetched as part of a normal clone by @​jedevc in https://github.com/dagger/dagger/pull/8747
    For example, refs/pull/<pr>/head, or refs/pull/<pr>/merge.

  • Speed up fully cached initialize time by caching more internal SDK operations by @​sipsma in https://github.com/dagger/dagger/pull/8735
    Dagger wasn't caching as many SDK operations as it could. With this change Dagger's own CI modules initialize ~1s faster when fully cached.

  • Speed up initialization of modules with lots of dependencies using the Go SDK in engines with no cache by @​sipsma in https://github.com/dagger/dagger/pull/8761
    Various dependencies of Go SDK modules are now pre-cached in the engine image, which avoids significant CPU pressure when building Go SDK modules in parallel with no cache.

    The engine image size increase is expected to be offset by these improvements.

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 25, 2024 14:04
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency dagger/dagger to v0.13.6 chore(deps): update dependency dagger/dagger to v0.13.7 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/dagger-dagger-0.x branch from 78562ef to 5f17c72 Compare October 31, 2024 15:11
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 31, 2024
@renovate renovate bot force-pushed the renovate/dagger-dagger-0.x branch from 5f17c72 to 6bd0d8b Compare November 5, 2024 05:52
@renovate renovate bot changed the title chore(deps): update dependency dagger/dagger to v0.13.7 chore(deps): update dependency dagger/dagger to v0.14.0 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/dagger-dagger-0.x branch from 6bd0d8b to 8e51691 Compare November 8, 2024 22:33
@renovate renovate bot force-pushed the renovate/dagger-dagger-0.x branch 2 times, most recently from 04fe044 to 4785a3a Compare December 5, 2024 14:05
| datasource  | package       | from    | to      |
| ----------- | ------------- | ------- | ------- |
| github-tags | dagger/dagger | v0.13.5 | v0.14.0 |


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 4785a3a to d0fb100 Compare December 5, 2024 14:29
@leonardoce leonardoce merged commit 711113b into main Dec 5, 2024
5 checks passed
@leonardoce leonardoce deleted the renovate/dagger-dagger-0.x branch December 5, 2024 14:40
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