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

Merge release/v2.8.8 into main #1479

Merged
merged 8 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
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
16 changes: 12 additions & 4 deletions src/pages/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Here you can find links to supporting documentation for the current released ver
<th>Community</th>
</tr>
<tr>
<td><b>v2.8.7</b></td>
<td><b>v2.8.8</b></td>
<td><a href="https://ranchermanager.docs.rancher.com/v2.8">Documentation</a></td>
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.8.7">Release Notes</a></td>
<td><center>https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-8-7/</center></td>
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.8.8">Release Notes</a></td>
<td><center>N/A</center></td>
<td><center>&#10003;</center></td>
<td><center>N/A</center></td>
</tr>
Expand Down Expand Up @@ -123,7 +123,15 @@ Here you can find links to supporting documentation for previous versions of Ran
<th>Prime</th>
<th>Community</th>
</tr>
<tr>
<tr>
<td><b>v2.8.7</b></td>
<td><a href="https://ranchermanager.docs.rancher.com/v2.8">Documentation</a></td>
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.8.7">Release Notes</a></td>
<td><center>https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-8-7/</center></td>
<td><center>&#10003;</center></td>
<td><center>N/A</center></td>
</tr>
<tr>
<td><b>v2.8.6</b></td>
<td><a href="https://ranchermanager.docs.rancher.com/v2.8">Documentation</a></td>
<td><a href="https://github.com/rancher/rancher/releases/tag/v2.8.6">Release Notes</a></td>
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-2.8/faq/deprecated-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Rancher will publish deprecated features as part of the [release notes](https://

| Patch Version | Release Date |
|---------------|---------------|
| [2.8.8](https://github.com/rancher/rancher/releases/tag/v2.8.8) | Sep 19, 2024 |
| [2.8.7](https://github.com/rancher/rancher/releases/tag/v2.8.7) | Aug 26, 2024 |
| [2.8.6](https://github.com/rancher/rancher/releases/tag/v2.8.6) | Jul 31, 2024 |
| [2.8.5](https://github.com/rancher/rancher/releases/tag/v2.8.5) | Jun 17, 2024 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ In order to deploy and run the adapter successfully, you need to ensure its vers
:::

| Rancher Version | Adapter Version |
|-----------------|:----------------:|
|-----------------|------------------|
| v2.8.8 | v103.0.1+up3.0.1 |
| v2.8.7 | v103.0.1+up3.0.1 |
| v2.8.6 | v103.0.1+up3.0.1 |
| v2.8.5 | v103.0.1+up3.0.1 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Each Rancher version is designed to be compatible with a single version of the w

| Rancher Version | Webhook Version | Availability in Prime | Availability in Community |
|-----------------|-----------------|-----------------------|---------------------------|
| v2.8.8 | v0.4.11 | &check; | &cross; |
| v2.8.7 | v0.4.10 | &check; | &cross; |
| v2.8.6 | v0.4.9 | &check; | &cross; |
| v2.8.5 | v0.4.7 | &check; | &check; |
Expand Down