Skip to content

Commit

Permalink
docs: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoAntoniazzi committed Jun 19, 2024
1 parent 419aa5e commit bccd99c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</h1>
<!-- markdownlint-enable MD033 -->

![Release](https://img.shields.io/badge/Latest%20Release-v1.1.1-blue)
![Release](https://img.shields.io/badge/Latest%20Release-v1.2.0-blue)
![License](https://img.shields.io/github/license/sighupio/fury-kubernetes-vsphere?label=License)
![Slack](https://img.shields.io/badge/slack-@kubernetes/fury-yellow.svg?logo=slack&label=Slack)

Expand All @@ -26,8 +26,8 @@ The following packages are included in the Fury Kubernetes vSphere module:

| Package | Version | Description |
| ---------------------------------------------- | -------- | ----------------------------------------------------------------------------- |
| [vsphere-cm](katalog/vsphere-cm) | `1.27.0` | Kubernetes Cloud Provider for vSphere |
| [vsphere-csi](katalog/vsphere-csi) | `3.1.2` | vSphere storage Container Storage Interface (CSI) plugin |
| [vsphere-cm](katalog/vsphere-cm) | `1.28.1` | Kubernetes Cloud Provider for vSphere |
| [vsphere-csi](katalog/vsphere-csi) | `3.2.0` | vSphere storage Container Storage Interface (CSI) plugin |

Click on each package to see its full documentation.

Expand All @@ -50,7 +50,7 @@ List the bases in a `Furyfile.yml` file
```yaml
bases:
- name: vsphere
version: v1.1.1
version: v1.2.0
```
> See `furyctl` [documentation][furyctl-repo] for additional details about `Furyfile.yml` format.
Expand Down
11 changes: 6 additions & 5 deletions docs/COMPATIBILITY_MATRIX.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Compatibility Matrix

| Module Version / Kubernetes Version | 1.26.X | 1.27.X |
| ----------------------------------- | :----------------: | :----------------: |
| v1.0.0 | :white_check_mark: | |
| v1.1.0 | :white_check_mark: | :white_check_mark: |
| v1.1.1 | :white_check_mark: | :white_check_mark: |
| Module Version / Kubernetes Version | 1.26.X | 1.27.X | 1.28.X |
| ----------------------------------- | :----------------: | :----------------: | :----------------: |
| v1.0.0 | :white_check_mark: | | |
| v1.1.0 | :white_check_mark: | :white_check_mark: | |
| v1.1.1 | :white_check_mark: | :white_check_mark: | |
| v1.2.0 | | :white_check_mark: | :white_check_mark: |

| Icon | Legend |
| :----------------: | ------------ |
Expand Down
15 changes: 15 additions & 0 deletions docs/releases/v1.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# vSphere add-on module release 1.2.0

Welcome to the latest release of `vsphere` module of [`Kubernetes Fury Distribution`](https://github.com/sighupio/fury-distribution) maintained by SIGHUP team.

This release adds support for kubernetes v1.28.

## Package Versions 🚢

| Package | Supported Version | Previous Version |
| -------------------------------- | ------------------------ | ---------------- |
| [vmware-cm](katalog/vmware-cm) | [1.28.1][cm-changelog] | `1.27.0` |
| [vmware-csi](katalog/vmware-csi) | [3.2.0][csi-changelog] | `3.1.2` |

[cm-changelog]: https://github.com/kubernetes/cloud-provider-vsphere/releases/tag/v1.28.1
[csi-changelog]: https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/3.0/rn/vmware-vsphere-container-storage-plugin-30-release-notes/index.html

0 comments on commit bccd99c

Please sign in to comment.