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

Bump prefect from 2.14.12 to 2.14.13 #204

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2024

Bumps prefect from 2.14.12 to 2.14.13.

Release notes

Sourced from prefect's releases.

Release 2.14.13

This release includes a few very exciting enhancements! 🪄

Access default work pool configurations in an air-gapped environment 🌐

Those who run Prefect server in an environment where arbitrary outbound internet traffic is not allowed were previously unable to retrieve up-to-date default work pool configurations (via the UI or otherwise). You can now access the worker metadata needed to access the corresponding work pool configurations in your server even in such an air-gapped environment. Upon each release of prefect, the most recent version of this worker metadata will be embedded in the prefect package so that it can be used as a fallback if the outbound call to retrieve the real-time metadata fails.

Introducing conditional task retries for enhanced workflow control 🔁

In this release, we're excited to introduce the ability to conditionally retry tasks by passing in an argument to retry_condition_fn in your task decorator, enabling more nuanced and flexible retry mechanisms. This adds a significant level of control and efficiency, particularly in handling complex or unpredictable task outcomes. For more information on usage, check out our docs!

Other enhancements and fixes 🛠️

We've also added the ability to open your current Prefect Cloud workspace in the browser from the CLI, display work queue status details via CLI, and much more! See the release notes for details.

Contributors 🧑‍🤝‍🧑

A big thanks to @​dominictarro and @​ConstantinoSchillebeeckx for contributing enhancements to this release, as well as to @​yifanmai, who made their first contribution.

Changelog

Sourced from prefect's changelog.

Release 2.14.13

Access default work pool configurations in an air-gapped environment

Those who run Prefect server in an environment where arbitrary outbound internet traffic is not allowed were previously unable to retrieve up-to-date default work pool configurations (via the UI or otherwise). You can now access the worker metadata needed to access the corresponding work pool configurations in your server even in such an air-gapped environment. Upon each release of prefect, the most recent version of this worker metadata will be embedded in the prefect package so that it can be used as a fallback if the outbound call to retrieve the real-time metadata fails.

See the following PR for implementation details:

Introducing conditional task retries for enhanced workflow control

In this release, we're excited to introduce the ability to conditionally retry tasks by passing in an argument to retry_condition_fn in your task decorator, enabling more nuanced and flexible retry mechanisms. This adds a significant level of control and efficiency, particularly in handling complex or unpredictable task outcomes. For more information on usage, check out our docs!

See the following PR for implementation details:

Enhancements

Fixes

Documentation

Collections

Contributors

All changes: PrefectHQ/prefect@2.14.12...2.14.13

Commits
  • 9df5ba7 Commit most recent version of worker metadata to repo (#11565)
  • 353e5ec Add aggregate-worker-metadata.json to .gitignore (#11563)
  • 11215e7 Release notes 2.14.13 (#11558)
  • 2b8b2ad Ensure flow.from_source handles remote git repository updates (#11547)
  • 688f25d Update test_waiter_repr to dynamically use current thread name (#11553)
  • f17590d Remove prefect.yaml tag from page where unmentioned (#11557)
  • 05c34fc Use _register_signal utility in runner (#11554)
  • e235cb1 Check if we're on the main thread when using mock sigterm handler in tests (#...
  • 1898227 Display work queue status details via CLI (#11545)
  • 70dd469 Don't attempt to register signals in non-main thread (#11548)
  • 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 [prefect](https://github.com/PrefectHQ/prefect) from 2.14.12 to 2.14.13.
- [Release notes](https://github.com/PrefectHQ/prefect/releases)
- [Changelog](https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md)
- [Commits](PrefectHQ/prefect@2.14.12...2.14.13)

---
updated-dependencies:
- dependency-name: prefect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2024

Superseded by #207.

@dependabot dependabot bot closed this Jan 12, 2024
@dependabot dependabot bot deleted the dependabot/pip/develop/prefect-2.14.13 branch January 12, 2024 07:19
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