Skip to content

0.33

Compare
Choose a tag to compare
@reidpr reidpr released this 09 Jun 21:13
· 116 commits to master since this release

Highlights:

  • ch-image and ch-run now have tab-completion for Bash (#1618, #1652)
  • ch-ssh has been removed (#1379). We were able to identify no one who wanted to keep it.

What else is new:

  • ch-convert:
    • now accepts empty directory as valid output path (#1612)
    • now accepts -s/--storage like the other executables (#1650)
  • ch-image:
    • --force=seccomp (the default force mode) now works for PowerPC (#1663).
    • no longer warns if $CH_GROW_STORAGE is set (#1007)
    • build cache no longer:
      • tries to use multiple Git versions simultaneously (#1606)
      • erroneously re-uses imported base images (#1658)
    • delete:
      • now accepts a list of images, not just one (#1626)
      • now removes target image from the cache too (#1485)
    • no longer crashes ...
      • on pushing imported images (#1513)
      • when stdout does not support curly quotes (#1629)
      • when using some storage directories that have been moved (#1657)
  • miscellaneous bug fixes & improvements in:

More details: https://github.com/hpc/charliecloud/milestone/39?closed=1
Even more details: v0.32...v0.33