Releases: kubernetes-sigs/cluster-api-provider-kubevirt
Releases · kubernetes-sigs/cluster-api-provider-kubevirt
v0.11.1
v0.11.0
What's Changed
- Update slack channel link by @Karthik-K-N in #319
- Bump version of capk in kubevirtci by @alicefr in #322
- Bump cluster-api to v1.11.1 and support v1beta2 api by @nunnatsa in #328
- Bump all dependencies by @nunnatsa in #334
- e2e: bump boot image to v1.34.1 by @nunnatsa in #336
- set go version to lower be generic v1.24, instead of specific v1.24.7 by @nunnatsa in #337
- Add flags for qps and leaderElection by @nikParasyr in #343
- Fix the ci failures by @nunnatsa in #353
- fix: initialize flags required for CAPI operator v0.24.0 by @eromanova in #352
- Fix the metadata file to match version v0.11.x by @nunnatsa in #359
- Restore the support in cluster-api v1beta1 resources by @nunnatsa in #356
New Contributors
- @Karthik-K-N made their first contribution in #319
- @alicefr made their first contribution in #322
- @nikParasyr made their first contribution in #343
- @eromanova made their first contribution in #352
Full Changelog: v0.1.10...v0.11.0
v0.10.4
What's Changed
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
Full Changelog: v0.10.1...v0.10.3
v0.10.1
chore: bump all dependencies
Full Changelog: v0.1.10...v0.10.1
v0.10.0
Note: this is re-versioning of the existing v0.1.10
What's Changed
- Allow annotate and label KubevirtClusterTemplates by @nunnatsa in #295
- chore: add tilt provider file by @richardcase in #297
- Bump several dependencies to fix vulnerable packages by @nunnatsa in #303
- force bump dependencies, using replace, to fix CVEs by @nunnatsa in #304
- Bump all dependencies by @nunnatsa in #305
- Protect github actions by @nunnatsa in #307
- bump controller-runtime to v0.20.0 by @nunnatsa in #308
- bump boot image to quay.io/capk/ubuntu-2404-container-disk:v1.32.1 by @nunnatsa in #309
- Fix the e2e test by @nunnatsa in #310
- Add new templates examples for Talos and Flatcar by @gcezaralmeida in #300
- Bump golang to 1.23.6 and Fix a CVE by @nunnatsa in #312
- Update Flatcar template by @johananl in #302
- Bump cluster-api to v1.10.0-beta.0 by @nunnatsa in #314
- Bump dependencies by @nunnatsa in #317
New Contributors
- @richardcase made their first contribution in #297
- @gcezaralmeida made their first contribution in #300
- @johananl made their first contribution in #302
Full Changelog: v0.1.9...v0.1.10
v0.1.10
What's Changed
- Allow annotate and label KubevirtClusterTemplates by @nunnatsa in #295
- chore: add tilt provider file by @richardcase in #297
- Bump several dependencies to fix vulnerable packages by @nunnatsa in #303
- force bump dependencies, using replace, to fix CVEs by @nunnatsa in #304
- Bump all dependencies by @nunnatsa in #305
- Protect github actions by @nunnatsa in #307
- bump controller-runtime to v0.20.0 by @nunnatsa in #308
- bump boot image to quay.io/capk/ubuntu-2404-container-disk:v1.32.1 by @nunnatsa in #309
- Fix the e2e test by @nunnatsa in #310
- Add new templates examples for Talos and Flatcar by @gcezaralmeida in #300
- Bump golang to 1.23.6 and Fix a CVE by @nunnatsa in #312
- Update Flatcar template by @johananl in #302
- Bump cluster-api to v1.10.0-beta.0 by @nunnatsa in #314
- Bump dependencies by @nunnatsa in #317
New Contributors
- @richardcase made their first contribution in #297
- @gcezaralmeida made their first contribution in #300
- @johananl made their first contribution in #302
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Add condition to KubeVirtMachine when VM Creation Fails by @davidvossel in #273
- Reflect the VM statuses to the KubeVirtCluster status by @nunnatsa in #272
- fix: remove hostpath volume and privileged context by @bzub in #275
- Remove the setup counter from the KVMachine ready status by @nunnatsa in #276
- feat: check if the request is a dry-run to match CAPI topology design by @aamoyel in #277
- Add new reason for failed vm by @nunnatsa in #280
- e2e: Bump to K8s 1.30 by @nunnatsa in #284
- bump metallb to v0.14.5 by @nunnatsa in #285
- Bump k8s deps and golang by @nunnatsa in #287
- Allow e2e multiple times by @nunnatsa in #289
- Remove e2e/go.mod by @nunnatsa in #288
- Add VM LiveMigratable Condition to KubevirtMachine by @orenc1 in #291
New Contributors
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- update x/net pkg by @davidvossel in #240
- feat: add condition to controlPlaneServiceTemplate in KubevirtCluster… by @aamoyel in #235
- Support VMI eviction also for external infra clusters by @nunnatsa in #242
- Fix namespace/cluster name on templates. by @feitnomore in #244
- Frequently Asked Questions by @feitnomore in #247
- fix(api): default value for KubeVirtCluster.status.ready field by @prometherion in #253
- fix: api reader for CCM clean-up to avoid cache lazy loading by @prometherion in #255
- Fix "should succeed with the kubevirt cluster being deleted" unit test by @nunnatsa in #259
- Bump golang to 1.20 by @nunnatsa in #257
- chore(golangci-lint): v1.54.2 pinning and config file by @prometherion in #256
- Add KubevirtClusterTemplate resource to support ClusterClass feature by @aamoyel in #251
- Allow runing github action with
ok-to-testby @nunnatsa in #261 - Cosmetic Markdown Fix by @orenc1 in #262
- Don't mark machine ready=false when internalIP is known by @davidvossel in #265
- kccm: Bump to v0.5.1 by @qinqon in #266
- Bump dependencies by @nunnatsa in #267
- Bump k8s.io/client-go to v0.28.2 by @bryan-cox in #270
New Contributors
- @feitnomore made their first contribution in #244
- @prometherion made their first contribution in #253
- @orenc1 made their first contribution in #262
- @bryan-cox made their first contribution in #270
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Replace deprecated k8s registry references by @jmhbnz in #226
- Re-fetch the VM secret userdata if it was changed by @rgolangh in #211
- condition to use controlPlaneEndpoint values by @aamoyel in #238
- Add sentinel bootstrap file check modes in CRD by @BarthV in #239
New Contributors
- @jmhbnz made their first contribution in #226
- @rgolangh made their first contribution in #211
- @aamoyel made their first contribution in #238
- @BarthV made their first contribution in #239
Full Changelog: v0.1.6...v0.1.7