Skip to content

spruce-release Release v1.12.0

Compare
Choose a tag to compare
@starkandwayne-bot starkandwayne-bot released this 22 Aug 15:53

Windows

Experimental Windows binaries are being shipped alongside spruce now!
If you encouter any strange issues, submit a GH issue.

Bug Fixes

  • --skip-eval properly skips (( param )) and (( inject )) operators now. prune
    behavior works as it has in the past (the (( prune )) operators are not evaluated,
    but --prune arguments are.

  • When using the (( delete )) array operator, the quotes are no longer required:

    - (( delete "myObj" ))
    - (( delete myObj ))
    

Deprecation notices

  • The --concourse flag for spruce is now deprecated. It will be removed in a future
    release. Its purpose was to allow parsing of {{variable}} interpolation inside
    Concourse YAML files. As an alternative, try using built-in spruce operators,
    or the ((!variable)) syntax to make use of CredHub data in Concourse.