Releases: loft-sh/vcluster
Releases · loft-sh/vcluster
v0.5.0-alpha.3
Merge pull request #207 from FabianKramm/main fix: only allow v1.22 k0s
v0.5.0-alpha.2
Merge pull request #206 from FabianKramm/main refactor: deprecate k3s-image, release-values & add kubernetes-version
v0.5.0-alpha.1
Merge pull request #200 from FabianKramm/main refactor: make separate helm chart for k0s & k8s
v0.4.5
Changes
- syncer: Fixed an issue where persistent volumes were not correctly synced if
--fake-persistent-volumes=false
v0.4.5-beta.0
Changes
- syncer: Fixed an issue where persistent volumes were not correctly synced if
--fake-persistent-volumes=false
v0.4.4
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
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
Changes
- Fixed an issue where the hostname of pods created from a statefulset were wrong (thanks @moustafab)
v0.4.2
Changes
- cli: Updated k3s versions
- cli: New
--output
flag invcluster list
(thanks @jzbruno) - cli: Use helm executable path for
helm version
invcluster 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
tovcluster.loft.sh/skip-translate
v0.4.2-beta.1
Changes
- cli: Updated k3s versions
- cli: New
--output
flag invcluster list
(thanks @jzbruno) - cli: Use helm executable path for
helm version
invcluster 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
tovcluster.loft.sh/skip-translate