Spruce v1.27.0 Release Notes
Release Date: 2020-09-16 // over 4 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! - ๐ The
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!