Skip to content

Releases: solo-io/skv2

v0.29.4

03 Apr 14:05
eedddba
Compare
Choose a tag to compare
updated solo-io/cue to v.0.4.7 (#439)

v0.29.3

31 Mar 14:23
408a95e
Compare
Choose a tag to compare
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

21 Mar 14:25
a96e0cc
Compare
Choose a tag to compare
Fix some helm gen bugs (#435)

* Fix some helm gen bugs

* changelog

* typo

* Value path was not respected in doc gen

v0.29.1

15 Mar 19:45
e5b3fa8
Compare
Choose a tag to compare
allow name override on operator without changing name of resources (#…

v0.29.0: Ginkgo v2 (#431)

10 Mar 20:45
a21bf82
Compare
Choose a tag to compare
* ginkgo v2 bump

* changelog

* ginkgo v2.8.1

v0.26.2

09 Mar 15:18
4013ce5
Compare
Choose a tag to compare
Cluster watcher - retry options [v0.26.x] (#421)

* backport

* comments

* make max jitter configurable

* rename to attempts

v0.28.3

09 Mar 14:54
1e261f8
Compare
Choose a tag to compare
fix helm docs omitChildren json file name override (#430)

* fix helm docs omitChildren json file name override

* changelog

v0.28.2

02 Mar 21:07
7fa57b0
Compare
Choose a tag to compare
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

01 Mar 16:42
3325366
Compare
Choose a tag to compare
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

21 Feb 01:23
defab31
Compare
Choose a tag to compare
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]>