Today, we released
Prefect 2.13.2!
prefect spin
This release adds several key features and improvements:
🔒 Server-side enforcement of deployment parameter schemas to catch invalid parameters earlier (opt-in).
🚀 Enhanced deployment flexibility with pattern-based deploying. For example, deploy all deployments for a specific flow like this:
prefect deploy -n flow-a/*
🛠️ Various fixes, including Prefect variable resolution in the deployments section of
prefect.yaml
📚 Documentation updates and 🤝 new contributions from the community
See the
release notes for more information.
launch