Releases: thestormforge/konjure
Releases · thestormforge/konjure
v0.4.11
v0.4.10
v0.4.9
v0.4.8
✨ Added
- The
pipes.EncodeJSON
helper is a reader the createsRNode
s from the JSON representation of an object - The
pipes.HelmValues
now has a filter for merging values - The
filters.PatchFilter
can be used to apply JSON patches or SMP patches to anRNode
🏗 Changed
- The
filters.Pipeline
no longer wraps thekio.Pipeline
to avoid issues with the use of internal Kustomize annotations
🛑 Removed
- The
pipes.FileReader
andpipes.FileWriter
both had theHackHooks
field removed in favor of anOptions
field
v0.4.7
✨ Added
- The
konjure.Filter
now has aDoNotExpand
field to prevent select Konjure types from being expanded - The
ResourceMetaFilter
has anInvertMatch
field to strip out matching resources instead of keeping them
🏗 Changed
- Improved
kargs
for patching
🐛 Fixed
- YAML parse failure on files with no extension no longer cause failures
- Directory traversal no longer descends into
.git
directories or expanded Helm charts
v0.4.6
v0.4.5
✨ Added
- The
HelmValues
reader can programmatically return a map representation - The
HelmValues
reader can produce a filter that masks incoming nodes based the Helm value key presence - Deferred
kio.Reader
andkio.Writer
implementations can be created without a Cobra command