Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps ddeutil-workflow from 0.0.69 to 0.0.86.

Release notes

Sourced from ddeutil-workflow's releases.

0.0.86

✨ Features

  • 🎯 feat: update rerun strategy on release method.
  • 🎯 feat: add wrapped method for rerun.
  • 🎯 feat: add warp exec on rerun method.
  • 🎯 feat: split handler exec func to warp.
  • 🎯 feat: update exec method on job module.
  • 🎯 feat: update flag on trace model.
  • 🎯 feat: update module key on trace model methods.

πŸ› Bug fixes

  • βš™οΈ fixed: refactor set variable on exec method.

βœ’οΈ Code Changes

  • πŸ§ͺ tests: update failed testcase.
  • 🎨 format: move to use from_trace method.
  • 🎨 format: revise result dataclass.
  • 🎨 format: add module key it trace model.

🧹 Deprecate & Clean

  • ♻️ clean: remove passing running ID to wrapped exec method.
  • ♻️ clean: remove uv lock file.

πŸ“– Documentations

  • πŸ“„ docs: update config topic.
  • πŸ“„ docs: update json-schema file.

0.0.85

✨ Features

  • 🎯 feat: update raise error on trigger stage process.
  • 🎯 feat: update retry strategy on job execution.
  • 🎯 feat: update trace module.
  • 🎯 feat: mark finally code for push metric after exec.

βœ’οΈ Code Changes

  • 🎨 format: format stage module.
  • 🎨 format: refactor process on job module.
  • πŸ§ͺ tests: update testcase for release workflow.
  • πŸ§ͺ tests: fix audit module testcase.
  • 🎨 format: format some code.

πŸ“– Documentations

... (truncated)

Changelog

Sourced from ddeutil-workflow's changelog.

0.0.86

✨ Features

  • 🎯 feat: update rerun strategy on release method.
  • 🎯 feat: add wrapped method for rerun.
  • 🎯 feat: add warp exec on rerun method.
  • 🎯 feat: split handler exec func to warp.
  • 🎯 feat: update exec method on job module.
  • 🎯 feat: update flag on trace model.
  • 🎯 feat: update module key on trace model methods.

πŸ› Bug fixes

  • βš™οΈ fixed: refactor set variable on exec method.

βœ’οΈ Code Changes

  • πŸ§ͺ tests: update failed testcase.
  • 🎨 format: move to use from_trace method.
  • 🎨 format: revise result dataclass.
  • 🎨 format: add module key it trace model.

🧹 Deprecate & Clean

  • ♻️ clean: remove passing running ID to wrapped exec method.
  • ♻️ clean: remove uv lock file.

πŸ“– Documentations

  • πŸ“„ docs: update config topic.
  • πŸ“„ docs: update json-schema file.

0.0.85

✨ Features

  • 🎯 feat: update raise error on trigger stage process.
  • 🎯 feat: update retry strategy on job execution.
  • 🎯 feat: update trace module.
  • 🎯 feat: mark finally code for push metric after exec.

βœ’οΈ Code Changes

  • 🎨 format: format stage module.
  • 🎨 format: refactor process on job module.
  • πŸ§ͺ tests: update testcase for release workflow.
  • πŸ§ͺ tests: fix audit module testcase.
  • 🎨 format: format some code.

... (truncated)

Commits
  • 74f0a6e 🏷️ Bump up to version 0.0.85 -> 0.0.86.
  • f3b9a5f πŸ§ͺ tests: update failed testcase.
  • 9fe8c7d 🎯 feat: update rerun strategy on release method.
  • 838c693 βš™οΈ fixed: refactor set variable on exec method.
  • f5779a0 🎨 format: move to use from_trace method.
  • b6e0ee5 🎯 feat: add wrapped method for rerun.
  • 71dd98a 🎯 feat: add warp exec on rerun method.
  • 72804ce 🎯 feat: split handler exec func to warp.
  • 8a99594 🎯 feat: update exec method on job module.
  • 9243d80 ♻️ clean: remove passing running ID to wrapped exec method.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ddeutil-workflow](https://github.com/ddeutils/ddeutil-workflow) from 0.0.69 to 0.0.86.
- [Release notes](https://github.com/ddeutils/ddeutil-workflow/releases)
- [Changelog](https://github.com/ddeutils/ddeutil-workflow/blob/main/CHANGELOG.md)
- [Commits](ddeutils/ddeutil-workflow@v0.0.69...v0.0.86)

---
updated-dependencies:
- dependency-name: ddeutil-workflow
  dependency-version: 0.0.86
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 1, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants