Skip to content

Commit a5e30cc

Browse files
authored
Merge branch 'main' into automation/vendor-portal-release-notes-v2025.10.20-2
2 parents c14f490 + 1f98193 commit a5e30cc

File tree

7 files changed

+41
-9
lines changed

7 files changed

+41
-9
lines changed

docs/enterprise/installing-general-requirements.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ KOTS has been tested for compatibility with the following registries:
266266

267267
<DockerCompatibility/>
268268

269-
## Firewall Openings for Online Installations with KOTS in an Existing Cluster {#firewall}
269+
## Network Requirements for Online Installations
270+
271+
### Firewall Openings {#firewall}
270272

271273
<FirewallOpeningsIntro/>
272274

@@ -304,3 +306,7 @@ KOTS has been tested for compatibility with the following registries:
304306
&#42; Required only if the application uses the [Replicated proxy registry](/vendor/private-images-about).
305307

306308
&#42;&#42; Required only if the application uses the [Replicated registry](/vendor/private-images-replicated).
309+
310+
### IPv4 or IPv4/IPv6 Dual-Stack Only
311+
312+
KOTS does not support online installations in single-stack IPv6-only environments. Environments that use IPv4 or dual-stack IPv4/IPv6 networking are supported.

docs/enterprise/installing-kurl-requirements.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ You must meet the additional kURL system requirements when applicable:
3636

