diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 5655d1c14bb6..1e4eb0c1511b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,18 @@ # Prefect Release Notes +## Release 2.13.4 + +### Enhancements +- Lift API and database constraints that require task runs to have an associated flow run id — https://github.com/PrefectHQ/prefect/pull/10816 + +### Fixes +- Fix an issue with infinite scrolling on the sub flow runs tab in the UI - https://github.com/PrefectHQ/prefect-ui-library/pull/1788 + +### Documentation +- Add dark mode base job template screenshot to work pools documentation — https://github.com/PrefectHQ/prefect/pull/10849 +- Drop beta tag from push work pools documentation — https://github.com/PrefectHQ/prefect/pull/10799 +- Improve logo sizing and general housekeeping - https://github.com/PrefectHQ/prefect/pull/10830 + ## Release 2.13.3 ## Allow configuration of a work pool's base job template via the CLI @@ -34,6 +47,10 @@ You can now set your own default filter view on your Flow Runs page! You must fi Note: The previous default view ("Default view") has been renamed to "Past week". +## New Google Vertex AI work pool and worker +- Run flows in containers on Google Vertex AI. +- Requires a Google Cloud Platform account and prefect-gcp library installed. Read more [here](https://prefecthq.github.io/prefect-gcp/vertex_worker/). + ### Enhancements - Display `pull_steps` on Deployments page in the Prefect UI — https://github.com/PrefectHQ/prefect/pull/10819 - Add `/deployments/get_scheduled_flow_runs` endpoint for retrieving scheduled flow runs from deployments — https://github.com/PrefectHQ/prefect/pull/10817 @@ -49,7 +66,6 @@ Note: The previous default view ("Default view") has been renamed to "Past week" - Update `git_clone` deployment step example in documentation — https://github.com/PrefectHQ/prefect/pull/10827 - Add `prefect deploy` guide to guide index for visibility — https://github.com/PrefectHQ/prefect/pull/10828 - Fix warning in deployment storage guide documentation — https://github.com/PrefectHQ/prefect/pull/10825 -Update logo for documentation - https://github.com/PrefectHQ/prefect/pull/10830) ### Contributors * @arthurgtllr made their first contribution in https://github.com/PrefectHQ/prefect/pull/10833