Skip to content

Commit 050860d

Browse files
authored
Merge pull request #3646 from replicatedhq/131098
Update Velero version compatibility table
2 parents ca98296 + a7e1d28 commit 050860d

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
The following table lists which versions of Velero are compatible with each version of KOTS. For a list of the supported Kubernetes versions for each Velero version, see [Velero compatibility matrix](https://github.com/vmware-tanzu/velero#velero-compatibility-matrix) in the vmware-tanzu/velero repository.
2+
3+
| KOTS version | Velero version |
4+
|------|-------------|
5+
| 1.125.2 and later | 1.11.0 to 1.16.2 |
6+
| 1.125.0 and later | 1.11.0 to 1.16.1 |
7+
| 1.124.18 and later | 1.11.0 to 1.16.0 |
8+
| 1.124.0 and later | 1.11.0 to 1.15.2 |
9+
| 1.123.1 and later | 1.11.0 to 1.15.1 |
10+
| 1.117.3 and later | 1.11.0 to 1.14.1 |

docs/release-notes/rn-app-manager.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pagination_prev: null
55
---
66

77
import KubernetesCompatibility from "../partials/install/_kubernetes-compatibility.mdx"
8+
import VeleroCompatibility from "../partials/snapshots/_velero-compatibility.mdx"
89

910
# KOTS Release Notes
1011

@@ -16,6 +17,12 @@ The following table lists the versions of Kubernetes that are compatible with ea
1617

1718
<KubernetesCompatibility/>
1819

20+
## Velero Compatibility
21+
22+
Velero is used to provide backup and restore functionality for the Replicated snapshots feature. For more information, see [About Backup and Restore with Snapshots](/vendor/snapshots-overview).
23+
24+
<VeleroCompatibility/>
25+
1926
<!--RELEASE_NOTES_PLACEHOLDER-->
2027

2128
## 1.128.3

docs/vendor/snapshots-overview.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Dr from "../partials/snapshots/_limitation-dr.mdx"
55
import Os from "../partials/snapshots/_limitation-os.mdx"
66
import InstallMethod from "../partials/snapshots/_limitation-install-method.mdx"
77
import CliRestores from "../partials/snapshots/_limitation-cli-restores.mdx"
8+
import VeleroCompatibility from "../partials/snapshots/_velero-compatibility.mdx"
89

910
# About Backup and Restore with Snapshots
1011

@@ -46,13 +47,7 @@ In addition to the default functionality that Velero provides, KOTS exposes hook
4647

4748
### Velero Version Compatibility
4849

49-
The following table lists which versions of Velero are compatible with each version of KOTS. For more information, see the [Velero documentation](https://velero.io/docs/).
50-
51-
| KOTS version | Velero version |
52-
|------|-------------|
53-
| 1.15 to 1.20.2 | 1.2.0 |
54-
| 1.20.3 to 1.94.0 | 1.5.1 through 1.9.x |
55-
| 1.94.1 and later | 1.6.x through 1.12.x |
50+
<VeleroCompatibility/>
5651

5752
## About Backups
5853

0 commit comments

Comments
 (0)