Skip to content

v32.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 21:03
· 53 commits to main since this release
3061713

This is a minor release with bug fixes and an output change.

  • We no longer support Python 3.6, only 3.7 and up.
  • "utils.extract_tar" function now behaves correctly with links and return either a list of error message strings (the previous default) but with updated messages or a list of ExtractEvent to better track extraction errors and warnings. The behavious is driven by the "as_events" argument.
  • In all places where extract is callable (Image, Layer) there is a new "skip_symlinks" argument defaulting to True. If True, we skip symlinks and links. The same applies with the "as_events" available in these places as these functions now return a list (rather than nothing before).