Releases: solo-io/skv2
Releases · solo-io/skv2
v0.29.4
updated solo-io/cue to v.0.4.7 (#439)
v0.29.3
makes one operator being enabled depend on another (#436) * made one operator being enabled depend on another * added changelog and api docs * fixed small templating change * move changelog to correct location * corrected changelog type * add capability to control cluster role
v0.29.2
Fix some helm gen bugs (#435) * Fix some helm gen bugs * changelog * typo * Value path was not respected in doc gen
v0.29.1
allow name override on operator without changing name of resources (#…
v0.29.0: Ginkgo v2 (#431)
* ginkgo v2 bump * changelog * ginkgo v2.8.1
v0.26.2
v0.28.3
v0.28.2
fixes schema.json and helm docs bugs (#429) * add debug logging to custom type gneerator * handle 4.3.2 boolean json schema * fix omitChildren nil pointer child bug * stop json schema from leaking between chart gens in same process * code cleanup * add changelog * fix codegen issue * support merging json schemas together * unfocus test
v0.28.1
Make operator nesting work & sort yaml alphabetically (#425) * fix some issues with operator nesting * sort generated yaml * changelog * add some sorting to the tests
v0.28.0
add ability to generate chart schema.json (#413) * add ability to generate chart schema.json * 7186 add schema version * 7186 fixed schema version definition in tests * Update codegen/render/funcs.go Co-authored-by: Joshua Pritchard <[email protected]> * 7186 removed unneeded header override * 7186 removed unneeded header override part 2 * 7186 fixed version hard-coded * 7186 fix goimports codegen issue --------- Co-authored-by: Joshua Pritchard <[email protected]>