3737
- **Cloud Disk Performance**: For a list of cloud VM instance and disk combinations that are known to provide sufficient performance for etcd and pass the write latency preflight, see [Cloud Disk Performance](https://kurl.sh/docs/install-with-kurl/system-requirements#cloud-disk-performance) in the kURL documentation.
3838

39-
## Firewall Openings for Online Installations with kURL {#firewall}
39+
## Network Requirements for Online Installations
40+
41+
### Firewall Openings {#firewall}
4042

4143
<FirewallOpeningsIntro/>
4244

@@ -73,4 +75,8 @@ You must meet the additional kURL system requirements when applicable:
7375

7476
&#42; Required only if the application uses the [Replicated proxy registry](/vendor/private-images-about).
7577

76-
&#42;&#42; Required only if the application uses the [Replicated registry](/vendor/private-images-replicated).
78+
&#42;&#42; Required only if the application uses the [Replicated registry](/vendor/private-images-replicated).
79+
80+
### IPv4 or IPv4/IPv6 Dual-Stack Only
81+
82+
kURL does not support online installations in single-stack IPv6-only environments. Environments that use IPv4 or dual-stack IPv4/IPv6 networking are supported.

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,20 @@ This topic contains release notes for the Replicated Vendor Platform, which incl
1010

1111
<!--RELEASE_NOTES_PLACEHOLDER-->
1212

13+
1314
## v2025.10.20-2
1415

1516
Released on October 20, 2025
1617

1718
### New Features {#new-features-v2025-10-20-2}
18-
* CMX: Added support for ssh keys not synchronized via github.
19+
* Compatibility Matrix: Added support for SSH keys that are not synchronized with GitHub.
20+
21+
## v2025.10.15-2
22+
23+
Released on October 15, 2025
24+
25+
### New Features {#new-features-v2025-10-15-2}
26+
* Added rate limiting to magic link login endpoints to prevent email abuse. The endpoints are limited to 20 requests per hour per IP address.
1927

2028

2129
## v2025.10.10-3

docs/vendor/custom-domains-using.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ To add and verify a custom domain:
1414

1515
1. In the **Add custom domain** dropdown, select the target Replicated endpoint.
1616

17+
:::note
18+
There is a known issue when using a custom domain for the Enterprise Portal if any of your customers use link transformers such as Microsoft Defender Safe Links. For more information, see [Known Issue](custom-domains#known-issue) in _About Custom Domains_.
19+
:::
20+
1721
The **Configure a custom domain** wizard opens.
1822

1923
<img src="/images/custom-domains-download-configure.png" alt="custom domain wizard" width="500"/>

docs/vendor/custom-domains.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ Using custom domains has the following limitations:
3838

3939
- Each custom domain can only be used by one team.
4040

41-
- For [Replicated Embedded Cluster](/vendor/embedded-overview) installations, any Helm [`extensions`](/reference/embedded-config) that you add in the Embedded Cluster Config do not use custom domains. During deployment, Embedded Cluster pulls both the repo for the given chart and any images in the chart as written. Embedded Cluster does not rewrite image names to use custom domains.
41+
- For [Replicated Embedded Cluster](/vendor/embedded-overview) installations, any Helm [`extensions`](/reference/embedded-config) that you add in the Embedded Cluster Config do not use custom domains. During deployment, Embedded Cluster pulls both the repo for the given chart and any images in the chart as written. Embedded Cluster does not rewrite image names to use custom domains.
42+
43+
## Known Issue
44+
45+
If you use a custom domain for the Replicated [Enterprise Portal](/vendor/enterprise-portal-about) and any of your customers use link transformers such as Microsoft Defender Safe Links, then there is a known issue where legitimate URLs in emails generated by the Enterprise Portal can break due to rewrapping. To avoid this issue, request a "Do not rewrite the following URLs" exclusion policy for your custom Enterprise Portal domain.

docs/vendor/embedded-overview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,5 @@ Embedded Cluster has the following limitations:
137137
* **Policy enforcement on Embedded Cluster workloads is not supported**: The Embedded Cluster runs workloads that require higher levels of privilege. If your application installs a policy enforcement engine such as Gatekeeper or Kyverno, ensure that its policies are not enforced in the namespaces used by Embedded Cluster.
138138

139139
* **Installing on STIG- and CIS-hardened OS images is not supported**: Embedded Cluster isn't tested on these images, and issues have arisen when trying to install on them. Embedded Cluster version 2.8.0 and later will install in standard SELinux environments by setting appropriate SELinux file contexts on the bin directory and restoring SELinux contexts for the data directory after creation.
140+
141+
* **Single-stack IPv6 not supported**: Embedded Cluster does not support installations in single-stack IPv6-only environments. Environments that use IPv4 or dual-stack IPv4/IPv6 networking are supported.

docs/vendor/enterprise-portal-about.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,19 @@ The following diagram shows how customers can use the Enterprise Portal to acces
2727

2828
As shown in the diagram above, your licensed customers can access the installation and update instructions for one or more application releases by logging in to the Enterprise Portal. The Enterprise Portal tracks the customer's installation attempts and progress, and shares those insights back to the Vendor Portal. After installing, customers can also upload support bundles in the Enterprise Portal. Support bundles uploaded to the Enterprise Portal are automatically made available to you in the Vendor Portal.
2929

30+
You can enable and disable access to the Enterprise Portal for all customers, or on a per-customer basis. For more information about how to enable access, see [Manage Customer Access](/vendor/enterprise-portal-invite#manage-ep-access).
31+
3032
For information about using the Enterprise Portal, see [Access and Use the Enterprise Portal](enterprise-portal-use).
3133

3234
## Limitations
3335

3436
* The Enterprise Portal is Beta. The features and functionality of the Enterprise Portal are subject to change.
3537

38+
* Installation and upgrade instructions are available only for Embedded Cluster and Helm installations. The Enterprise Portal does not provide instructions for installing and upgrading with KOTS in existing clusters.
39+
3640
* Air gap instance records do not appear in the Enterprise Portal until the end customer creates an air gap instance record by either uploading a support bundle for that instance or manually entering instance information. For more information, see [View Active and Inactive Instances](/vendor/enterprise-portal-use#view-active-and-inactive-instances) in _Access and Use the Enterprise Portal_.
3741

38-
* Installation and upgrade instructions are available only for Embedded Cluster and Helm installations. The Enterprise Portal does not provide instructions for installing and upgrading with KOTS in existing clusters.
42+
* There is a known issue when using a custom domain for the Enterprise Portal if any of your customers use link transformers such as Microsoft Defender Safe Links. For more information, see [Known Issue](custom-domains#known-issue) in _About Custom Domains_.
3943

4044
## Comparison to the Download Portal
4145

@@ -51,9 +55,7 @@ You can configure the Enterprise Portal to use a custom domain, add links and co
5155

5256
For more information about customizing the Enterprise Portal, see [Customize the Enterprise Portal](enterprise-portal-configure).
5357

54-
For information about how to set a custom domain for the Enterprise Portal, see [Use Custom Domains](/vendor/custom-domains-using).
55-
56-
You can enable and disable access to the Enterprise Portal for all customers, or on a per-customer basis. For more information about how to enable access, see [Manage Customer Access](/vendor/enterprise-portal-invite#manage-ep-access).
58+
For information about how to set a custom domain for the Enterprise Portal, see [Use Custom Domains](/vendor/custom-domains-using).
5759

5860
## About Instance Reporting with the Enterprise Portal
5961

0 commit comments

Comments
 (0)