Skip to content

Commit c25a172

Browse files
authored
Merge branch 'main' into automation/kubernetes-installer-release-notes-v2025.07.23-0
2 parents 18c7824 + cd0839e commit c25a172

File tree

7 files changed

+18
-19
lines changed

7 files changed

+18
-19
lines changed

docs/enterprise/installing-general-requirements.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The following table lists the browser requirements for the Replicated KOTS Admin
2727

2828
Each release of KOTS maintains compatibility with the current Kubernetes version, and the two most recent versions at the time of its release. This includes support against all patch releases of the corresponding Kubernetes version.
2929

30-
Kubernetes versions 1.29 and earlier are end-of-life (EOL). For more information about Kubernetes versions, see [Release History](https://kubernetes.io/releases/) in the Kubernetes documentation.
30+
Kubernetes versions that are not listed below are end-of-life (EOL) in upstream Kubernetes, and no longer supported by Replicated. For more information about Kubernetes versions, see [Release History](https://kubernetes.io/releases/) in the Kubernetes documentation.
3131

32-
Replicated recommends using a version of KOTS that is compatible with Kubernetes 1.30 and higher.
32+
Replicated recommends using a version of KOTS that is compatible with a supported Kubernetes version listed in the table below.
3333

3434
<KubernetesCompatibility/>
3535

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Run the following command:
22

33
```shell
4-
curl -Ls $(curl -s https://api.github.com/repos/replicatedhq/replicated/releases/latest \
5-
| grep "browser_download_url.*linux_amd64.tar.gz" \
6-
| cut -d : -f 2,3 \
7-
| tr -d \") -o replicated.tar.gz
4+
version=$(curl -s https://api.github.com/repos/replicatedhq/replicated/releases/latest \
5+
| grep -m1 -Po '"tag_name":\s*"v\K[^"]+')
6+
curl -Ls \
7+
"https://github.com/replicatedhq/replicated/releases/download/v${version}/replicated_${version}_linux_amd64.tar.gz" \
8+
-o replicated.tar.gz
89
tar xf replicated.tar.gz replicated && rm replicated.tar.gz
910
mv replicated /usr/local/bin/replicated
10-
```
11+
```

docs/release-notes/rn-kubernetes-installer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Released on July 23, 2025
1616

1717
### New Features {#new-features-v2025-07-23-0}
1818
* Adds [EKCO add-on](https://kurl.sh/docs/add-ons/ekco) version 0.28.10.
19-
2019
## v2025.07.21-0
2120

2221
Released on July 21, 2025

docs/vendor/testing-supported-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Compatibility Matrix supports creating [AWS EKS](https://aws.amazon.com/eks/?nc2
313313
</tr>
314314
<tr>
315315
<th>Supported Kubernetes Versions</th>
316-
<td><p>{/* START_eks_VERSIONS */}1.27, 1.28, 1.29, 1.30, 1.31, 1.32, 1.33{/* END_eks_VERSIONS */}</p><p>Extended Support Versions: 1.27, 1.28, 1.29</p></td>
316+
<td><p>{/* START_eks_VERSIONS */}1.28, 1.29, 1.30, 1.31, 1.32, 1.33{/* END_eks_VERSIONS */}</p><p>Extended Support Versions: 1.27, 1.28, 1.29</p></td>
317317
</tr>
318318
<tr>
319319
<th>Supported Instance Types</th>

docs/vendor/tutorial-embedded-cluster-create-customer.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ To create a customer:
1616

1717
1. For **Channel**, select **Unstable**. This allows the customer to install releases promoted to the Unstable channel.
1818

19-
1. For **License type**, select **Development**.
19+
1. For **Customer type**, select **Development**.
2020

2121
1. For **License options**, enable the following entitlements:
22-
* **KOTS Install Enabled**
23-
* **Embedded Cluster Enabled**
22+
* **Embedded Cluster**
2423

2524
1. Click **Save Changes**.
2625

@@ -31,4 +30,4 @@ Get the Embedded Cluster installation commands and install. See [Step 5: Install
3130
## Related Topics
3231

3332
* [About Customers](/vendor/licenses-about)
34-
* [Creating and Managing Customers](/vendor/releases-creating-customer)
33+
* [Creating and Managing Customers](/vendor/releases-creating-customer)

docs/vendor/tutorial-kots-helm-create-customer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ To create a customer:
1616

1717
1. For **Channel**, select **Unstable**. This allows the customer to install releases promoted to the Unstable channel.
1818

19-
1. For **License type**, select Development.
19+
1. For **Customer type**, select Development.
2020

21-
1. For **License options**, verify that **KOTS Install Enabled** is enabled. This is the entitlement that allows the customer to install with KOTS.
21+
1. For **Install types options**, verify that **Existing Cluster (KOTS Install)** is enabled. This is the entitlement that allows the customer to install with KOTS.
2222

2323
1. Click **Save Changes**.
2424

@@ -35,4 +35,4 @@ Get the KOTS installation command and install. See [Step 6: Install the Release
3535
## Related Topics
3636

3737
* [About Customers](/vendor/licenses-about)
38-
* [Creating and Managing Customers](/vendor/releases-creating-customer)
38+
* [Creating and Managing Customers](/vendor/releases-creating-customer)

docs/vendor/tutorial-kots-helm-install-helm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ To install the release with the Helm CLI:
2222

2323
1. For **Customer email**, enter the email address for the customer. The customer email address is required to install the application with the Helm CLI. This email address is never used send emails to customers.
2424

25-
1. For **License type**, select Trial.
25+
1. For **Customer type**, select Trial.
2626

27-
1. (Optional) For **License options**, _disable_ the **KOTS Install Enabled** entitlement.
27+
1. (Optional) For **License options**, select the **Existing Cluster (Helm CLI)** entitlement.
2828

2929
1. Click **Save Changes**.
3030

@@ -115,4 +115,4 @@ Congratulations! As part of this tutorial, you created a release in the Replicat
115115
* [Installing with Helm](/vendor/install-with-helm)
116116
* [About the Replicated SDK](/vendor/replicated-sdk-overview)
117117
* [Helm Uninstall](https://helm.sh/docs/helm/helm_uninstall/)
118-
* [Helm Delete](https://helm.sh/docs/helm/helm_delete/)
118+
* [Helm Delete](https://helm.sh/docs/helm/helm_delete/)

0 commit comments

Comments
 (0)