This release contains a couple bug fixes (e.g. #17409, #17431, #17434) and adds a new freeze
annotation to make certain deployment parameters read-only in the UI when creating a new flow run (see #17374 for an example).
What's Changed
Enhancements ➕➕
- add
freeze
annotation by @zzstoatzz in #17374 - Improve eviction handling for flow runs started by the Kubernetes worker by @desertaxle in #17412
Bug Fixes 🐞
- Fix improper
await
ofRunnerDeployment
by @zzstoatzz in #17436 - Do not target abstract class for Pydantic validation by @thoec in #17356
- Remove unnecessary prompt condition by @cicdw in #17410
- Update optional dependencies in integration packages to use
[project.optional-dependencies]
by @desertaxle in #17435
Documentation 📓
- Add Prefect Server and Worker Helm Tutorial by @prefectcboyd in #17362
- Add inline arcades by @biancaines in #17393
- chore(docs): Minor updates and fixes on the Helm deployment tutorial by @jamiezieziula in #17411
Development ⚙️
- Allow specifying the key for an existing Kubernetes worker API key secret by @desertaxle in #17390
- [UI] Update packages by @pleek91 in #17426
- add k8s integration test harness by @zzstoatzz in #17385
New Contributors
Full Changelog: 3.2.11...3.2.12