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

fix(print-platform): update dependency prefect to v2.13.6 #11855

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prefect (source, changelog) 2.13.5 -> 2.13.6 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

PrefectHQ/prefect (prefect)

v2.13.6

Compare Source

Specify a default result storage block as a setting

Previously, specifying result storage blocks necessitated changes in the @flow or @task decorator. Now, the PREFECT_DEFAULT_RESULT_STORAGE_BLOCK setting allows users to set a default storage block on a work pool or via job variables for a deployment. For example, to set a default storage block for a deployment via prefect.yaml:

deployments:
- name: my-super-cool-deployment
  entrypoint: some_directory/some_file.py:my_flow
  schedule:
    cron: "0 20 * * 1-5"
  work_pool:
    name: ecs-pool
    job_variables:
      env:
        PREFECT_DEFAULT_RESULT_STORAGE_BLOCK: s3/my-s3-bucket-block-name

This enhancement enables easier swapping of result storages by just updating the environment in the UI or in your prefect.yaml, eliminating the need to alter your flow source code.

See the following pull request for details:

Experimental support for enhanced cancellation

We're introducing a new experimental feature that will enable more consistent and reliable cancellation of flow runs.

To enable enhanced cancellation, set the PREFECT_EXPERIMENTAL_ENABLE_ENHANCED_CANCELLATION setting on your worker or agents to True:

prefect config set PREFECT_EXPERIMENTAL_ENABLE_ENHANCED_CANCELLATION=True

When enabled, you can cancel flow runs where cancellation can fail, such as when your worker is offline. We will continue to develop enhanced cancellation to improve its reliability and performance. If you encounter any issues, please let us know in Slack or with a Github issue.

Note: If you are using the Kubernetes worker, you will need to update your prefect-kubernetes installation to 0.3.1. If you are using the Cloud Run or Vertex AI workers, you will need to update your prefect-gcp installation to 0.5.1.

See the following pull requests for details:

Enhancements
Fixes
Documentation
Contributors

All changes: PrefectHQ/prefect@2.13.5...3.13.6


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from hongbo-miao as a code owner October 13, 2023 02:46
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@renovate renovate bot temporarily deployed to test October 13, 2023 02:46 Inactive
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mergify mergify bot merged commit c00d9fb into main Oct 13, 2023
78 checks passed
@mergify mergify bot deleted the renovate/print-platform-prefect-2.x branch October 13, 2023 02:49
@github-actions
Copy link

🎉 This PR is included in version 1.93.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants