Releases: thestormforge/konjure
Releases · thestormforge/konjure
v0.3.14
v0.3.13
✨ Added
- A new
pipes.Decode
writer can be used to write into Go objects. - Trace logging (via zerolog) has been added to help debug Konjure.
- Kubernetes resources now have a configurable field selector.
🏗 Changed
- The
pipes.Kubectl
has request timeouts and now exposesReader
andWriter
.
🐛 Fixed
- The
kubectl
dry run flags are generated correctly.
v0.3.12
✨ Added
- A
ReadOneFunc
allows you to read a single node - An
Encode
function allows you to encode anything as a reader - Add the ability to delete with the kubectl pipeline
🏗 Changed
- The Helm values filter has been re-implemented as a reader
🐛 Fixed
- Fixed an issue where empty metadata fields were being added to pipelines
v0.3.11
✨ Added
- A Helm values filter has been added that can be used to construct values.yaml files
- A KIO reader that always returns errors
🏗 Changed
- Upgraded dependencies
- The YAML document separator is now emitted for Kubernetes resources
- Single document JSON resources are not wrapped by default
🛑 Removed
- Removed the
Kubectl.AddFlags
function - The writer takes a template instead of function map
- Moved
ReaderFunc
fromfilters
topipes
🐛 Fixed
- Fixed an issue where custom column names with a "-" would break