Skip to content

Commit 3912528

Browse files
committed
docs: add version compatibility
1 parent ec3a98b commit 3912528

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,23 @@ Extra plugins added:
1919
- A patch that allows for the use of sentry via `DRYDOCK_ENABLE_SENTRY` and `DRYDOCK_SENTRY_DSN`
2020
- Patch for cms and lms worker pods to allow pod probes and lifecycle to work properly. Enabled via `DRYDOCK_POD_LIFECYCLE`
2121

22+
Version compatibility matrix
23+
----------------------------
24+
25+
You must install a supported release of this plugin to match the Open
26+
edX and Tutor version you are deploying. If you are installing this
27+
plugin from a branch in this Git repository, you must select the
28+
appropriate one:
29+
30+
| Open edX release | Tutor version | Plugin branch | Plugin release |
31+
|------------------|-------------------|---------------|----------------|
32+
| Maple | `>=13.2, <14` | Not supported | 0.7.x |
33+
| Nutmeg | `>=14.0, <15` | Not supported | 0.7.x |
34+
| Olive | `>=15.0, <16` | Not supported | 15.x.x |
35+
| Palm | `>=16.0, <17` | `palm` | 16.x.x |
36+
| Quince | `>=17.0, <18` | `quince` | 17.x.x |
37+
| Redwood | `>=18.0, <19` | `main` | >=18.0.0 |
38+
2239
Installation
2340
------------
2441

0 commit comments

Comments
 (0)