Spruce v1.27.0 Release Notes

Release Date: 2020-09-16 // over 3 years ago
  • ๐Ÿ†• New Features

    • ๐Ÿ‘€ The (( shuffle )) operator has been added to randomize the order of a list. Shuffle off and see how to use it!
    • ๐Ÿณ Spruce's Dockerfile now includes the ca-certificates Alpine package!

    Acknowledgments

    ๐Ÿณ Thanks @jhunt for teaching spruce how to do the (( shuffle )), and @docwhat for adding CA support in the spruce Dockerfile!


Previous changes from v1.26.0

  • ๐Ÿ†• New Features

    • ๐Ÿ‘ The (( load )) operator now supports loading files based off of references in the YAML
      datastructure. For example:

      file: loadme.yml

      data: (( load file ))

    ๐Ÿ› Bug Fixes

    • The (( load )) operator correctly handles absolute file paths now. Previously, it
      would detect absolute file paths as URLs and fail to retreive them.

    Acknowledgements

    Thanks @dennisjbell for the bug fix/feature!