Skip to content

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

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

v1.10.2

18 Jul 17:19
v1.10.2
9c91504
Compare
Choose a tag to compare

Highlights

  • REPLACE ME

Changes since v1.10.1

📈 Overview

  • 4 new commits merged
  • 1 feature addition ✨

✨ New Features

  • Bump to Go 1.22.4 (#3074)

🌱 Others

  • Bump to Go 1.22.5 (#3092)
  • Makefile: pin controller-gen binary to go 1.21 (#3077)
  • Test: use rolloutStrategy to speed up K8s-Upgrade tests to not hit rollout timeout (#3064)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.9.4

18 Jul 17:19
v1.9.4
4455f72
Compare
Choose a tag to compare

Highlights

  • REPLACE ME

Deprecation Warning

REPLACE ME: A couple sentences describing the deprecation, including links to docs.

  • [GitHub issue #REPLACE ME](REPLACE ME)

Changes since v1.9.3

📈 Overview

  • 16 new commits merged
  • 2 feature additions ✨
  • 1 bug fixed 🐛

✨ New Features

  • Bump to Go 1.22.4 (#3073)
  • Test/e2e: use vSphere projects from Boskos (#3054)

🐛 Bug Fixes

  • Remove logouts in keep alive handlers (#2991)

🌱 Others

  • Bump Go to 1.21.9 (#3043)
  • Bump govmomi to 0.37.0 for sha256 support (#3078)
  • Bump to Go 1.22.5 (#3093)
  • Controllers: fix ProviderServiceAccount tests to create objects on-demand (#2997)
  • Drop codecov from PRs (#2972)
  • Hack/e2e don't add binary files to artifacts and also censor base64 encoded values (#3006)
  • Makefile: pin controller-gen binary to go 1.21 (#3081)
  • Test: use a daemonset and kubectl exec to provide images to remote clusters (#2986)
  • Test: use rolloutStrategy to speed up K8s-Upgrade tests to not hit rollout timeout (#3065)
  • Use absolute paths for folder and resourcePool (#3037)
  • Use setup-envtest from CR main (05/2024) to use envtest binaries from CT releases (#3018)

📖 Additionally, there have been 2 contributions to our documentation and book. (#2961, #2971)

Thanks to all our contributors! 😊

v1.8.10

18 Jul 17:19
v1.8.10
390b274
Compare
Choose a tag to compare

Changes since v1.8.9


📈 Overview

  • 15 new commits merged
  • 2 feature additions ✨
  • 1 bug fixed 🐛

✨ New Features

  • Bump to Go 1.22.4 (#3075)
  • test/e2e: use vSphere projects from Boskos (#3055)

🐛 Bug Fixes

  • Remove logouts in keep alive handlers (#2992)

🌱 Others

  • Bump Go to 1.21.9 (#3044)
  • Bump govmomi to 0.37.0 for sha256 support (#3079)
  • Bump govulncheck to 1.0.1 (#3095)
  • Bump to Go 1.22.5 (#3094)
  • controllers: fix ProviderServiceAccount tests to create objects on-demand (#3002)
  • hack/e2e don't add binary files to artifacts and also censor base64 encoded values (#3007)
  • Makefile: pin controller-gen binary to go 1.21 (#3082)
  • Use absolute paths for folder and resourcePool (#3038)
  • Use setup-envtest from CR main (05/2024) to use envtest binaries from CT releases (#3019)

📖 Additionally, there have been 3 contributions to our documentation and book. (#3030, #2975, #2962)

Thanks to all our contributors! 😊

v1.7.7

18 Jul 17:19
v1.7.7
4982c82
Compare
Choose a tag to compare

Changes since v1.7.6


📈 Overview

  • 13 new commits merged
  • 1 feature addition ✨
  • 1 bug fixed 🐛

✨ New Features

  • test/e2e: use vSphere projects from Boskos (#3056)

🐛 Bug Fixes

  • Remove logouts in keep alive handlers (#2993)

🌱 Others

  • Bump Go to 1.21.9 (#3045)
  • Bump govmomi to 0.37.0 for sha256 support (#3080)
  • Bump to Go 1.21.12 (#3091)
  • controllers: fix ProviderServiceAccount tests to create objects on-demand (#3003)
  • hack/e2e don't add binary files to artifacts and also censor base64 encoded values (#3008)
  • Makefile: pin controller-gen binary to go 1.21 (#3083)
  • Use absolute paths for folder and resourcePool (#3039)
  • Use setup-envtest from CR main (05/2024) to use envtest binaries from CT releases (#3020)

📖 Additionally, there have been 3 contributions to our documentation and book. (#3031, #2974, #2963)

Thanks to all our contributors! 😊

v1.11.0-beta.0

17 Jul 10:27
v1.11.0-beta.0
6b27129
Compare
Choose a tag to compare
v1.11.0-beta.0 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.10.0

📈 Overview

  • 105 new commits merged
  • 7 feature additions ✨
  • 2 bugs fixed 🐛

✨ New Features

  • Add validating and mutating webhook for supervisor mode (#2651)
  • Bump CAPI to v1.8.0-beta.0 (#3107)
  • 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)

🌱 Others

  • Add Go directive check as Makefile target (#3004)
  • 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 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)
  • 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: 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: 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)
  • 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)

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

  • cloud.google.com/go/compute/metadata: v0.2.3 → v0.3.0
  • cloud.google.com/go/compute: v1.23.0 → v1.23.3
  • github.com/BurntSushi/toml: v0.3.1 → v1.2.1
  • github.com/adrg/xdg: v0.4.0 → v0.5.0
  • github.com/asaskevich/govalidator: a9d515a → f61b66f
  • github.com/chzyer/readline: 2972be2 → v1.5.1
  • github.com/cncf/xds/go: e9ce688 → 0fa0005
  • github.com/cpuguy83/go-md2man/v2: v2.0.3 → v2.0.4
  • github.com/distribution/reference: v0.5.0 → v0.6.0
  • github.com/emicklei/go-restful/v3: v3.11.0 → v3.12.1
  • github.com/envoyproxy/go-control-plane: v0.11.1 → v0.12.0
  • github.com/envoyproxy/protoc-gen-validate: v1.0.2 → v1.0.4
  • github.com/fatih/color: v1.16.0 → v1.17.0
  • github.com/go-logr/logr: v1.4.1 → v1.4.2
  • github.com/golang/glog: v1.1.2 → v1.2.0
  • github.com/google/cel-go: v0.17.7 → v0.17.8
  • github.com/google/pprof: 4bb14d4 → a892ee0
  • github.com/ianlancetaylor/demangle: 28f6c0f → bd984b5
  • github.com/onsi/ginkgo/v2: v2.17.1 → v2.19.0
  • github.com/onsi/gomega: v1.32.0 → v1.33.1
  • github.com/pelletier/go-toml/v2: v2.1.0 → v2.2.2
  • github.com/prometheus/client_model: v0.5.0 → v0.6.0
  • github.com/spf13/cobra: v1.8.0 → v1.8.1
  • github.com/spf13/viper: v1.18.2 → v1.19.0
  • github.com/vmware/govmomi: v0.37.1 → v0.38.0
  • go.etcd.io/etcd/api/v3: v3.5.13 → v3.5.14
  • go.etcd.io/etcd/client/pkg/v3: v3.5.13 → v3.5.14
  • go.etcd.io/etcd/client/v3: v3.5.13 → v3.5.14
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.46.0 → v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.46.0 → v0.49.0
  • go.opentelemetry.io/otel/metric: v1.20.0 → v1.24.0
  • go.opentelemetry.io/otel/trace: v1.20.0 → v1.24.0
  • go.opentelemetry.io/otel: v1.20.0 → v1.24.0
  • go.uber.org/atomic: v1.10.0 → v1.7.0
  • go.uber.org/zap: v1.26.0 → v1.27.0
  • golang.org/x/crypto: v0.22.0 → v0.25.0
  • golang.org/x/mod: v0.17.0 → v0.19.0
  • golang.org/x/net: v0.24.0 → v0.27.0
  • golang.org/x/oauth2: v0.18.0 → v0.21.0
  • golang.org/x/sys: v0.19.0 → v0.22.0
  • golang.org/x/telemetry: f48c80b → bda5523
  • golang.org/x/term: v0.19.0 → v0.22.0
  • golang.org/x/text: v0.14.0 → v0.16.0
  • golang.org/x/tools: v0.20.0 → v0.23.0
  • google.golang.org/appengine: v1.6.7 → v1.6.8
  • google.golang.org/genproto/googleapis/api: bbf56f3 → a219d84
  • google.golang.org/genproto/googleapis/rpc: 83a465c → 6e1732d
  • google.golang.org/genproto: bbf56f3 → ef43131
  • google.golang.org/grpc: v1.59.0 → v1.62.2
  • honnef.co/go/tools: v0.0.1-2020.1.3 → v0.4.5
  • k8s.io/api: v0.29.3 → v0.30.2
  • k8s.io/apiextensions-apiserver: v0.29.3 → v0.30.2
  • k8s.io/apimachinery: v0.29.3 → v0.30.2
  • k8s.io/apiserver: v0.29.3 → v0.30.2
  • k8s.io/cli-runtime: v0.29.3 → v0.30.2
  • k8s.io/client-go: v0.29.3 → v0.30.2
  • k8s.io/cluster-bootstrap: v0.29.3 → v0.30.2
  • k8s.io/code-generator: v0.29.3 → v0.30.2
  • k8s.io/component-base: v0.29.3 → v0.30.2
  • k8s.io/component-helpers: v0.29.3 → v0.30.2
  • k8s.io/gengo: 9cce18d → 485abfe
  • k8s.io/klog/v2: v2.110.1 → v2.120.1
  • k8s.io/kms: v0.29.3 → v0.30.2
  • k8s.io/kube-openapi: 2dd684a → 70dd376
  • k8s.io/kubectl: v0....
Read more