Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 README.md: add information about v1.31.0 OVA's #3157

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,16 @@ production-like environments, it is highly recommended to build and use your own

**Note:** Big OVAs will be split into multiple parts. To use them please download all parts and use `cat part1 part2 part3 > out.ova` to join them again.

| Kubernetes | Ubuntu 18.04 | Ubuntu 20.04 | Ubuntu 22.04 | Photon 3 | Photon 5 | Flatcar Stable |
|:-----------|:------------:|:------------:|:------------:|:--------:|:--------:|:--------------:|
| [v1.24.11] | ✓ | ✓ | | ✓ | | ✓ |
| [v1.25.7] | ✓ | ✓ | | ✓ | | ✓ |
| [v1.26.2] | ✓ | ✓ | | ✓ | | ✓ |
| [v1.27.3] | ✓ | ✓ | ✓ | ✓ | | ✓ |
| [v1.28.0] | ✓ | ✓ | ✓ | ✓ | | ✓ |
| [v1.29.0] | | | ✓ | ✓ | ✓ | ✓ |
| [v1.30.0] | | | ✓ | | ✓ | ✓ |
| Kubernetes | Ubuntu 18.04 | Ubuntu 20.04 | Ubuntu 22.04 | Ubuntu 24.04 | Photon 3 | Photon 5 | Flatcar Stable |
|:-----------|:------------:|:------------:|:------------:|:------------:|:--------:|:--------:|:--------------:|
| [v1.24.11] | ✓ | ✓ | | | ✓ | | ✓ |
| [v1.25.7] | ✓ | ✓ | | | ✓ | | ✓ |
| [v1.26.2] | ✓ | ✓ | | | ✓ | | ✓ |
| [v1.27.3] | ✓ | ✓ | ✓ | | ✓ | | ✓ |
| [v1.28.0] | ✓ | ✓ | ✓ | | ✓ | | ✓ |
| [v1.29.0] | | | ✓ | | ✓ | ✓ | ✓ |
| [v1.30.0] | | | ✓ | | | ✓ | ✓ |
| [v1.31.0] | | | ✓ | ✓ | | ✓ | ✓ |

[v1.24.11]: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/tag/templates/v1.24.11
[v1.25.7]: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/tag/templates/v1.25.7
Expand All @@ -81,6 +82,7 @@ production-like environments, it is highly recommended to build and use your own
[v1.28.0]: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/tag/templates/v1.28.0
[v1.29.0]: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/tag/templates/v1.29.0
[v1.30.0]: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/tag/templates/v1.30.0
[v1.31.0]: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/tag/templates/v1.31.0

A full list of the published machine images for CAPV can be found by [searching for releases](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases?q=templates%2F&expanded=true)
on the repository having the prefix `templates/` and taking a look at the available assets.
Expand Down