Skip to content

Commit f51bd81

Browse files
authored
release notes instead of github releases (#3312)
* release notes instead of github releases * bump ec version * Update embedded-using.mdx
1 parent 529985a commit f51bd81

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/partials/embedded-cluster/_ec-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
apiVersion: embeddedcluster.replicated.com/v1beta1
33
kind: Config
44
spec:
5-
version: 2.1.3+k8s-1.30
5+
version: 2.6.0+k8s-1.30
66
```

docs/partials/getting-started/_gitea-ec-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
apiVersion: embeddedcluster.replicated.com/v1beta1
33
kind: Config
44
spec:
5-
version: 2.1.3+k8s-1.30
5+
version: 2.6.0+k8s-1.30
66
```

docs/reference/embedded-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For additional property-specific limitations, see the sections below.
2222
apiVersion: embeddedcluster.replicated.com/v1beta1
2323
kind: Config
2424
spec:
25-
version: 2.1.3+k8s-1.30
25+
version: 2.6.0+k8s-1.31
2626
roles:
2727
controller:
2828
name: app
@@ -71,7 +71,7 @@ spec:
7171
7272
Specify which version of Embedded Cluster to install. Each version of Embedded Cluster includes particular versions of components like KOTS (Admin Console) and OpenEBS.
7373
74-
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.
74+
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.
7575
7676
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.
7777

docs/vendor/embedded-using.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can use the following steps to get started quickly with Embedded Cluster. Mo
1212

1313
1. Create a new customer or edit an existing customer and select the **Embedded Cluster Enabled** license option. Save the customer.
1414

15-
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.
15+
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.
1616

1717
Example Embedded Cluster Config:
1818

0 commit comments

Comments
 (0)