Features
New API endpoint for filtering tasks on metadata
This release adds a new endpoint for filtering tasks based on metadata field_name
and a regexp pattern for the value
. The endpoint enables a Metaflow client feature for looking up task ancestry.
Add arm64
support for Dockerfile
This release also adds support for arm64
for the release Dockerfile. The official image remains amd64
for the time being, but the changes enable trying out a local container of the release services on arm64
hardware.
What's Changed
- fix: incompatibility with imported DAGNode and service dag generation by @saikonen in #450
- feature: add multiarch support for Dockerfile by @saikonen in #452
- feature: add task filtering based on metadata by @saikonen in #449
- release: 2.5.0 by @saikonen in #453
- fix: update dockerhub credential secrets by @saikonen in #455
- fix: update docker credentials for release action by @saikonen in #456
Full Changelog: v2.4.13...v2.5.0