Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@anguslees anguslees released this 08 Aug 00:51
v0.4.0
  • Updated to client_go release-3.0
  • Added "subset" diff strategy that omits fields that don't appear in local config
  • diff now exits with an easily recognisable exit code 10 if a diff is found
  • New native jsonnet functions:
    • manifestJson / manifestYaml: Format jsonnet objects as JSON/YAML. Unlike std.toString(), manifestJson outputs "pretty" JSON (multi-line and indented).