Skip to content

v0.3.2

Compare
Choose a tag to compare
@b-masters b-masters released this 13 Aug 00:36
· 206 commits to main since this release
v0.3.2
7aa8eac

✨ Added

  • Resource specifications containing newlines are now treated as raw input (the same way that "-" is treated as input from stdin).

🏗 Changed

  • The json and ndjson output formats now produce different output: json will wrap the output in a Kubernetes kind: List object with an items field while ndjson retains the one-resource-per-line formatting.

🐛 Fixed

  • The env output honors the SHELL environment variable.
  • Fixed an unmarshalling error in the public konjure.Resource type when using data: URLs.