Skip to content

Releases: solo-io/skv2

v0.13.3

23 Oct 16:29
060022c
Compare
Choose a tag to compare
fix templates, fix clusters (#169)

* fix templates, fix clusters

v0.13.2

21 Oct 17:03
1558077
Compare
Choose a tag to compare
fix template import (#167)

* fix template

v0.13.1

21 Oct 15:00
9afcc76
Compare
Choose a tag to compare
add short names (#165)

* add short names
* changelog
* codegen
* Merge branch 'master' into short-names

v0.13.0

08 Oct 16:52
39cf34a
Compare
Choose a tag to compare
allow specifying kubeconfig path (#154)

* allow specifying kubeconfig path

v0.12.4

02 Oct 16:50
3392943
Compare
Choose a tag to compare
Crd schema (#24)

* removed collector references from solo-kit v1
* readde solo-kit as tool for proto import
* broke up collector
* no reference to solo-kit
* deleted it from tools
* basic compilation working
* expended references
* Merge branch 'master' into crd-schema
* populate generated CRDs with validation schemas
* changelog
* gen code
* fix test
* add clarifying comments
* pr comments
* handle error
* add comment detailing int64 constraint
* Merge branch 'master' into crd-schema
* 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' into crd-schema
* Merge branch 'master' into crd-schema
* Adding changelog file to new location
* Deleting changelog file from old location
* pr comments
* pr comments
* fix test
* add patched protobuf/jsonpb pkg. generate json marshallers.
* gen code
* use patched jsonpb from gogo
* restore int64 in protos
* add clarifying comment

v0.12.3

29 Sep 13:38
c04fca3
Compare
Choose a tag to compare
Cluster name restriction (#150)

* add cluster name restriction
* changelog
* add validation

v0.12.2

22 Sep 17:50
8a5e734
Compare
Choose a tag to compare
Reconciler manual trigger (#148)

* expose manual reconcile triggers
* changelog
* return interface
* comment describing private interface
* return base reconciler, reuse existing ReconcileGeneric function
* remove unused import

v0.12.1

21 Sep 18:40
5626c50
Compare
Choose a tag to compare
Extend KubernetesCluster status with registration settings (#143)

* add namespace and policy rules to KubernetesCluster status
* update KubernetesCluster status
* add labels to registration options
* update proto comments
* Merge branch 'master' into kubernetes-cluster-status
* update changelog version
* simplify remote namespace passing. ensure remote namespace.
* gen code
* pr comments
* wrap optional metadata in struct
* fix e2e
* consolidate registration opts into Options struct
* populate Role PolicyRules
* add option for not deleting remote cluster resources when deregistering a non-existent cluster
* gen code

v0.12.0

14 Sep 20:49
6677b65
Compare
Choose a tag to compare
input Snapshot builder: check CRD registration (#141)

* use verifier to check for resource support in input reconciler/snapshot
* fix test gen
* comments

v0.11.1

03 Sep 20:14
d227d69
Compare
Choose a tag to compare
Add ProviderInfo and Eks (#138)

* Add ProviderInfo and Eks
* changelog
* add RegisterProviderClusterWithToken method to registrant
* move changelog
* pr comments
* Merge branch 'master' into kubernetes-cluster-provider-metadata
* Add RegisterProviderClusterFromConfig
* Expose RegisterProviderCluster on RegistrationOptions
* update changelog