From 06868bf1fbfb08783b1185fae6dc63ba6e40dd9a Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:53:42 -0400 Subject: [PATCH 1/3] release notes instead of github releases --- docs/vendor/embedded-using.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/vendor/embedded-using.mdx b/docs/vendor/embedded-using.mdx index 529c047f10..436c7b369e 100644 --- a/docs/vendor/embedded-using.mdx +++ b/docs/vendor/embedded-using.mdx @@ -12,7 +12,9 @@ You can use the following steps to get started quickly with Embedded Cluster. Mo 1. Create a new customer or edit an existing customer and select the **Embedded Cluster Enabled** license option. Save the customer. -1. Create a new release that includes your application. In that release, create an Embedded Cluster Config that includes, at minimum, the Embedded Cluster version you want to use. See the Embedded Cluster [GitHub repo](https://github.com/replicatedhq/embedded-cluster/releases) to find the latest version. +1. Create a new release that includes your application. In that release, create an Embedded Cluster Config that includes, at minimum, the Embedded Cluster version you want to use. See the [Embedded Cluster Release Notes](release-notes/rn-embedded-cluster) to find the latest version. Replicated recommends that you update the version frequently to ensure that you are using the latest version of Embedded Cluster. + +See the Embedded Cluster [GitHub repo](https://github.com/replicatedhq/embedded-cluster/releases) to find the latest version. Example Embedded Cluster Config: From ce5f47e0aa36d46c7dc9948a2a14f78152e848c8 Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:58:50 -0400 Subject: [PATCH 2/3] bump ec version --- docs/partials/embedded-cluster/_ec-config.mdx | 2 +- docs/partials/getting-started/_gitea-ec-config.mdx | 2 +- docs/reference/embedded-config.mdx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/partials/embedded-cluster/_ec-config.mdx b/docs/partials/embedded-cluster/_ec-config.mdx index 122814408a..4b27c16325 100644 --- a/docs/partials/embedded-cluster/_ec-config.mdx +++ b/docs/partials/embedded-cluster/_ec-config.mdx @@ -2,5 +2,5 @@ apiVersion: embeddedcluster.replicated.com/v1beta1 kind: Config spec: - version: 2.1.3+k8s-1.30 + version: 2.6.0+k8s-1.30 ``` \ No newline at end of file diff --git a/docs/partials/getting-started/_gitea-ec-config.mdx b/docs/partials/getting-started/_gitea-ec-config.mdx index 122814408a..4b27c16325 100644 --- a/docs/partials/getting-started/_gitea-ec-config.mdx +++ b/docs/partials/getting-started/_gitea-ec-config.mdx @@ -2,5 +2,5 @@ apiVersion: embeddedcluster.replicated.com/v1beta1 kind: Config spec: - version: 2.1.3+k8s-1.30 + version: 2.6.0+k8s-1.30 ``` \ No newline at end of file diff --git a/docs/reference/embedded-config.mdx b/docs/reference/embedded-config.mdx index 521b291534..54c01697ab 100644 --- a/docs/reference/embedded-config.mdx +++ b/docs/reference/embedded-config.mdx @@ -22,7 +22,7 @@ For additional property-specific limitations, see the sections below. apiVersion: embeddedcluster.replicated.com/v1beta1 kind: Config spec: - version: 2.1.3+k8s-1.30 + version: 2.6.0+k8s-1.31 roles: controller: name: app @@ -71,7 +71,7 @@ spec: Specify which version of Embedded Cluster to install. Each version of Embedded Cluster includes particular versions of components like KOTS (Admin Console) and OpenEBS. -Additionally, each version of Embedded Cluster also specifies a version of Kubernetes. For example, Embedded Cluster 2.1.3+k8s-1.30 uses Kubernetes 1.30, while 2.1.3+k8s-1.29 uses Kubernetes 1.29. +Additionally, each version of Embedded Cluster also specifies a version of Kubernetes. For example, Embedded Cluster 2.6.0+k8s-1.31 uses Kubernetes 1.31, while 2.6.0+k8s-1.30 uses Kubernetes 1.30. For a full list of versions, see the [Embedded Cluster Release Notes](/release-notes/rn-embedded-cluster). Replicated recommends that you update the version frequently to ensure that you are using the latest version of Embedded Cluster. From 4b7d6c81ca6039f6461db852e401e6726f880568 Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:01:20 -0400 Subject: [PATCH 3/3] Update embedded-using.mdx --- docs/vendor/embedded-using.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/vendor/embedded-using.mdx b/docs/vendor/embedded-using.mdx index 436c7b369e..9d8b6034ef 100644 --- a/docs/vendor/embedded-using.mdx +++ b/docs/vendor/embedded-using.mdx @@ -14,8 +14,6 @@ You can use the following steps to get started quickly with Embedded Cluster. Mo 1. Create a new release that includes your application. In that release, create an Embedded Cluster Config that includes, at minimum, the Embedded Cluster version you want to use. See the [Embedded Cluster Release Notes](release-notes/rn-embedded-cluster) to find the latest version. Replicated recommends that you update the version frequently to ensure that you are using the latest version of Embedded Cluster. -See the Embedded Cluster [GitHub repo](https://github.com/replicatedhq/embedded-cluster/releases) to find the latest version. - Example Embedded Cluster Config: