Skip to content

Releases: loft-sh/cluster-api-provider-vcluster

v0.2.0-alpha.2

19 Jun 11:46
Compare
Choose a tag to compare
v0.2.0-alpha.2 Pre-release
Pre-release

Bug Fixes

  • Fixed a caching issue that prevented the controller to delete the cluster
  • Fixed metadata.yaml to point to our new 0.2.0 minor release

Enhancements

Made vcluster 0.20.0-beta.9 the default chart version

What's Changed

  • chore(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #58
  • chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #66
  • fix: fix metadata according to current minor version by @johannesfrey in #69
  • chore: add envrc and DS_Store to gitignore by @johannesfrey in #71
  • fix: only initialize default namespace when given by @johannesfrey in #70
  • chore: provide default values in cluster template by @johannesfrey in #72
  • chore: change to 0.20.0-beta.9 in e2e tests and cluster-template by @johannesfrey in #73

New Contributors

Full Changelog: v0.2.0-alpha.1...v0.2.0-alpha.2

v0.2.0-alpha.1

23 Apr 15:17
25e5ac0
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

This release includes several enhancements and bug fixes to improve the Cluster API Provider for vCluster. Below is a summary of the changes introduced in this version. Please note that this release includes a breaking change.

Breaking Changes

Removal of spec.kubernetesVersion: This field has been removed from the spec. Users will need to update their configurations to accommodate this change.

Enhancements

Various improvements have been made to the installation and setup processes for the vcluster provider, including updates to how Kubernetes versions are handled within cluster configurations​.

Bug Fixes

Several minor bug fixes have been implemented to improve stability and performance of the Cluster API Provider for vCluster​​.

Documentation

Updated documentation to reflect the latest changes in the API and configuration options​​.

What's Changed

  • Update Readme - remove info for old clusterctl; add info about CR by @matskiv in #17
  • chore(deps): bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible by @dependabot in #21
  • Upgrade helm to 3.11.1 by @ctrox in #23
  • chore(deps): bump github.com/loft-sh/vcluster to 0.15.0 by @yhrn in #29
  • Update quick-start.md by @architchandra in #34
  • Fix typo in README.md by @architchandra in #33
  • chore(deps): upgrade {logger, go version, linters} by @narcis96 in #46
  • ci (e2e) :add empty workflow for e2e testing by @narcis96 in #50
  • (ci): add unit-tests job by @narcis96 in #51
  • chore(test): add unit-test to vcluster controller by @narcis96 in #49
  • (ci): bump sigs.k8s.io/controller-tools/cmd/controller-gen to 0.14 by @narcis96 in #52
  • (generated): checkout zz_generated.deepcopy.go file changes by @narcis96 in #53
  • (ci): pre-configuration of e2e testing by @narcis96 in #54
  • (ci): e2e tests by @narcis96 in #55
  • chore(deps): bump dependencies to latest by @narcis96 in #47
  • (ci): run e2e and unit tests by @narcis96 in #57
  • (deps): update vcluster version by @narcis96 in #59
  • (capi): remove vcluster default version by @narcis96 in #61
  • (capi): custom vCluster helm version by @narcis96 in #62
  • (capi): update README instructions for custom vCluster helm version by @narcis96 in #63
  • (e2e): Check deployment pod is running by @narcis96 in #64
  • (capi): add release instructions by @narcis96 in #65
  • make workflow to run when stable and pre-releases publish by @narcis96 in #67
  • (capi): fix 'Set up Go' step from release workflow by @narcis96 in #68

New Contributors

Full Changelog: v0.1.3...v0.2.0-alpha.1

v0.1.3

11 Aug 12:52
c596906
Compare
Choose a tag to compare

v0.1.2

14 Jul 14:49
5a5028e
Compare
Choose a tag to compare

v0.1.1

06 May 08:26
Compare
Choose a tag to compare

This is our first release of the cluster-api-provider-vcluster. 🎉
Usage instructions can be found in the Readme file. 📖

We would love to hear your feedback over in #vcluster channel in our Slack or via the GitHub issues on this repo.