Skip to content

Spock v2.5.2

Compare
Choose a tag to compare
@ncilfone ncilfone released this 17 May 18:12
· 60 commits to master since this release
6c2cadc

Spock v2.5.2 Release Notes

Major Changes

  • Added support for resolving value definitions from environmental variables with the following syntax, ${spock.env:name, default} (#254)
  • Added .inject annotation that will write back the original env notation to the saved output (#254)
  • Added the .crypto annotation which provides a simple way to hide sensitive environmental variables while still maintaining the written/loadable state of the spock config (#254)

Minor Changes

  • Added all currently installed packages to the info dump (in comment form) such that a minimal python env should be able to be re-constructed (#254)
  • Additional docs
  • Additional unit tests