Skip to content

1.1.2

Compare
Choose a tag to compare
@wwkimball wwkimball released this 10 May 23:51
· 1036 commits to master since this release

Bug fixes:

  • When the YAML Path is fully quoted -- a known side-effect of using Jenkins and
    trying to responsibly quote any part of an argument to a shell command -- the
    visual feedback failed to show the user that the parsed version of the YAML
    Path was (correctly) treated as one whole KEY. While this is not what most
    users should expect, it is correct because YAML Path cannot safely make any
    assumptions as to whether the quoting was deliberate or unintentional. Now,
    the stringified version of affected YAML Paths very clearly injects escape
    symbols for otherwise intentional special symbols, clearly alerting the user
    that a probable issue is afoot.
  • When instructed to --save old values, the yaml-set binary was saving only
    decrypted versions of the original values. It now preserves the original
    encrypted form while still performing other requested or necessary tests
    against the decrypted value.