Skip to content

Commit 3e5dfb7

Browse files
committed
fix(velero): update version
1 parent 7767aac commit 3e5dfb7

File tree

15 files changed

+30
-30
lines changed

15 files changed

+30
-30
lines changed

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.de-de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
140140

141141
> [!primary]
142142
>
143-
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.14](https://velero.io/docs/v1.14/upgrade-to-1.14/).
143+
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.17](https://velero.io/docs/v1.17/upgrade-to-1.17/).
144144
> Please refer to those links to check Velero's plugins comptability: [velero-plugin-for-aws](https://github.com/vmware-tanzu/velero-plugin-for-aws?tab=readme-ov-file#compatibility) and [velero-plugin-for-csi](https://github.com/vmware-tanzu/velero-plugin-for-csi?tab=readme-ov-file#compatibility).
145145
146146
Example for 1.13 and older:
@@ -162,7 +162,7 @@ Example for 1.14 and newer:
162162
velero install \
163163
--features=EnableCSI \
164164
--provider aws \
165-
--plugins velero/velero-plugin-for-aws:v1.10.1 \
165+
--plugins velero/velero-plugin-for-aws:v1.13.1 \
166166
--bucket <your bucket name> \
167167
--secret-file ~/.aws/credentials \
168168
--backup-location-config region=<s3_region>,s3ForcePathStyle="true",s3Url=https://s3.<s3_region>.io.cloud.ovh.net,checksumAlgorithm="" \

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.en-asia.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
140140

141141
> [!primary]
142142
>
143-
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.14](https://velero.io/docs/v1.14/upgrade-to-1.14/).
143+
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.17](https://velero.io/docs/v1.17/upgrade-to-1.17/).
144144
> Please refer to those links to check Velero's plugins comptability: [velero-plugin-for-aws](https://github.com/vmware-tanzu/velero-plugin-for-aws?tab=readme-ov-file#compatibility) and [velero-plugin-for-csi](https://github.com/vmware-tanzu/velero-plugin-for-csi?tab=readme-ov-file#compatibility).
145145
146146
Example for 1.13 and older:
@@ -162,7 +162,7 @@ Example for 1.14 and newer:
162162
velero install \
163163
--features=EnableCSI \
164164
--provider aws \
165-
--plugins velero/velero-plugin-for-aws:v1.10.1 \
165+
--plugins velero/velero-plugin-for-aws:v1.13.1 \
166166
--bucket <your bucket name> \
167167
--secret-file ~/.aws/credentials \
168168
--backup-location-config region=<s3_region>,s3ForcePathStyle="true",s3Url=https://s3.<s3_region>.io.cloud.ovh.net,checksumAlgorithm="" \

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.en-au.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
140140

141141
> [!primary]
142142
>
143-
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.14](https://velero.io/docs/v1.14/upgrade-to-1.14/).
143+
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.17](https://velero.io/docs/v1.17/upgrade-to-1.17/).
144144
> Please refer to those links to check Velero's plugins comptability: [velero-plugin-for-aws](https://github.com/vmware-tanzu/velero-plugin-for-aws?tab=readme-ov-file#compatibility) and [velero-plugin-for-csi](https://github.com/vmware-tanzu/velero-plugin-for-csi?tab=readme-ov-file#compatibility).
145145
146146
Example for 1.13 and older:
@@ -162,7 +162,7 @@ Example for 1.14 and newer:
162162
velero install \
163163
--features=EnableCSI \
164164
--provider aws \
165-
--plugins velero/velero-plugin-for-aws:v1.10.1 \
165+
--plugins velero/velero-plugin-for-aws:v1.13.1 \
166166
--bucket <your bucket name> \
167167
--secret-file ~/.aws/credentials \
168168
--backup-location-config region=<s3_region>,s3ForcePathStyle="true",s3Url=https://s3.<s3_region>.io.cloud.ovh.net,checksumAlgorithm="" \

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.en-ca.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
140140

141141
> [!primary]
142142
>
143-
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.14](https://velero.io/docs/v1.14/upgrade-to-1.14/).
143+
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.17](https://velero.io/docs/v1.17/upgrade-to-1.17/).
144144
> Please refer to those links to check Velero's plugins comptability: [velero-plugin-for-aws](https://github.com/vmware-tanzu/velero-plugin-for-aws?tab=readme-ov-file#compatibility) and [velero-plugin-for-csi](https://github.com/vmware-tanzu/velero-plugin-for-csi?tab=readme-ov-file#compatibility).
145145
146146
Example for 1.13 and older:
@@ -162,7 +162,7 @@ Example for 1.14 and newer:
162162
velero install \
163163
--features=EnableCSI \
164164
--provider aws \
165-
--plugins velero/velero-plugin-for-aws:v1.10.1 \
165+
--plugins velero/velero-plugin-for-aws:v1.13.1 \
166166
--bucket <your bucket name> \
167167
--secret-file ~/.aws/credentials \
168168
--backup-location-config region=<s3_region>,s3ForcePathStyle="true",s3Url=https://s3.<s3_region>.io.cloud.ovh.net,checksumAlgorithm="" \

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.en-gb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
140140

141141
> [!primary]
142142
>
143-
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.14](https://velero.io/docs/v1.14/upgrade-to-1.14/).
143+
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.17](https://velero.io/docs/v1.17/upgrade-to-1.17/).
144144
> Please refer to those links to check Velero's plugins comptability: [velero-plugin-for-aws](https://github.com/vmware-tanzu/velero-plugin-for-aws?tab=readme-ov-file#compatibility) and [velero-plugin-for-csi](https://github.com/vmware-tanzu/velero-plugin-for-csi?tab=readme-ov-file#compatibility).
145145
146146
Example for 1.13 and older:
@@ -162,7 +162,7 @@ Example for 1.14 and newer:
162162
velero install \
163163
--features=EnableCSI \
164164
--provider aws \
165-
--plugins velero/velero-plugin-for-aws:v1.10.1 \
165+
--plugins velero/velero-plugin-for-aws:v1.13.1 \
166166
--bucket <your bucket name> \
167167
--secret-file ~/.aws/credentials \
168168
--backup-location-config region=<s3_region>,s3ForcePathStyle="true",s3Url=https://s3.<s3_region>.io.cloud.ovh.net,checksumAlgorithm="" \

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.en-ie.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
140140

141141
> [!primary]
142142
>
143-
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.14](https://velero.io/docs/v1.14/upgrade-to-1.14/).
143+
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.17](https://velero.io/docs/v1.17/upgrade-to-1.17/).
144144
> Please refer to those links to check Velero's plugins comptability: [velero-plugin-for-aws](https://github.com/vmware-tanzu/velero-plugin-for-aws?tab=readme-ov-file#compatibility) and [velero-plugin-for-csi](https://github.com/vmware-tanzu/velero-plugin-for-csi?tab=readme-ov-file#compatibility).
145145
146146
Example for 1.13 and older:
@@ -162,7 +162,7 @@ Example for 1.14 and newer:
162162
velero install \
163163
--features=EnableCSI \
164164
--provider aws \
165-
--plugins velero/velero-plugin-for-aws:v1.10.1 \
165+
--plugins velero/velero-plugin-for-aws:v1.13.1 \
166166
--bucket <your bucket name> \
167167
--secret-file ~/.aws/credentials \
168168
--backup-location-config region=<s3_region>,s3ForcePathStyle="true",s3Url=https://s3.<s3_region>.io.cloud.ovh.net,checksumAlgorithm="" \

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.en-sg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
140140

141141
> [!primary]
142142
>
143-
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.14](https://velero.io/docs/v1.14/upgrade-to-1.14/).
143+
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.17](https://velero.io/docs/v1.17/upgrade-to-1.17/).
144144
> Please refer to those links to check Velero's plugins comptability: [velero-plugin-for-aws](https://github.com/vmware-tanzu/velero-plugin-for-aws?tab=readme-ov-file#compatibility) and [velero-plugin-for-csi](https://github.com/vmware-tanzu/velero-plugin-for-csi?tab=readme-ov-file#compatibility).
145145
146146
Example for 1.13 and older:
@@ -162,7 +162,7 @@ Example for 1.14 and newer:
162162
velero install \
163163
--features=EnableCSI \
164164
--provider aws \
165-
--plugins velero/velero-plugin-for-aws:v1.10.1 \
165+
--plugins velero/velero-plugin-for-aws:v1.13.1 \
166166
--bucket <your bucket name> \
167167
--secret-file ~/.aws/credentials \
168168
--backup-location-config region=<s3_region>,s3ForcePathStyle="true",s3Url=https://s3.<s3_region>.io.cloud.ovh.net,checksumAlgorithm="" \

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
140140

141141
> [!primary]
142142
>
143-
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.14](https://velero.io/docs/v1.14/upgrade-to-1.14/).
143+
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.17](https://velero.io/docs/v1.17/upgrade-to-1.17/).
144144
> Please refer to those links to check Velero's plugins comptability: [velero-plugin-for-aws](https://github.com/vmware-tanzu/velero-plugin-for-aws?tab=readme-ov-file#compatibility) and [velero-plugin-for-csi](https://github.com/vmware-tanzu/velero-plugin-for-csi?tab=readme-ov-file#compatibility).
145145
146146
Example for 1.13 and older:
@@ -162,7 +162,7 @@ Example for 1.14 and newer:
162162
velero install \
163163
--features=EnableCSI \
164164
--provider aws \
165-
--plugins velero/velero-plugin-for-aws:v1.10.1 \
165+
--plugins velero/velero-plugin-for-aws:v1.13.1 \
166166
--bucket <your bucket name> \
167167
--secret-file ~/.aws/credentials \
168168
--backup-location-config region=<s3_region>,s3ForcePathStyle="true",s3Url=https://s3.<s3_region>.io.cloud.ovh.net,checksumAlgorithm="" \

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.es-es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
140140

141141
> [!primary]
142142
>
143-
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.14](https://velero.io/docs/v1.14/upgrade-to-1.14/).
143+
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.17](https://velero.io/docs/v1.17/upgrade-to-1.17/).
144144
> Please refer to those links to check Velero's plugins comptability: [velero-plugin-for-aws](https://github.com/vmware-tanzu/velero-plugin-for-aws?tab=readme-ov-file#compatibility) and [velero-plugin-for-csi](https://github.com/vmware-tanzu/velero-plugin-for-csi?tab=readme-ov-file#compatibility).
145145
146146
Example for 1.13 and older:
@@ -162,7 +162,7 @@ Example for 1.14 and newer:
162162
velero install \
163163
--features=EnableCSI \
164164
--provider aws \
165-
--plugins velero/velero-plugin-for-aws:v1.10.1 \
165+
--plugins velero/velero-plugin-for-aws:v1.13.1 \
166166
--bucket <your bucket name> \
167167
--secret-file ~/.aws/credentials \
168168
--backup-location-config region=<s3_region>,s3ForcePathStyle="true",s3Url=https://s3.<s3_region>.io.cloud.ovh.net,checksumAlgorithm="" \

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.es-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
140140

141141
> [!primary]
142142
>
143-
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.14](https://velero.io/docs/v1.14/upgrade-to-1.14/).
143+
> Starting with version 1.14 the plugin-for-csi is integrated in Velero. You can simply remove it from the install example if you install version 1.14 or newer. For upgrading an older version follow the upgrade notes: [Upgrade-to-1.17](https://velero.io/docs/v1.17/upgrade-to-1.17/).
144144
> Please refer to those links to check Velero's plugins comptability: [velero-plugin-for-aws](https://github.com/vmware-tanzu/velero-plugin-for-aws?tab=readme-ov-file#compatibility) and [velero-plugin-for-csi](https://github.com/vmware-tanzu/velero-plugin-for-csi?tab=readme-ov-file#compatibility).
145145
146146
Example for 1.13 and older:
@@ -162,7 +162,7 @@ Example for 1.14 and newer:
162162
velero install \
163163
--features=EnableCSI \
164164
--provider aws \
165-
--plugins velero/velero-plugin-for-aws:v1.10.1 \
165+
--plugins velero/velero-plugin-for-aws:v1.13.1 \
166166
--bucket <your bucket name> \
167167
--secret-file ~/.aws/credentials \
168168
--backup-location-config region=<s3_region>,s3ForcePathStyle="true",s3Url=https://s3.<s3_region>.io.cloud.ovh.net,checksumAlgorithm="" \

0 commit comments

Comments
 (0)