Metaflow 2.4.4 Release Notes
The Metaflow 2.4.4 release is a patch release.
- Improvements
- Bug Fixes
- Misc internal improvements
Improvements
Add default image config option as described in #489 (#813)
We're moving to a more consistent scheme for naming options related to docker images. You can read the details in #489, but this release introduces new config options DEFAULT_CONTAINER_IMAGE
and DEFAULT_CONTAINER_REGISTRY
that can be used to specify docker image in addition to plugin-specific options like KUBERNETES_CONTAINER_IMAGE
Read default k8s namespace from config (#823)
This adds a new configuration option to set the default namespace for the Kubernetes plugin