Jashaul
03/13/2026, 7:42 AMMarvin
03/13/2026, 7:42 AMMarvin
03/13/2026, 7:43 AMprefecthq/prefect:3.6.22 (or pin a Python variant like prefecthq/prefect:3.6.22-python3.11)
- Kubernetes worker (AKS): 3.6.22
- Use the same image tag in your work pool’s base job template or your Helm/manifest
Links:
- Full changelog for 3.6.22: https://github.com/PrefectHQ/prefect/compare/3.6.21...3.6.22
- Releases overview: https://github.com/PrefectHQ/prefect/releases
- Docker images: https://hub.docker.com/r/prefecthq/prefect/tags
Quick commands:
- Check your version:
prefect version
- Upgrade to this exact version:
pip install -U "prefect==3.6.22"
If you want, I can walk you through updating your AKS worker (e.g., editing the Kubernetes work pool’s base job template to bump the image tag) or your Server deployment. How are you deploying Server (Helm/manifest) and managing the worker image in AKS today?