Skip to content

Releases: thestormforge/konjure

v0.3.14

28 Jul 16:27
v0.3.14
0ec2749
Compare
Choose a tag to compare

🐛 Fixed

  • Path delimiters are ignored inside list indexes when splitting paths
  • The flatten filter properly handles more than 2 nodes

v0.3.13

21 Jul 17:51
v0.3.13
f6acf18
Compare
Choose a tag to compare

✨ 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 exposes Reader and Writer.

🐛 Fixed

  • The kubectl dry run flags are generated correctly.

v0.3.12

01 Jul 17:03
v0.3.12
79f248e
Compare
Choose a tag to compare

✨ 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

28 Jun 17:47
v0.3.11
7ccddfb
Compare
Choose a tag to compare

✨ 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 from filters to pipes

🐛 Fixed

  • Fixed an issue where custom column names with a "-" would break

v0.3.10

26 May 15:45
v0.3.10
2873de2
Compare
Choose a tag to compare

✨ Added

  • Added a pipes package with additional KIO readers and writers

v0.3.9

13 Apr 17:35
v0.3.9
7f9442c
Compare
Choose a tag to compare

🏗 Changed

  • Updated dependency versions

v0.3.8

11 Apr 18:17
v0.3.8
fea5d08
Compare
Choose a tag to compare

✨ Added

  • CSV output

🏗 Changed

  • Built with Go 1.18

v0.3.7

11 Apr 18:17
v0.3.7
3252417
Compare
Choose a tag to compare

✨ Added

  • Added the KYAML filter Has which works like a conditional Tee

🐛 Fixed

  • Added missing JSON/YAML field name tags for password options.

v0.3.6

11 Apr 18:15
v0.3.6
9c0c447
Compare
Choose a tag to compare

🏗 Changed

  • Exposed Go template functions in the writer API

v0.3.5

30 Nov 21:34
v0.3.5
297c1e8
Compare
Choose a tag to compare

🐛 Fixed

  • Previous release had inconsistent checksums
  • Vertical white space public API was missing