Releases: solo-io/skv2
Releases · solo-io/skv2
v0.11.0
Cluster registration clientconfig (#135) * use ListClustersPages for better paging expression * changelog * Add option for providing in-memory kubeconfigs. * implement as oneof * add *rest.Config as another option for master kubeconfig * tweaks * rework KubeCfg * fix remote context bug * Merge branch 'master' into cluster-registration-clientconfig * changelog * Use clientcmd.ClientConfig for everything * Restore RemoteCtx because of open issue. * gen code * restore remote kube context in tests * update changelog
v0.10.0
Bump k8s 18.x (#117) * set list filter func * fix output snapshot * remove incorrect warning * regen, fix chart labels * add marshaljson to snapshots * allow nil sets * snapshot sync only writes local resources * Add test builder for input snapshot. (#109) * Add test builder for input snapshot. * Input snapshot test builder (#110) * Add test builder for input snapshot. * colocate builder with snapshot * distinguish client from type import for k8s native resources * Merge branch 'upgrades2' into input-snapshot-test-builder * delete test builder template * explicitly add type import * gen code * sync -> syncLocalCluster * ref to objkey util * sync status multicluster * Merge branch 'master' into upgrades2 * Upgrades2 tweaks (#113) * Enable mockgen directive for snapshots * separate input snapshot test builder into separate template * output snapshot builder * rename to InputSnapshotManualBuilder * fix input snapshot manual builder file path * fix manual snapshot builder imports * dont silence error * variadic args * debug logs in output builder * add interface for builder * allow adding nil obj * multicluster writes are partitioned from local cluster writes * use interval and rate limit the number of events pushed to input reconciler queue * Merge branch 'master' into upgrades2 * is building * oops * changelog * wrong branch * Merge remote-tracking branch 'origin/upgrades2' into bump-k8s-18.x * code-gen * support predicates on input reconciler * prevent insertion of nil objects into set * add output error handlers implementation * Merge branch 'upgrades2' of github.com:solo-io/skv2 into bump-k8s-18.x * Adding changelog file to new location * Deleting changelog file from old location * merge with master * breaking kube bump * Merge branch 'bump-k8s-18.x' of github.com:solo-io/skv2 into bump-k8s-18.x * fixed compile issues to 1.18 * fix up context usage
v0.9.0
multiple changes (#119) * set list filter func * fix output snapshot * remove incorrect warning * regen, fix chart labels * add marshaljson to snapshots * allow nil sets * snapshot sync only writes local resources * Add test builder for input snapshot. (#109) * Add test builder for input snapshot. * Input snapshot test builder (#110) * Add test builder for input snapshot. * colocate builder with snapshot * distinguish client from type import for k8s native resources * Merge branch 'upgrades2' into input-snapshot-test-builder * delete test builder template * explicitly add type import * gen code * sync -> syncLocalCluster * ref to objkey util * sync status multicluster * Merge branch 'master' into upgrades2 * Upgrades2 tweaks (#113) * Enable mockgen directive for snapshots * separate input snapshot test builder into separate template * output snapshot builder * rename to InputSnapshotManualBuilder * fix input snapshot manual builder file path * fix manual snapshot builder imports * dont silence error * variadic args * debug logs in output builder * add interface for builder * allow adding nil obj * multicluster writes are partitioned from local cluster writes * use interval and rate limit the number of events pushed to input reconciler queue * Merge branch 'master' into upgrades2 * support predicates on input reconciler * prevent insertion of nil objects into set * add output error handlers implementation * explicitly define clusters in snapshot * ch
v0.8.1
v0.8.0
Use recommended way of pinning go tools (#114) * Use recommended way of pinning go tools * Use gotools gobin to run tests in CI * Add protoc-gen-gogo to tools.go * Try new dir for gobin * Try absolute path * Add _output/.bin to PATH * Use pwd instead of hard-coded dir path
v0.7.2
v0.7.1
v0.7.0
allow overriding proto package for proto-based resources (#97) * allow overriding proto package for proto-based resources * Stop looking for spec message once it has been found * Fix bug * Undo error * Changelog