Skip to content

Releases: loft-sh/vcluster

v0.5.0-alpha.3

26 Nov 12:45
73979f0
Compare
Choose a tag to compare
v0.5.0-alpha.3 Pre-release
Pre-release
Merge pull request #207 from FabianKramm/main

fix: only allow v1.22 k0s

v0.5.0-alpha.2

26 Nov 09:59
57a5506
Compare
Choose a tag to compare
v0.5.0-alpha.2 Pre-release
Pre-release
Merge pull request #206 from FabianKramm/main

refactor: deprecate k3s-image, release-values & add kubernetes-version

v0.5.0-alpha.1

25 Nov 16:56
66d1728
Compare
Choose a tag to compare
v0.5.0-alpha.1 Pre-release
Pre-release
Merge pull request #200 from FabianKramm/main

refactor: make separate helm chart for k0s & k8s

v0.4.5

22 Nov 11:44
c09ff5d
Compare
Choose a tag to compare

Changes

  • syncer: Fixed an issue where persistent volumes were not correctly synced if --fake-persistent-volumes=false

v0.4.5-beta.0

19 Nov 12:19
c09ff5d
Compare
Choose a tag to compare
v0.4.5-beta.0 Pre-release
Pre-release

Changes

  • syncer: Fixed an issue where persistent volumes were not correctly synced if --fake-persistent-volumes=false

v0.4.4

16 Nov 08:08
16a4886
Compare
Choose a tag to compare

Changes

  • syncer: Annotations are now merged with the host cluster annotations on objects instead of always overriding them.
  • syncer: New --set-owner flag that will figure out automatically the owning object of the vcluster pod and set that to the vcluster created objects (#181)
  • syncer: Deprecated the flag --owning-statefulset
  • syncer: vcluster now automatically adds the autoscaler annotation cluster-autoscaler.kubernetes.io/safe-to-evict for pods that are deployed with a deployment, replicaset or statefulset within the vcluster to signal autoscalers that it is safe to evict those pods.
  • cli: improve vcluster connect and make the command work without requiring a statefulset

v0.4.4-beta.1

15 Nov 10:48
16a4886
Compare
Choose a tag to compare
v0.4.4-beta.1 Pre-release
Pre-release

Changes

  • syncer: Annotations are now merged with the host cluster annotations on objects instead of always overriding them.
  • syncer: New --set-owner flag that will figure out automatically the owning object of the vcluster pod and set that to the vcluster created objects (#181)
  • syncer: Deprecated the flag --owning-statefulset
  • syncer: vcluster now automatically adds the autoscaler annotation cluster-autoscaler.kubernetes.io/safe-to-evict for pods that are deployed with a deployment, replicaset or statefulset within the vcluster to signal autoscalers that it is safe to evict those pods.
  • cli: improve vcluster connect and make the command work without requiring a statefulset

v0.4.3

30 Oct 10:36
de52b06
Compare
Choose a tag to compare

Changes

  • Fixed an issue where the hostname of pods created from a statefulset were wrong (thanks @moustafab)

v0.4.2

28 Oct 15:19
95b0bd5
Compare
Choose a tag to compare

Changes

  • cli: Updated k3s versions
  • cli: New --output flag in vcluster list (thanks @jzbruno)
  • cli: Use helm executable path for helm version in vcluster create (thanks @developer-guy)
  • cli: vcluster will now restart port-forwarding automatically if it loses connection to the pod
  • syncer: Rename the annotation vcluster.loft.sh/translate-pv to vcluster.loft.sh/skip-translate

v0.4.2-beta.1

27 Oct 10:31
95b0bd5
Compare
Choose a tag to compare
v0.4.2-beta.1 Pre-release
Pre-release

Changes

  • cli: Updated k3s versions
  • cli: New --output flag in vcluster list (thanks @jzbruno)
  • cli: Use helm executable path for helm version in vcluster create (thanks @developer-guy)
  • cli: vcluster will now restart port-forwarding automatically if it loses connection to the pod
  • syncer: Rename the annotation vcluster.loft.sh/translate-pv to vcluster.loft.sh/skip-translate