You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
✨ 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.