6.1
π 2023-07-24
-
The S3 bucket prefix is now created as a 'directory object' so its existence
can be explicitly checked. -
muninn-pull for http/https will now retry once in case of a timeout error.
-
muninn-prepare --dry-run now adds a ';' at the end of each line.
-
Added --verify-hash option to muninn-retrieve.
-
Command line tools no longer show a progress bar if there is no tty.
-
Fixed issue where failing to set/unset a tag did not result in an error.
-
Fixed issue with relocating products in an S3 archive when the product
contained an empty subdirectory. -
Fixed issue where muninn-summary could not group by core.physical_name or
core.archive_path. -
Fixed issue where muninn was incorrectly using subdirectories in the
temporary directory if the 'tempdir' archive configuration option was set. -
Fixed issue where Archive.retrieve() and Archive.export() were returning a
list if a single properties Struct was given as parameter and
use_enclosing_directory
was not set. Additionally, each entry for a
product whereuse_enclosing_directory
is set will now always be a list.