Releases: loft-sh/vcluster-sdk
Releases · loft-sh/vcluster-sdk
v0.5.3
What's Changed
- dep-up: Updated examples to use v0.5.2 SDK by @ThomasK33 in #106
- ci: Updated actions by @ThomasK33 in #107
- chore: bump vcluster version & dependencies by @FabianKramm in #108
New Contributors
- @ThomasK33 made their first contribution in #106
Full Changelog: v0.5.2...v0.5.3
v0.5.2
Merge pull request #105 from FabianKramm/main chore: bump vcluster version & dependencies
v0.5.1
v0.5.1
v0.4.2
What's Changed
- chore(deps): bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible in /examples/bootstrap-with-deployment by @dependabot in #42
- chore(deps): bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible in /examples/hooks by @dependabot in #41
- chore(deps): bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible in /examples/pull-secret-sync by @dependabot in #40
- chore(deps): bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible in /examples/crd-sync by @dependabot in #43
New Contributors
- @dependabot made their first contribution in #42
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- fix: improve handling of old host CRDs by @matskiv in #38
- chore: upgrade to K8s 1.26; remove PruneWhitelist by @TylerGillson in #39
New Contributors
- @TylerGillson made their first contribution in #39
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- enhancement: set ownerReference on synced resources in accordance to vcluster behavior by @pratikjagrut in #37
New Contributors
- @pratikjagrut made their first contribution in #37
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- fix: restart plugin if syncer is restarted by @FabianKramm in #35
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- refactor: update examples to v0.3.0 by @FabianKramm in #31
- chore: bump vcluster chart version in the examples by @matskiv in #33
- feat: add generic controller by @FabianKramm in #34
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- refactor: removed name & allow client override by @FabianKramm in #30
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Changes
- Support for vcluster hooks (only works with vcluster version v0.9.0 and higher) that allows users to mutate incoming and outgoing requests to the vcluster syncer
- Updated vcluster options
- Updated k8s versions