Skip to content

Commit 6483100

Browse files
Merge pull request #289 from furkatgofurov7/prepare-v019
Prepare next version docs for v0.19 release
2 parents 9eea6be + 29bdcfd commit 6483100

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/next/modules/en/pages/operator/certificationsuite.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ variables:
7777
SKIP_RESOURCE_CLEANUP: "false"
7878
ARTIFACTS_FOLDER: "_artifacts"
7979
MANAGEMENT_CLUSTER_ENVIRONMENT: "kind" # supported options are eks, isolated-kind, kind
80-
RANCHER_VERSION: "v2.10.2"
80+
RANCHER_VERSION: "v2.11.0"
8181
KUBERNETES_VERSION: "{kubernetes-version}"
8282
KUBERNETES_MANAGEMENT_VERSION: "{kubernetes-version}"
8383
KUBERNETES_MANAGEMENT_AWS_REGION: "eu-west-2"
8484
RKE2_VERSION: "{kubernetes-version}+rke2r1"
8585
TURTLES_PATH: "turtles/rancher-turtles"
8686
TURTLES_REPO_NAME: "turtles"
8787
TURTLES_URL: https://rancher.github.io/turtles
88-
TURTLES_VERSION: "v0.18.0"
88+
TURTLES_VERSION: "v0.19.0"
8989
RANCHER_HOSTNAME: "localhost"
9090
RANCHER_FEATURES: ""
9191
RANCHER_PATH: "rancher-latest/rancher"

docs/next/modules/en/pages/operator/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Once the Helm repository has been added and updated locally, you can proceed to
4343

4444
[source,bash]
4545
----
46-
helm install rancher-turtles turtles/rancher-turtles --version v0.16.0 \
46+
helm install rancher-turtles turtles/rancher-turtles --version v0.19.0 \
4747
-n rancher-turtles-system \
4848
--dependency-update \
4949
--create-namespace --wait \

docs/next/modules/en/pages/tutorials/quickstart.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before you can install {product_name}, you need to have the following components
2323
| Follow the official https://helm.sh/docs/intro/install[installation docs]
2424

2525
| Rancher
26-
| `v2.10.2`
26+
| `v2.11.0`
2727
| Install using https://ranchermanager.docs.rancher.com/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster#install-the-rancher-helm-chart[Helm] on any Kubernetes cluster, whether self-hosted or on a managed service from https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks[Amazon], https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-aks[Azure], or https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-gke[Google].
2828

2929
| Cert-manager
@@ -33,7 +33,7 @@ Before you can install {product_name}, you need to have the following components
3333

3434
== Components Versions
3535

36-
This table lists the version of the components installed with the latest version `v0.18.0` of {product_name}:
36+
This table lists the version of the components installed with the latest version `v0.19.0` of {product_name}:
3737

3838
[TIP]
3939
====
@@ -44,13 +44,13 @@ If you're customizing the installation parameters, please make sure that you are
4444
| Name | Version
4545

4646
| Cluster API Operator
47-
| `v0.17.1`
47+
| `v0.18.1`
4848

4949
| Cluster API
50-
| `v1.9.6`
50+
| `v1.9.5`
5151

5252
| Cluster API Provider RKE2
53-
| `v0.13.0`
53+
| `v0.14.0`
5454
|===
5555

5656
== Install {product_name} using Rancher Dashboard

docs/v0.17/modules/en/pages/operator/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Once the Helm repository has been added and updated locally, you can proceed to
4343

4444
[source,bash]
4545
----
46-
helm install rancher-turtles turtles/rancher-turtles --version v0.16.0 \
46+
helm install rancher-turtles turtles/rancher-turtles --version v0.17.0 \
4747
-n rancher-turtles-system \
4848
--dependency-update \
4949
--create-namespace --wait \

docs/v0.18/modules/en/pages/operator/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Once the Helm repository has been added and updated locally, you can proceed to
4343

4444
[source,bash]
4545
----
46-
helm install rancher-turtles turtles/rancher-turtles --version v0.16.0 \
46+
helm install rancher-turtles turtles/rancher-turtles --version v0.18.0 \
4747
-n rancher-turtles-system \
4848
--dependency-update \
4949
--create-namespace --wait \

0 commit comments

Comments
 (0)