Skip to content

Commit 0f04006

Browse files
authored
Merge branch 'main' into automation/vendor-portal-release-notes-v2024.11.26-6
2 parents 4874d62 + 058d0bd commit 0f04006

File tree

4 files changed

+26
-8
lines changed

4 files changed

+26
-8
lines changed

docs/release-notes/rn-app-manager.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ The following table lists the versions of Kubernetes that are compatible with ea
1818

1919
<!--RELEASE_NOTES_PLACEHOLDER-->
2020

21+
## 1.121.2
22+
23+
Released on November 27, 2024
24+
25+
Support for Kubernetes: 1.29, 1.30, and 1.31
26+
27+
### Improvements {#improvements-1-121-2}
28+
* Various updates for Embedded Cluster.
29+
2130
## 1.121.1
2231

2332
Released on November 26, 2024

docs/release-notes/rn-vendor-platform.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ This topic contains release notes for the Replicated Vendor Platform, which incl
1010

1111
<!--RELEASE_NOTES_PLACEHOLDER-->
1212

13+
## v2024.11.27-1
14+
15+
Released on November 27, 2024
16+
17+
### Bug Fixes {#bug-fixes-v2024-11-27-1}
18+
* Fixes an issue where a KOTS release was incorrectly identified as a [Helm CLI-only](/vendor/licenses-install-types#install-types) release, preventing it from being promoted.
19+
## v2024.11.27-0
20+
21+
Released on November 27, 2024
22+
23+
### Bug Fixes {#bug-fixes-v2024-11-27-0}
24+
* Fixes a bug where Helm install instructions in the [Download Portal](/vendor/helm-install-airgap) didn't use custom domains.
25+
1326
## v2024.11.26-6
1427

1528
Released on November 26, 2024

docs/vendor/testing-ingress.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,18 @@ Ingress is also not perfectly portable; each ingress controller might require di
2929
Supported ingress controllers vary based on the distribution.
3030
Compatibility matrix supports ingress controllers that are running as a `NodePort` service.
3131

32-
### Compatibility Matrix Tunnels (Beta)
32+
### Compatibility Matrix Tunnels
3333
All VM-based Compatibility Matrix clusters support tunneling traffic into a `NodePort` service.
3434
When this option is used, Replicated is responsible for creating the DNS record and TLS certs.
35-
Replicated will route traffic from `:443` and/or `:80` into the `NodePort` service you defined. For more information about using tunnels, see [Managing Compatibility Matrix Tunnels (Beta)](#manage-nodes) below.
35+
Replicated will route traffic from `:443` and/or `:80` into the `NodePort` service you defined. For more information about using tunnels, see [Managing Compatibility Matrix Tunnels](#manage-nodes) below.
3636

3737
The following diagram shows how the traffic is routed into the service using Compatibility Matrix tunnels:
3838

3939
<img src="/images/compatibility-matrix-ingress.png" alt="Compatibility Matrix ingress"></img>
4040

4141
[View a larger version of this image](/images/compatibility-matrix-ingress.png)
4242

43-
## Managing Compatibility Matrix Tunnels (Beta) {#manage-nodes}
44-
45-
:::note
46-
Compatibity matrix tunnels are a beta feature.
47-
:::
43+
## Managing Compatibility Matrix Tunnels {#manage-nodes}
4844

4945
Tunnels are viewed, created, and removed using the Compatibility Matrix UI within Vendor Portal, the Replicated CLI, GitHub Actions, or directly with the Vendor API v3. There is no limit to the number of tunnels you can create for a cluster and multiple tunnels can connect to a single service, if desired.
5046

docs/vendor/testing-supported-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Compatibility Matrix supports creating [AWS EKS](https://aws.amazon.com/eks/?nc2
314314
</tr>
315315
<tr>
316316
<th>Supported Kubernetes Versions</th>
317-
<td><p>1.28, 1.29, 1.30, 1.31</p><p>Extended Support Versions: 1.24, 1.25, 1.26, 1.27</p></td>
317+
<td><p>1.29, 1.30, 1.31</p><p>Extended Support Versions: 1.24, 1.25, 1.26, 1.27, 1.28</p></td>
318318
</tr>
319319
<tr>
320320
<th>Supported Instance Types</th>

0 commit comments

Comments
 (0)