github Netflix/metaflow 2.4.4
2.4.4 (Nov 29 2021)

latest releases: 2.18.5, 2.18.4, 2.18.3...
3 years ago

Metaflow 2.4.4 Release Notes

The Metaflow 2.4.4 release is a patch release.

  • Improvements
    • Add default image config option as described in #489 (#813)
    • Read default k8s namespace from config (#823)
  • Bug Fixes
    • Fixed a couple of issues in S3 error handling (#821)
    • Fixed an issue with load_artifacts when several artifacts have the same name (
      #817)
  • Misc internal improvements
    • Pipe logs to $cwd/.logs instead of /logs for @batch & @kubernetes (#807)
    • mflog changes for supporting AWS Lambda (#801)
    • Add 'last modified' to S3 object (#778)

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

Don't miss a new metaflow release

NewReleases is sending notifications on new releases.