Anna Geller
linux/amd64 and arm64-based development images directly from DockerHub, for example:
docker pull prefecthq/prefect-dev:main-python3.10 # default: linux/amd64
docker pull prefecthq/prefect-dev:main-python3.10 --platform linux/arm64
There is also a new Prefect OpenAI collection for all AI fans!
We've also:
• G added a new interface to filter .git files when using the GitHub block
• terminal added the --head and --num-logs flags to the flow-run logs CLI:
◦ prefect flow-run logs run_uuid --head will give you 20 log messages for a given flow run UUID
◦ prefect flow-run logs run_uuid --num-logs 5 will give you 5 log messages for a given flow run UUID
• 🐛 fixed several bugs, a.o. one for blocks and one for Windows subprocesses
• 📚 added a new recipe contribution documentation page
• aws added a new AWS Chalice recipe
Big thanks to ddelange for consistently working on contributing several PRs to add the arm64-based Docker images as well as to mj0nez, and ohadch for contributing to Prefect!P
For all enhancements and fixes, check the release notes.
Happy engineering!prefect duck