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

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 12, 2024
@AtomicFS
Copy link
Collaborator

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

@dependabot dependabot bot force-pushed the dependabot/pip/dot-dagger-ci/daggerci/python-963a7af971 branch 2 times, most recently from d9a2951 to 2904799 Compare September 16, 2024 00:47
@AtomicFS
Copy link
Collaborator

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

AtomicFS
AtomicFS previously approved these changes Sep 19, 2024
dependabot bot and others added 2 commits September 19, 2024 10:53
Updates the requirements on [dagger-io](https://github.com/dagger/dagger) to permit the latest version.

Updates `dagger-io` to 0.13.0
- [Release notes](https://github.com/dagger/dagger/releases)
- [Changelog](https://github.com/dagger/dagger/blob/main/CHANGELOG.md)
- [Commits](dagger/dagger@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: dagger-io
  dependency-type: direct:production
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
- container.pipeline was depreciated in dagger 0.13
- remove

Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
@AtomicFS AtomicFS force-pushed the dependabot/pip/dot-dagger-ci/daggerci/python-963a7af971 branch 3 times, most recently from 20cacdd to f0f9606 Compare September 19, 2024 09:05
@github-actions github-actions bot added the testing Testing related label Sep 19, 2024
@AtomicFS AtomicFS force-pushed the dependabot/pip/dot-dagger-ci/daggerci/python-963a7af971 branch from f0f9606 to 8b34f66 Compare September 19, 2024 09:12
@AtomicFS AtomicFS merged commit c9f52e4 into main Sep 19, 2024
58 checks passed
@AtomicFS AtomicFS deleted the dependabot/pip/dot-dagger-ci/daggerci/python-963a7af971 branch September 19, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code testing Testing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant