9elements / firmware-action

Build system for firmware images for several open source firmware solutions
MIT License
10 stars 0 forks source link

build(deps): update dagger-io requirement from ~=0.12 to ~=0.13 in /.dagger-ci/daggerci in the python group #330

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Updates the requirements on dagger-io to permit the latest version. Updates dagger-io to 0.13.0

Release notes

Sourced from dagger-io's releases.

sdk/elixir/v0.13.0 - 2024-09-11

This SDK uses 🚙 Engine + 🚗 CLI version v0.13.0. See what changed in that release.

🧪 https://hex.pm/packages/dagger 📖 https://hexdocs.pm/dagger/Dagger.html

Added

Fixed

Dependencies

What to do next

Changelog

Sourced from dagger-io's changelog.

v0.13.0 - 2024-09-11

🔥 Breaking Changes

  • Remove deprecated fields and arguments by @​jedevc in dagger/dagger#8065
    • Remove Container.withExec's skipEntrypoint argument - this is now the default (see useEntrypoint)
    • Remove pipeline, Container.pipeline and Directory.pipeline
    • Remove GitModuleSource.cloneURL (see GitModuleSource.cloneRef)

Added

  • Added new Directory.digest and ModuleSource.digest fields by @​jedevc in dagger/dagger#8282
    These fields mirror the behavior of the File.digest field, computing a unique cryptographic digest over the contents of the object.
  • TUI: add --no-exit/-E so you can poke around after the call completes by @​vito in dagger/dagger#8389

Changed

  • The trace url is printed just before the final output to make it easy to find by @​rajatjindal in dagger/dagger#8366
    Also, the url will be printed only for a subset of dagger commands to reduce noise.
  • Increase the minimum connect timeout from 1s to 3s by @​neutronth in dagger/dagger#8328
    Connecting to a distant remote engine could otherwise fail if it was not reachable in 1s.

Fixed

What to do next?

v0.12.7 - 2024-09-02

Fixed

What to do next?

... (truncated)

Commits
  • c67c79d chore: update uv and change log instructions (#8410)
  • f21ca65 chore: prep for v0.13.0 release (#8408)
  • 80c1b2b fix(sdk/go): consider default values when grouping optional arguments in code...
  • 7599a9b feat: add Directory.digest and ModuleSource.digest (#8282)
  • 9e2ddb0 chore: update TS breaking change deps (#8237)
  • 5a1e21a chore(deps): bump python (#8393)
  • 8ba0e9e feat(python): use uv.lock by default (#8311)
  • 31df833 fix(python): fix use of Annotated with InitVar (#8357)
  • 9f97326 fix(python): fix dagger.Ignore in attributes (#8359)
  • 4eff4ed feat(sdk/elixir): add support for optional argument (#8367)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
AtomicFS commented 1 month ago

Breaking Changes prevent update, I will have to fix those.

AtomicFS commented 4 weeks ago

@MDr164 turns out this was very easy fix, much easier than I initially though. Review please.