You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sync feature flags tables and add upgrade page link (#741)
* Add link to upgrade page from the software index page
Signed-off-by: Jared Watts <[email protected]>
* Update feature flag tables with supported features for each release
Signed-off-by: Jared Watts <[email protected]>
* Clean up and Vale fixes for upgrade docs and feature flag tables
Signed-off-by: Jared Watts <[email protected]>
---------
Signed-off-by: Jared Watts <[email protected]>
Copy file name to clipboardExpand all lines: content/master/software/install.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,13 +248,14 @@ at the table below.
248
248
| Status | Flag | Description |
249
249
| --- | --- | --- |
250
250
| Beta | `--enable-composition-functions` | Enable support for Composition Functions. |
251
-
| Beta | `--enable-composition-revisions` | Enable support for CompositionRevisions. |
251
+
| Beta | `--enable-composition-functions-extra-resources` | Enable support for Composition Functions Extra Resources. Only respected with `--enable-composition-functions` enabled. |
Copy file name to clipboardExpand all lines: content/v1.15/software/install.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,12 +248,14 @@ at the table below.
248
248
| Status | Flag | Description |
249
249
| --- | --- | --- |
250
250
| Beta | `--enable-composition-functions` | Enable support for Composition Functions. |
251
-
| Beta | `--enable-composition-revisions` | Enable support for CompositionRevisions. |
251
+
| Beta | `--enable-composition-functions-extra-resources` | Enable support for Composition Functions Extra Resources. Only respected with `--enable-composition-functions` enabled. |
0 commit comments