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

chore(print-platform): update prefect packages to v2.16.7 #15558

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
docker.io/prefecthq/prefect final patch 2.16.6-python3.11-kubernetes -> 2.16.7-python3.11-kubernetes age adoption passing confidence
prefect (source, changelog) dependencies patch 2.16.6 -> 2.16.7 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

PrefectHQ/prefect (prefect)

v2.16.7

Compare Source

Introducing prefect shell πŸ’» for observing CLI commands

You can now observe CLI commands as a Prefect flow. For example, take the command:

Β» curl http://wttr.in/Chicago\?format\=3
Chicago: ⛅️  +50Β°F

To run this as a Prefect flow, you can use the following CLI command:

Β» prefect shell watch "curl http://wttr.in/Chicago?format=3"
17:32:39.562 | INFO    | prefect.engine - Created flow run 'powerful-mushroom' for flow 'Shell Command'
17:32:40.171 | INFO    | Flow run 'powerful-mushroom' - Chicago: ⛅️  +50Β°F
17:32:40.315 | INFO    | Flow run 'powerful-mushroom' - Finished in state Completed()

See these docs to learn how to:

  • run a shell command as a Prefect flow on-demand with watch
  • schedule a shell command as a recurring Prefect flow using serve

See the PR for implementation details: https://github.com/PrefectHQ/prefect/pull/11998

Enhancements
Fixes
Experimental
Documentation
Contributors

All changes: PrefectHQ/prefect@2.16.6...2.16.7


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 these updates 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.

Copy link

sonarcloud bot commented Mar 28, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@mergify mergify bot merged commit 235ab88 into main Mar 28, 2024
124 checks passed
@mergify mergify bot deleted the renovate/print-platform-prefect-packages branch March 28, 2024 23:26
@renovate renovate bot changed the title fix(print-platform): update dependency prefect to v2.16.7 chore(print-platform): update prefect packages to v2.16.7 Mar 28, 2024
Copy link

github-actions bot commented Apr 1, 2024

πŸŽ‰ This PR is included in version 1.107.4 πŸŽ‰

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.

None yet

0 participants