Releases: solo-io/skv2
Releases · solo-io/skv2
v0.5.0
v0.4.3
fix comment prefix (#68) * fix comment prefix
v0.4.2
v0.4.1
v0.4.0
v0.3.3
v0.3.2
v0.3.1
Cluster register (#20) * auth code works, no mention of SMH * finished pushing base registration code * removed cloud files * remove aws config builder * moved to interfaces file and fixed arg * added tests for registrant * code gen * added in NS verify and kind cluster hack * added tests for local cluster domain override * formatting and merge * merged with master * moved changelog * moved changelog * Adding changelog file to new location * Deleting changelog file from old location * merged with master * edited default kubeLoader * improve documentation * formatting and merge * go mod tidy * code gen * begin exploration on specifying roles * Adding changelog file to new location * Deleting changelog file from old location * Adding changelog file to new location * Deleting changelog file from old location * added kube cluster API * switched to caps * Adding changelog file to new location * Deleting changelog file from old location * removed manager start for master cluster * go tests updates * merge with upstream * changelog * oops * Merge branch 'master' of github.com:solo-io/skv2 into common-api * changelog * new versions * Merge branch 'cluster-register' of github.com:solo-io/skv2 into cluster-register * merge with upstream * Adding changelog file to new location * Deleting changelog file from old location * Adding changelog file to new location * Deleting changelog file from old location * Merge branch 'master' of github.com:solo-io/skv2 into cluster-register * Merge branch 'master' of github.com:solo-io/skv2 into common-api * pull * PR comments * simplified interfaces, fixed tests * updated mocks and code-gen * added roles option * transferred to v1 * update comment on options * go mod tidy * fixed ordering and added secret_key * fixed script: * leftover proto * removed unused fields * switched config struct around a bit * Merge branch 'common-api' into cluster-register * removed kube cluster API, and added cluster role/role upsert * cluster auth tests are passing pre integration of role bindings * added tests for role binding * removed stale changelog * changelog * removed crds * PR comments * e2es are passing * weird issue with codegen test * code-gen * delete go mock * edited down * fixed secret update in test * started refactor * merge with master * have some good tests passing for the new flow * all unit tests are passing * added yuvals changes from https://github.com/solo-io/service-mesh-hub/pull/723/files#diff-e62593ddd75f405805351daea26b848e * generated code * fixed compile errors * fixed tests * unfocused test * Adding changelog file to new location * Deleting changelog file from old location * Merge branch 'master' of github.com:solo-io/skv2 into cluster-register * Merge branch 'cluster-register' of github.com:solo-io/skv2 into cluster-register * moved sa get into retry loop * Merge branch 'master' of github.com:solo-io/skv2 into cluster-register * changelog * added sets * reverted and removed secret with Key * many PR comments * ran test and formatted * PR comments * removed useless test * renamed private interface
v0.3.0
Contrib set (#45) * add set and gomega set matchers * changelog * fix generation cmd * add comment explaining string key * pr comments. remove copy-pasta-ed string set. * remove set matcher. change custom template declaration. * return copies of list and map * implement base set, support multiple custom templates * remove unneeded struct * add contrib guide * move everything to top level contrib dir * move contrib tests