Skip to content

Releases: kubernetes-sigs/cluster-api-provider-vsphere

v1.9.5

24 Sep 14:03
v1.9.5
aad8649
Compare
Choose a tag to compare

Highlights

With this release CSI images are referenced from the official community registry (registry.k8s.io) because the old location (gcr.io) was deleted.
We recommend all users to upgrade to this patch release.

Changes since v1.9.4

πŸ“ˆ Overview

  • 5 new commits merged
  • 1 bug fixed πŸ›

πŸ› Bug Fixes

  • Drop caBundle from CRDs to support Kubernetes 1.31 (#3132)

🌱 Others

  • Bump CAPV to from v1.8.10 and v1.7.7 for upgrade tests (#3124)
  • Bump to Go 1.22.7 (#3198)
  • csi: use images from new location (#3203)
  • Test: add env var to allow setting CPI to insecure and use it in CI (#3116)
  • Verify PR titles with shell script (#3192)

Thanks to all our contributors! 😊

v1.11.1

23 Sep 17:25
v1.11.1
228bb2f
Compare
Choose a tag to compare

Highlights

With this release CSI images are referenced from the official community registry (registry.k8s.io) because the old location (gcr.io) was deleted.
We recommend all users to upgrade to this release.

Changes since v1.11.0

πŸ“ˆ Overview

  • 11 new commits merged
  • 2 feature additions ✨

✨ New Features

  • Enable NSX LB healthcheck on kube-apiserver (#3170)
  • Supervisor: implement support for autoscale to/from zero (#3171)

🌱 Others

  • [release-1.11] csi: use images from new location (#3201)
  • Bump nsx-operator API mod (#3175)
  • Bump sigs.k8s.io/cluster-api to v1.8.2 (#3185)
  • Bump to Go 1.22.7 (#3196)
  • Bump ubuntu to 24.04 images (#3169)
  • Set base branch correctly for link checker (#3111)
  • Test: Bump autoscaler to v1.31.0 (#3177)
  • Test: use ubuntu 24.04 in Runtime SDK test (#3165)
  • Verify PR titles with shell script (#3190)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/vmware-tanzu/nsx-operator/pkg/apis: v0.1.0 β†’ 8f09829
  • sigs.k8s.io/cluster-api: v1.8.1 β†’ v1.8.2

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.10.3

23 Sep 17:25
v1.10.3
ec192ef
Compare
Choose a tag to compare

Highlights

With this release CSI images are referenced from the official community registry (registry.k8s.io) because the old location (gcr.io) was deleted.
We recommend all users to upgrade to this patch release.

Changes since v1.10.2

πŸ“ˆ Overview

  • 4 new commits merged
  • 1 bug fixed πŸ›

πŸ› Bug Fixes

  • Drop caBundle from CRDs to support Kubernetes 1.31 (#3133)

🌱 Others

  • csi: use images from new location (#3202)
  • Bump to Go 1.22.7 (#3197)
  • Verify PR titles with shell script (#3191)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.11.1-rc.0

03 Sep 12:52
v1.11.1-rc.0
b4bb9e3
Compare
Choose a tag to compare
v1.11.1-rc.0 Pre-release
Pre-release

🚨 This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an issue.

Changes since v1.11.0

✨ New Features

  • Enable NSX LB healthcheck on kube-apiserver (#3170)
  • Supervisor: implement support for autoscale to/from zero (#3171)

🌱 Others

  • Bump nsx-operator API mod (#3175)
  • Bump ubuntu to 24.04 images (#3169)
  • Set base branch correctly for link checker (#3111)
  • Test: Bump autoscaler to v1.31.0 (#3177)
  • Test: use ubuntu 24.04 in Runtime SDK test (#3165)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/vmware-tanzu/nsx-operator/pkg/apis: v0.1.0 β†’ 8f09829
  • sigs.k8s.io/cluster-api: v1.8.1 β†’ 18d9dd9

Removed

Nothing has changed.


_Thanks to all our contributors!_ 😊

v1.11.0

14 Aug 11:26
v1.11.0
a26d51d
Compare
Choose a tag to compare

Highlights

  • Tested with Kubernetes v1.31 & cloud-provider-vsphere v1.31
  • Based on Cluster API v1.8
  • Bumped to controller-runtime v0.18, k8s.io/* v0.30, controller-gen v0.15
  • Bumped to Go 1.22

supervisor mode:

  • Significantly improved unit and e2e test coverage (#2995)
  • VirtualMachine namingStrategy (#3099)
  • Now uses vm-operator v1alpha2 APIs (#3029, #3104)
  • Dropped ProviderServiceAccount ConfigMap and deprecated ProviderServiceAccountFinalizer (#3009)
  • Support for namespace-scoped Zones (#3146)

govmomi mode:

  • Support for vGPU (#3025)
  • Removed the keep alive feature (#2984)
  • Use sha256 thumbprint in tests (#3076) (using sha1 thumbprint is now deprecated)

Changes since v1.10

πŸ“ˆ Overview

  • 142 new commits merged
  • 13 feature additions ✨
  • 5 bugs fixed πŸ›

✨ New Features

  • Add Namespace Scoped Zone Discovery and Watch (#3146)
  • Add validating and mutating webhook for supervisor mode (#2651)
  • Bump CAPI to v1.8.0 (#3151)
  • Bump CAPI to v1.8.0-beta.0 (#3107)
  • Bump CAPI to v1.8.1 and CPI to v1.31.0 (#3155)
  • Bump Cluster API to v1.8.0-rc.1 (#3142)
  • Bump CPI to v1.31.0-beta.0 (#3108)
  • Bump e2e tests to kubernetes v1.31.0 (#3154)
  • Implement VirtualMachine namingStrategy (#3099)
  • Test/e2e: use vSphere projects from Boskos (#3034)
  • VGPU implementation (#3025)
  • VGPU implementation - follow-ups (#3101)
  • Vm-operator: migrate to v1alpha2 (#3029)

πŸ› Bug Fixes

  • Config: drop the deprecated --enable-keep-alive flag from the template (#2947)
  • Drop caBundle from CRDs to support Kubernetes 1.31 (#3131)
  • Fix unit tests, improve debuggability (#3126)
  • Run only one manager with webhooks for supervisor tests (#3021)
  • Vmoperator: fix nil pointer when reconciling VM (#3112)

🌱 Others

  • Add Go directive check as Makefile target (#3004)
  • Add release-1.11 to GitHub actions (#3110)
  • Bump CAPI to v1.7.0 (#2911)
  • Bump CAPI to v1.7.1 (#2940)
  • Bump CAPI to v1.8.0-rc.0 (#3127)
  • Bump CPI to v1.31.0-rc.1 (#3144)
  • Bump Go to 1.21.11 (#3041)
  • Bump Kubernetes images to v1.30.0 (#2918)
  • Bump Kubernetes version in tests to 1.31.0-rc.1 (#3138)
  • Bump sigs.k8s.io/cluster-api to v1.8.0-beta.1 (#3119)
  • Bump to CAPI main (v1.8.0 pre alpha) (#3033)
  • Bump to Go 1.22.5 (#3090)
  • Bump to golangci-lint v1.59.0 (#3062)
  • Bump vm-operator to v1.8.6 (#2914)
  • Bump vSphere CPI to v1.30.0 (#2923)
  • Cleanup janitor (#3057)
  • Cloudbuild: bump images to match capi (#3051)
  • Controllers: add unit test coverage for esxi host label on supervisor (#3085)
  • Controllers: fix ProviderServiceAccount tests to create objects on-demand (#2983)
  • Drop integration tests (#2919)
  • Drop pre-load of cert-manager images in E2E tests (#3060)
  • Drop redundant e2e tests (#2996)
  • Drop test coverage for release-1.6 and update README.md (#2958)
  • Drop WCP fault domains feature gate (#3118)
  • E2e: introduce and use KUBERNETES_VERSION_MANAGEMENT variable which builds kindest/node image on demand (#3137)
  • Fill up supervisor e2e test - ClusterClass changes (#3011)
  • Fill up supervisor e2e test - ClusterClass rollouts (#3023)
  • Fill up supervisor e2e test - clusterctl upgrades using ClusterClass (#3024)
  • Fix flake where VSphereFailureDomain still exists from previous test (#3123)
  • Flavorgen: Bump CSI to v3.3.0 (#3088)
  • Flavorgen: enforce VSPHERE_USERNAME and VSPHERE_PASSWORD variables to be set as string in templates (#3028)
  • Generate vm-operator YAML instead of downloading it from GCS (#2931)
  • Github: adjust weekly actions to also test release-1.10 (#2903)
  • Hack/e2e don't add binary files to artifacts and also censor base64 encoded values (#2989)
  • Hack: remove references to GCR_KEY_FILE (#2990)
  • Improve checking if guest cluster client works in unit tests (#3136)
  • Improve vm operator target + use config/wcp (#2932)
  • Makefile: add hack/tools to go test (#3063)
  • Makefile: adjust prowjob-gen for upstream job removal (#3143)
  • Makefile: drop OVERRIDES_DIR and dependent make targets (#3052)
  • Optimize dependabot config (#2979)
  • Packaging: write kubeadm script log for ignition (#3149)
  • Prepare main for development of release v1.11 (#2950)
  • Push manifests for main & release-.* (#2949)
  • Remove keep alive feature (#2984)
  • Retry CRD detection during startup (#2917)
  • Set terminationMessagePolicy to FallbackToLogsOnError for all managers (#2988)
  • Store nightly manifests in k8s-staging-capi-vsphere (#2930)
  • Supervisor: drop ProviderServiceAccount ConfigMap and deprecate ProviderServiceAccountFinalizer (#3009)
  • Surface more conditions about VirtualMachine pre-prequisites (#3104)
  • Sync dependabot config with core CAPI (#3066)
  • Templates: add a script to run prekubeadmcommands in order of files defined in /etc/pre-kubeadm-scripts (#2906)
  • Test OwnerReferences and Finalizers for Supervisor (#3059)
  • Test VirtualMachine pre-requisites only before creation (#3105)
  • Test: add coverage to find issues running on the next kubernetes release as management cluster (#3139)
  • Test: allow retries creating vcsim (#3096)
  • Test: bump core-CAPI v1.8.0-beta.0 to nightly image build (#3113)
  • Test: Bump CPI to v1.31.0-rc.0 (#3129)
  • Test: dump resources before ValidateResourceVersionStable test (#3120)
  • Test: enable vcsim for clusterclass rollout test (#3117)
  • Test: enable vcsim to run clusterctl upgrade e2e tests (#3109)
  • Test: ensure we can collect machine logs (#3145)
  • Test: fix collector for machines not having an IP in status and change ignition ssh user to capv (#3010)
  • Test: fix wording in vsphere.yaml comment, always use bootstrapClusterProxy to get vCenterSimulator (#3097)
  • Test: implement check for all pods running (#3089)
  • Test: implement cluster upgrade with Runtime SDK (#3069)
  • Test: migrate to vm-operator v1alpha2 (#3032)
  • Test: use a daemonset and kubectl exec to provide images to remote clusters (#2955)
  • Test: use rolloutStrategy to speed up K8s-Upgrade tests to not hit rollout timeout (#3061)
  • Test: wait for nodes being ready before testing resource versions being stable (#3114)
  • Testutil: fix import name for fake client library (#3147)
  • Update Makefile doc about nightly manifests (#2939)
  • Use absolute paths for folder and resourcePool (#3035)
  • Use kind for clusterctl upgrade tests (#3050)
  • Use release markers in e2e config to fetch lastest releases (#2895)
  • Use setup-envtest from CR main (05/2024) to use envtest binaries from CT releases (#3016)
  • Use sha256 thumbprint in tests (#3076)
  • Use vm operator v1.8.6 for supervisor e2e testing (#2894)
  • Vcsim: implement cluster proxy to allow more e2e tests to be compatible to vcsim (#3072)

πŸ“– Additionally, there have been 5 contributions to our documentation and book. (#2928, #2951, #2959, #2999, #3157)

Dependencies

Added

  • github.com/dvyukov/go-fuzz: 6a8e9d1
  • github.com/fxamacker/cbor/v2: v2.6.0
  • github.com/go-task/slim-sprig/v3: v3.0.0
  • github.com/x448/float16: v0.8.4
  • go4.org/netipx: fdeea32
  • golang.org/x/exp/typeparams: 732eee0
  • k8s.io/gengo/v2: 51d4e06

Changed

Read more

templates/v1.31.0

14 Aug 08:17
31ee7f1
Compare
Choose a tag to compare

VM templates for Kubernetes v1.31

If an OVA image consists of multiple parts, use cat <image>-parts* > <image>.ova to join them back.

v1.11.0-rc.1

07 Aug 06:46
v1.11.0-rc.1
bb14455
Compare
Choose a tag to compare
v1.11.0-rc.1 Pre-release
Pre-release

🚨 This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an issue.

Changes since v1.11.0-rc.0

πŸ“ˆ Overview

  • 8 new commits merged
  • 1 feature addition ✨
  • 1 bug fixed πŸ›

✨ New Features

  • Bump Cluster API to v1.8.0-rc.1 (#3142)

πŸ› Bug Fixes

  • Drop caBundle from CRDs to support Kubernetes 1.31 (#3131)

🌱 Others

  • E2e: introduce and use KUBERNETES_VERSION_MANAGEMENT variable which builds kindest/node image on demand (#3137)
  • Improve checking if guest cluster client works in unit tests (#3136)
  • Test: add coverage to find issues running on the next kubernetes release as management cluster (#3139)
  • Test: Bump CPI to v1.31.0-rc.0 (#3129)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/coredns/corefile-migration: v1.0.21 β†’ v1.0.23
  • github.com/onsi/gomega: v1.34.0 β†’ v1.34.1
  • golang.org/x/exp: 9212866 β†’ 8a7402a
  • golang.org/x/mod: v0.19.0 β†’ v0.20.0
  • sigs.k8s.io/cluster-api: v1.8.0-rc.0 β†’ v1.8.0-rc.1

Removed

  • github.com/flynn/go-shlex: 3f9db97
More details about the release

⚠️ RELEASE CANDIDATE NOTES ⚠️

Highlights

  • REPLACE ME

Changes since v1.10.0

πŸ“ˆ Overview

  • 129 new commits merged
  • 9 feature additions ✨
  • 5 bugs fixed πŸ›

✨ New Features

  • Add validating and mutating webhook for supervisor mode (#2651)
  • Bump CAPI to v1.8.0-beta.0 (#3107)
  • Bump Cluster API to v1.8.0-rc.1 (#3142)
  • Bump CPI to v1.31.0-beta.0 (#3108)
  • Implement VirtualMachine namingStrategy (#3099)
  • Test/e2e: use vSphere projects from Boskos (#3034)
  • VGPU implementation (#3025)
  • VGPU implementation - follow-ups (#3101)
  • Vm-operator: migrate to v1alpha2 (#3029)

πŸ› Bug Fixes

  • Config: drop the deprecated --enable-keep-alive flag from the template (#2947)
  • Drop caBundle from CRDs to support Kubernetes 1.31 (#3131)
  • Fix unit tests, improve debuggability (#3126)
  • Run only one manager with webhooks for supervisor tests (#3021)
  • Vmoperator: fix nil pointer when reconciling VM (#3112)

🌱 Others

  • Add Go directive check as Makefile target (#3004)
  • Add release-1.11 to GitHub actions (#3110)
  • Bump CAPI to v1.7.0 (#2911)
  • Bump CAPI to v1.7.1 (#2940)
  • Bump CAPI to v1.8.0-rc.0 (#3127)
  • Bump Go to 1.21.11 (#3041)
  • Bump Kubernetes images to v1.30.0 (#2918)
  • Bump sigs.k8s.io/cluster-api to v1.8.0-beta.1 (#3119)
  • Bump to CAPI main (v1.8.0 pre alpha) (#3033)
  • Bump to Go 1.22.5 (#3090)
  • Bump to golangci-lint v1.59.0 (#3062)
  • Bump vm-operator to v1.8.6 (#2914)
  • Bump vSphere CPI to v1.30.0 (#2923)
  • Cleanup janitor (#3057)
  • Cloudbuild: bump images to match capi (#3051)
  • Controllers: add unit test coverage for esxi host label on supervisor (#3085)
  • Controllers: fix ProviderServiceAccount tests to create objects on-demand (#2983)
  • Drop integration tests (#2919)
  • Drop pre-load of cert-manager images in E2E tests (#3060)
  • Drop redundant e2e tests (#2996)
  • Drop test coverage for release-1.6 and update README.md (#2958)
  • Drop WCP fault domains feature gate (#3118)
  • E2e: introduce and use KUBERNETES_VERSION_MANAGEMENT variable which builds kindest/node image on demand (#3137)
  • Fill up supervisor e2e test - ClusterClass changes (#3011)
  • Fill up supervisor e2e test - ClusterClass rollouts (#3023)
  • Fill up supervisor e2e test - clusterctl upgrades using ClusterClass (#3024)
  • Fix flake where VSphereFailureDomain still exists from previous test (#3123)
  • Flavorgen: Bump CSI to v3.3.0 (#3088)
  • Flavorgen: enforce VSPHERE_USERNAME and VSPHERE_PASSWORD variables to be set as string in templates (#3028)
  • Generate vm-operator YAML instead of downloading it from GCS (#2931)
  • Github: adjust weekly actions to also test release-1.10 (#2903)
  • Hack/e2e don't add binary files to artifacts and also censor base64 encoded values (#2989)
  • Hack: remove references to GCR_KEY_FILE (#2990)
  • Improve checking if guest cluster client works in unit tests (#3136)
  • Improve vm operator target + use config/wcp (#2932)
  • Makefile: add hack/tools to go test (#3063)
  • Makefile: drop OVERRIDES_DIR and dependent make targets (#3052)
  • Optimize dependabot config (#2979)
  • Prepare main for development of release v1.11 (#2950)
  • Push manifests for main & release-.* (#2949)
  • Remove keep alive feature (#2984)
  • Retry CRD detection during startup (#2917)
  • Set terminationMessagePolicy to FallbackToLogsOnError for all managers (#2988)
  • Store nightly manifests in k8s-staging-capi-vsphere (#2930)
  • Supervisor: drop ProviderServiceAccount ConfigMap and deprecate ProviderServiceAccountFinalizer (#3009)
  • Surface more conditions about VirtualMachine pre-prequisites (#3104)
  • Sync dependabot config with core CAPI (#3066)
  • Templates: add a script to run prekubeadmcommands in order of files defined in /etc/pre-kubeadm-scripts (#2906)
  • Test OwnerReferences and Finalizers for Supervisor (#3059)
  • Test VirtualMachine pre-requisites only before creation (#3105)
  • Test: add coverage to find issues running on the next kubernetes release as management cluster (#3139)
  • Test: allow retries creating vcsim (#3096)
  • Test: bump core-CAPI v1.8.0-beta.0 to nightly image build (#3113)
  • Test: Bump CPI to v1.31.0-rc.0 (#3129)
  • Test: dump resources before ValidateResourceVersionStable test (#3120)
  • Test: enable vcsim for clusterclass rollout test (#3117)
  • Test: enable vcsim to run clusterctl upgrade e2e tests (#3109)
  • Test: fix collector for machines not having an IP in status and change ignition ssh user to capv (#3010)
  • Test: fix wording in vsphere.yaml comment, always use bootstrapClusterProxy to get vCenterSimulator (#3097)
  • Test: implement check for all pods running (#3089)
  • Test: implement cluster upgrade with Runtime SDK (#3069)
  • Test: migrate to vm-operator v1alpha2 (#3032)
  • Test: use a daemonset and kubectl exec to provide images to remote clusters (#2955)
  • Test: use rolloutStrategy to speed up K8s-Upgrade tests to not hit rollout timeout (#3061)
  • Test: wait for nodes being ready before testing resource versions being stable (#3114)
  • Update Makefile doc about nightly manifests (#2939)
  • Use absolute paths for folder and resourcePool (#3035)
  • Use kind for clusterctl upgrade tests (#3050)
  • Use release markers in e2e config to fetch lastest releases (#2895)
  • Use setup-envtest from CR main (05/2024) to use envtest binaries from CT releases (#3016)
  • Use sha256 thumbprint in tests (#3076)
  • Use vm operator v1.8.6 for supervisor e2e testing (#2894)
  • Vcsim: implement cluster proxy to allow more e2e tests to be compatible to vcsim (#3072)

πŸ“– Additionally, there have been 4 contributions to our documentation and book. (#2928, #2951, #2959, #2999)

Dependencies

Added

  • github.com/chromedp/cdproto: 3cf4e6d
  • github.com/chromedp/chromedp: v0.9.2
  • github.com/chromedp/sysutil: v1.0.0
  • github.com/dvyukov/go-fuzz: 6a8e9d1
  • github.com/fxamacker/cbor/v2: v2.6.0
  • github.com/go-task/slim-sprig/v3: v3.0.0
  • github.com/gobwas/httphead: v0.1.0
  • github.com/gobwas/pool: v0.2.1
  • github.com/gobwas/ws: v1.2.1
  • github.com/x448/float16: v0.8.4
  • go4.org/netipx: fdeea32
  • golang.org/x/exp/typeparams: 732eee0
  • k8s.io/gengo/v2: 51d4e06

Changed

Read more

v1.11.0-rc.0

31 Jul 10:43
v1.11.0-rc.0
fdcd2c4
Compare
Choose a tag to compare
v1.11.0-rc.0 Pre-release
Pre-release

🚨 This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an issue.

Changes since v1.11.0-beta.1

πŸ“ˆ Overview

  • 5 new commits merged
  • 1 bug fixed πŸ›

πŸ› Bug Fixes

  • Fix unit tests, improve debuggability (#3126)

🌱 Others

  • Bump CAPI to v1.8.0-rc.0 (#3127)
  • Fix flake where VSphereFailureDomain still exists from previous test (#3123)
  • Test: dump resources before ValidateResourceVersionStable test (#3120)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/onsi/ginkgo/v2: v2.19.0 β†’ v2.19.1
  • github.com/onsi/gomega: v1.33.1 β†’ v1.34.0
  • github.com/vmware/govmomi: v0.38.0 β†’ v0.39.0
  • google.golang.org/protobuf: v1.33.0 β†’ v1.34.1
  • sigs.k8s.io/cluster-api: v1.8.0-beta.1 β†’ v1.8.0-rc.0
  • sigs.k8s.io/kustomize/api: v0.17.2 β†’ v0.17.3
  • sigs.k8s.io/kustomize/kyaml: v0.17.1 β†’ v0.17.2

Removed

Nothing has changed.

More details about the release

⚠️ RELEASE CANDIDATE NOTES ⚠️

Highlights

  • REPLACE ME

Changes since v1.10.0

πŸ“ˆ Overview

  • 121 new commits merged
  • 8 feature additions ✨
  • 4 bugs fixed πŸ›

✨ New Features

  • Add validating and mutating webhook for supervisor mode (#2651)
  • Bump CAPI to v1.8.0-beta.0 (#3107)
  • Bump CPI to v1.31.0-beta.0 (#3108)
  • Implement VirtualMachine namingStrategy (#3099)
  • Test/e2e: use vSphere projects from Boskos (#3034)
  • VGPU implementation (#3025)
  • VGPU implementation - follow-ups (#3101)
  • Vm-operator: migrate to v1alpha2 (#3029)

πŸ› Bug Fixes

  • Config: drop the deprecated --enable-keep-alive flag from the template (#2947)
  • Fix unit tests, improve debuggability (#3126)
  • Run only one manager with webhooks for supervisor tests (#3021)
  • Vmoperator: fix nil pointer when reconciling VM (#3112)

🌱 Others

  • Add Go directive check as Makefile target (#3004)
  • Add release-1.11 to GitHub actions (#3110)
  • Bump CAPI to v1.7.0 (#2911)
  • Bump CAPI to v1.7.1 (#2940)
  • Bump CAPI to v1.8.0-rc.0 (#3127)
  • Bump Go to 1.21.11 (#3041)
  • Bump Kubernetes images to v1.30.0 (#2918)
  • Bump sigs.k8s.io/cluster-api to v1.8.0-beta.1 (#3119)
  • Bump to CAPI main (v1.8.0 pre alpha) (#3033)
  • Bump to Go 1.22.5 (#3090)
  • Bump to golangci-lint v1.59.0 (#3062)
  • Bump vm-operator to v1.8.6 (#2914)
  • Bump vSphere CPI to v1.30.0 (#2923)
  • Cleanup janitor (#3057)
  • Cloudbuild: bump images to match capi (#3051)
  • Controllers: add unit test coverage for esxi host label on supervisor (#3085)
  • Controllers: fix ProviderServiceAccount tests to create objects on-demand (#2983)
  • Drop integration tests (#2919)
  • Drop pre-load of cert-manager images in E2E tests (#3060)
  • Drop redundant e2e tests (#2996)
  • Drop test coverage for release-1.6 and update README.md (#2958)
  • Drop WCP fault domains feature gate (#3118)
  • Fill up supervisor e2e test - ClusterClass changes (#3011)
  • Fill up supervisor e2e test - ClusterClass rollouts (#3023)
  • Fill up supervisor e2e test - clusterctl upgrades using ClusterClass (#3024)
  • Fix flake where VSphereFailureDomain still exists from previous test (#3123)
  • Flavorgen: Bump CSI to v3.3.0 (#3088)
  • Flavorgen: enforce VSPHERE_USERNAME and VSPHERE_PASSWORD variables to be set as string in templates (#3028)
  • Generate vm-operator YAML instead of downloading it from GCS (#2931)
  • Github: adjust weekly actions to also test release-1.10 (#2903)
  • Hack/e2e don't add binary files to artifacts and also censor base64 encoded values (#2989)
  • Hack: remove references to GCR_KEY_FILE (#2990)
  • Improve vm operator target + use config/wcp (#2932)
  • Makefile: add hack/tools to go test (#3063)
  • Makefile: drop OVERRIDES_DIR and dependent make targets (#3052)
  • Optimize dependabot config (#2979)
  • Prepare main for development of release v1.11 (#2950)
  • Push manifests for main & release-.* (#2949)
  • Remove keep alive feature (#2984)
  • Retry CRD detection during startup (#2917)
  • Set terminationMessagePolicy to FallbackToLogsOnError for all managers (#2988)
  • Store nightly manifests in k8s-staging-capi-vsphere (#2930)
  • Supervisor: drop ProviderServiceAccount ConfigMap and deprecate ProviderServiceAccountFinalizer (#3009)
  • Surface more conditions about VirtualMachine pre-prequisites (#3104)
  • Sync dependabot config with core CAPI (#3066)
  • Templates: add a script to run prekubeadmcommands in order of files defined in /etc/pre-kubeadm-scripts (#2906)
  • Test OwnerReferences and Finalizers for Supervisor (#3059)
  • Test VirtualMachine pre-requisites only before creation (#3105)
  • Test: allow retries creating vcsim (#3096)
  • Test: bump core-CAPI v1.8.0-beta.0 to nightly image build (#3113)
  • Test: dump resources before ValidateResourceVersionStable test (#3120)
  • Test: enable vcsim for clusterclass rollout test (#3117)
  • Test: enable vcsim to run clusterctl upgrade e2e tests (#3109)
  • Test: fix collector for machines not having an IP in status and change ignition ssh user to capv (#3010)
  • Test: fix wording in vsphere.yaml comment, always use bootstrapClusterProxy to get vCenterSimulator (#3097)
  • Test: implement check for all pods running (#3089)
  • Test: implement cluster upgrade with Runtime SDK (#3069)
  • Test: migrate to vm-operator v1alpha2 (#3032)
  • Test: use a daemonset and kubectl exec to provide images to remote clusters (#2955)
  • Test: use rolloutStrategy to speed up K8s-Upgrade tests to not hit rollout timeout (#3061)
  • Test: wait for nodes being ready before testing resource versions being stable (#3114)
  • Update Makefile doc about nightly manifests (#2939)
  • Use absolute paths for folder and resourcePool (#3035)
  • Use kind for clusterctl upgrade tests (#3050)
  • Use release markers in e2e config to fetch lastest releases (#2895)
  • Use setup-envtest from CR main (05/2024) to use envtest binaries from CT releases (#3016)
  • Use sha256 thumbprint in tests (#3076)
  • Use vm operator v1.8.6 for supervisor e2e testing (#2894)
  • Vcsim: implement cluster proxy to allow more e2e tests to be compatible to vcsim (#3072)

πŸ“– Additionally, there have been 4 contributions to our documentation and book. (#2928, #2951, #2959, #2999)

Dependencies

Added

  • github.com/chromedp/cdproto: 3cf4e6d
  • github.com/chromedp/chromedp: v0.9.2
  • github.com/chromedp/sysutil: v1.0.0
  • github.com/dvyukov/go-fuzz: 6a8e9d1
  • github.com/fxamacker/cbor/v2: v2.6.0
  • github.com/go-task/slim-sprig/v3: v3.0.0
  • github.com/gobwas/httphead: v0.1.0
  • github.com/gobwas/pool: v0.2.1
  • github.com/gobwas/ws: v1.2.1
  • github.com/x448/float16: v0.8.4
  • go4.org/netipx: fdeea32
  • golang.org/x/exp/typeparams: 732eee0
  • k8s.io/gengo/v2: 51d4e06

Changed

Read more

v1.8.0-rc.0

31 Jul 09:56
v1.8.0-rc.0
fdcd2c4
Compare
Choose a tag to compare
v1.8.0-rc.0 Pre-release
Pre-release

Accidental release, this release should not be used!

v1.11.0-beta.1

24 Jul 10:11
v1.11.0-beta.1
1e3cb59
Compare
Choose a tag to compare
v1.11.0-beta.1 Pre-release
Pre-release

🚨 This is a BETA RELEASE. Use it only for testing purposes. If you find any bugs, file an issue.

Changes since v1.11.0-beta.0

πŸ“ˆ Overview

  • 11 new commits merged
  • 1 feature addition ✨
  • 1 bug fixed πŸ›

✨ New Features

  • Bump CPI to v1.31.0-beta.0 (#3108)

πŸ› Bug Fixes

  • Vmoperator: fix nil pointer when reconciling VM (#3112)

🌱 Others

  • Add release-1.11 to GitHub actions (#3110)
  • Bump sigs.k8s.io/cluster-api to v1.8.0-beta.1 (#3119)
  • Drop WCP fault domains feature gate (#3118)
  • Test: bump core-CAPI v1.8.0-beta.0 to nightly image build (#3113)
  • Test: enable vcsim for clusterclass rollout test (#3117)
  • Test: enable vcsim to run clusterctl upgrade e2e tests (#3109)
  • Test: implement cluster upgrade with Runtime SDK (#3069)
  • Test: wait for nodes being ready before testing resource versions being stable (#3114)

Dependencies

Added

Nothing has changed.

Changed

  • go.etcd.io/etcd/api/v3: v3.5.14 β†’ v3.5.15
  • go.etcd.io/etcd/client/pkg/v3: v3.5.14 β†’ v3.5.15
  • go.etcd.io/etcd/client/v3: v3.5.14 β†’ v3.5.15
  • k8s.io/api: v0.30.2 β†’ v0.30.3
  • k8s.io/apiextensions-apiserver: v0.30.2 β†’ v0.30.3
  • k8s.io/apimachinery: v0.30.2 β†’ v0.30.3
  • k8s.io/apiserver: v0.30.2 β†’ v0.30.3
  • k8s.io/cli-runtime: v0.30.2 β†’ v0.30.3
  • k8s.io/client-go: v0.30.2 β†’ v0.30.3
  • k8s.io/cluster-bootstrap: v0.30.2 β†’ v0.30.3
  • k8s.io/code-generator: v0.30.2 β†’ v0.30.3
  • k8s.io/component-base: v0.30.2 β†’ v0.30.3
  • k8s.io/component-helpers: v0.30.2 β†’ v0.30.3
  • k8s.io/kms: v0.30.2 β†’ v0.30.3
  • k8s.io/kubectl: v0.30.2 β†’ v0.30.3
  • k8s.io/metrics: v0.30.2 β†’ v0.30.3
  • sigs.k8s.io/cluster-api: v1.8.0-beta.0 β†’ v1.8.0-beta.1

Removed

Nothing has changed.

More details about the release

⚠️ BETA RELEASE NOTES ⚠️

Highlights

  • REPLACE ME

Changes since v1.10.0

πŸ“ˆ Overview

  • 116 new commits merged
  • 8 feature additions ✨
  • 3 bugs fixed πŸ›

✨ New Features

  • Add validating and mutating webhook for supervisor mode (#2651)
  • Bump CAPI to v1.8.0-beta.0 (#3107)
  • Bump CPI to v1.31.0-beta.0 (#3108)
  • Implement VirtualMachine namingStrategy (#3099)
  • Test/e2e: use vSphere projects from Boskos (#3034)
  • VGPU implementation (#3025)
  • VGPU implementation - follow-ups (#3101)
  • Vm-operator: migrate to v1alpha2 (#3029)

πŸ› Bug Fixes

  • Config: drop the deprecated --enable-keep-alive flag from the template (#2947)
  • Run only one manager with webhooks for supervisor tests (#3021)
  • Vmoperator: fix nil pointer when reconciling VM (#3112)

🌱 Others

  • Add Go directive check as Makefile target (#3004)
  • Add release-1.11 to GitHub actions (#3110)
  • Bump CAPI to v1.7.0 (#2911)
  • Bump CAPI to v1.7.1 (#2940)
  • Bump Go to 1.21.11 (#3041)
  • Bump Kubernetes images to v1.30.0 (#2918)
  • Bump sigs.k8s.io/cluster-api to v1.8.0-beta.1 (#3119)
  • Bump to CAPI main (v1.8.0 pre alpha) (#3033)
  • Bump to Go 1.22.5 (#3090)
  • Bump to golangci-lint v1.59.0 (#3062)
  • Bump vm-operator to v1.8.6 (#2914)
  • Bump vSphere CPI to v1.30.0 (#2923)
  • Cleanup janitor (#3057)
  • Cloudbuild: bump images to match capi (#3051)
  • Controllers: add unit test coverage for esxi host label on supervisor (#3085)
  • Controllers: fix ProviderServiceAccount tests to create objects on-demand (#2983)
  • Drop integration tests (#2919)
  • Drop pre-load of cert-manager images in E2E tests (#3060)
  • Drop redundant e2e tests (#2996)
  • Drop test coverage for release-1.6 and update README.md (#2958)
  • Drop WCP fault domains feature gate (#3118)
  • Fill up supervisor e2e test - ClusterClass changes (#3011)
  • Fill up supervisor e2e test - ClusterClass rollouts (#3023)
  • Fill up supervisor e2e test - clusterctl upgrades using ClusterClass (#3024)
  • Flavorgen: Bump CSI to v3.3.0 (#3088)
  • Flavorgen: enforce VSPHERE_USERNAME and VSPHERE_PASSWORD variables to be set as string in templates (#3028)
  • Generate vm-operator YAML instead of downloading it from GCS (#2931)
  • Github: adjust weekly actions to also test release-1.10 (#2903)
  • Hack/e2e don't add binary files to artifacts and also censor base64 encoded values (#2989)
  • Hack: remove references to GCR_KEY_FILE (#2990)
  • Improve vm operator target + use config/wcp (#2932)
  • Makefile: add hack/tools to go test (#3063)
  • Makefile: drop OVERRIDES_DIR and dependent make targets (#3052)
  • Optimize dependabot config (#2979)
  • Prepare main for development of release v1.11 (#2950)
  • Push manifests for main & release-.* (#2949)
  • Remove keep alive feature (#2984)
  • Retry CRD detection during startup (#2917)
  • Set terminationMessagePolicy to FallbackToLogsOnError for all managers (#2988)
  • Store nightly manifests in k8s-staging-capi-vsphere (#2930)
  • Supervisor: drop ProviderServiceAccount ConfigMap and deprecate ProviderServiceAccountFinalizer (#3009)
  • Surface more conditions about VirtualMachine pre-prequisites (#3104)
  • Sync dependabot config with core CAPI (#3066)
  • Templates: add a script to run prekubeadmcommands in order of files defined in /etc/pre-kubeadm-scripts (#2906)
  • Test OwnerReferences and Finalizers for Supervisor (#3059)
  • Test VirtualMachine pre-requisites only before creation (#3105)
  • Test: allow retries creating vcsim (#3096)
  • Test: bump core-CAPI v1.8.0-beta.0 to nightly image build (#3113)
  • Test: enable vcsim for clusterclass rollout test (#3117)
  • Test: enable vcsim to run clusterctl upgrade e2e tests (#3109)
  • Test: fix collector for machines not having an IP in status and change ignition ssh user to capv (#3010)
  • Test: fix wording in vsphere.yaml comment, always use bootstrapClusterProxy to get vCenterSimulator (#3097)
  • Test: implement check for all pods running (#3089)
  • Test: implement cluster upgrade with Runtime SDK (#3069)
  • Test: migrate to vm-operator v1alpha2 (#3032)
  • Test: use a daemonset and kubectl exec to provide images to remote clusters (#2955)
  • Test: use rolloutStrategy to speed up K8s-Upgrade tests to not hit rollout timeout (#3061)
  • Test: wait for nodes being ready before testing resource versions being stable (#3114)
  • Update Makefile doc about nightly manifests (#2939)
  • Use absolute paths for folder and resourcePool (#3035)
  • Use kind for clusterctl upgrade tests (#3050)
  • Use release markers in e2e config to fetch lastest releases (#2895)
  • Use setup-envtest from CR main (05/2024) to use envtest binaries from CT releases (#3016)
  • Use sha256 thumbprint in tests (#3076)
  • Use vm operator v1.8.6 for supervisor e2e testing (#2894)
  • Vcsim: implement cluster proxy to allow more e2e tests to be compatible to vcsim (#3072)

πŸ“– Additionally, there have been 4 contributions to our documentation and book. (#2928, #2951, #2959, #2999)

Dependencies

Added

  • github.com/chromedp/cdproto: 3cf4e6d
  • github.com/chromedp/chromedp: v0.9.2
  • github.com/chromedp/sysutil: v1.0.0
  • github.com/dvyukov/go-fuzz: 6a8e9d1
  • github.com/fxamacker/cbor/v2: v2.6.0
  • github.com/go-task/slim-sprig/v3: v3.0.0
  • github.com/gobwas/httphead: v0.1.0
  • github.com/gobwas/pool: v0.2.1
  • github.com/gobwas/ws: v1.2.1
  • github.com/x448/float16: v0.8.4
  • go4.org/netipx: fdeea32
  • golang.org/x/exp/typeparams: 732eee0
  • k8s.io/gengo/v2: 51d4e06

Changed

Read more