github loft-sh/vcluster v0.12.0-beta.0

pre-release2 years ago

!! BREAKING CHANGES !!

vcluster will by default now not sync ingresses anymore. If you require ingress sync, please make sure to set:

sync:
  ingresses:
    enabled: true

What's Changed

  • Add option for ingress classes by @ishankhare07 in #676
  • test: add e2e test for scheduler by @pratikjagrut in #590
  • fix(syncer): stop syncing "field.cattle.io/publicEndpoints" Service annotation by @matskiv in #700
  • fix: excessive node updates when syncing real nodes with ttl != 0 by @matskiv in #699
  • Convert base64 encoded value passed in --extra-values, to values file by @mahendrabagul in #705
  • Delete the cloud provider volume when the PersistentVolumeReclaimPolicy is 'Delete' by @maheshbaliga in #702
  • refactor: improve node allocatable calculation by @FabianKramm in #706
  • Update tutorial.mdx by @alexanderturner in #707
  • fix: panic in PV syncer when ClaimRef is nil by @matskiv in #710
  • Add podAnnotations key for api, controller, syncer and etcd's pod template by @mahendrabagul in #713
  • Allow annotation of all objects created by the chart by @denniskorbginski in #697
  • Rectify resources key in coredns helm config by @mahendrabagul in #712
  • Add podAnnotations key in coredns config to control coredns pod annotations by @mahendrabagul in #721
  • Revert "Delete the cloud provider volume when the PersistentVolumeReclaimPolicy is 'Delete'" by @FabianKramm in #723
  • docs: update install commands by @lizardruss in #727
  • Add loadBalancerIP; fix externalTrafficPolicy & externalIPs logic by @TylerGillson in #726
  • Provide service creation rights to the service account for correct service-cidr retrieval on vcluster-eks chart by @mabhi in #724
  • fix: install links for vcluster cli by @FabianKramm in #729
  • Upgrade k8s packages to v0.25.0 and go.mod to 1.19 by @mahendrabagul in #728
  • fix: increase minimum coredns resource requests by @carlmontanari in #733
  • feat(chart): helm values to set labels on vclusters pods by @matskiv in #731

New Contributors

Full Changelog: v0.11.2...v0.12.0-beta.0

Don't miss a new vcluster release

NewReleases is sending notifications on new releases.