Skip to content

Commit 2064578

Browse files
authored
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]>
1 parent a84bf13 commit 2064578

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

content/master/software/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ description: Manage Crossplane installations
77
## [Install Crossplane](install/)
88
How to install and customize Crossplane in an existing Kubernetes cluster.
99

10+
## [Upgrade Crossplane](upgrade/)
11+
How to upgrade Crossplane to newer versions of the software.
12+
1013
## [Uninstall Crossplane](uninstall/)
1114
How to remove Crossplane from a Kubernetes cluster.

content/master/software/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,14 @@ at the table below.
248248
| Status | Flag | Description |
249249
| --- | --- | --- |
250250
| 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. |
252252
| Beta | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. |
253+
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
253254
| Alpha | `--enable-environment-configs` | Enable support for EnvironmentConfigs. |
254255
| Alpha | `--enable-external-secret-stores` | Enable support for External Secret Stores. |
255-
| Alpha | `--enable-usages` | Enable support for Usages. |
256256
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
257257
| Alpha | `--enable-ssa-claims` | Enable support for using server-side apply to sync claims with XRs. |
258+
| Alpha | `--enable-usages` | Enable support for Usages. |
258259
{{< /table >}}
259260
{{< /expand >}}
260261

content/v1.13/software/install.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ at the table below.
264264
{{< table caption="Feature flags" >}}
265265
| Status | Flag | Description |
266266
| --- | --- | --- |
267-
| Beta | `--enable-composition-revisions` |Enable support for CompositionRevisions |
268267
| Alpha | `--enable-composition-functions` | Enable support for Composition Functions. |
269268
| Alpha | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. |
270269
| Alpha | `--enable-environment-configs` | Enable support for EnvironmentConfigs. |

content/v1.14/software/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,13 @@ at the table below.
245245
{{< table caption="Feature flags" >}}
246246
| Status | Flag | Description |
247247
| --- | --- | --- |
248-
| Beta | `--enable-composition-revisions` | Enable support for CompositionRevisions. |
249-
| Beta | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. |
250248
| Beta | `--enable-composition-functions` | Enable support for Composition Functions. |
249+
| Beta | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. |
250+
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
251251
| Alpha | `--enable-environment-configs` | Enable support for EnvironmentConfigs. |
252252
| Alpha | `--enable-external-secret-stores` | Enable support for External Secret Stores. |
253-
| Alpha | `--enable-usages` | Enable support for Usages. |
254253
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
254+
| Alpha | `--enable-usages` | Enable support for Usages. |
255255
{{< /table >}}
256256
{{< /expand >}}
257257

content/v1.15/software/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ description: Manage Crossplane installations
77
## [Install Crossplane](install/)
88
How to install and customize Crossplane in an existing Kubernetes cluster.
99

10+
## [Upgrade Crossplane](upgrade/)
11+
How to upgrade Crossplane to newer versions of the software.
12+
1013
## [Uninstall Crossplane](uninstall/)
1114
How to remove Crossplane from a Kubernetes cluster.

content/v1.15/software/install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,14 @@ at the table below.
248248
| Status | Flag | Description |
249249
| --- | --- | --- |
250250
| 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. |
252252
| Beta | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. |
253+
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
253254
| Alpha | `--enable-environment-configs` | Enable support for EnvironmentConfigs. |
254255
| Alpha | `--enable-external-secret-stores` | Enable support for External Secret Stores. |
255-
| Alpha | `--enable-usages` | Enable support for Usages. |
256256
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
257+
| Alpha | `--enable-ssa-claims` | Enable support for using server-side apply to sync claims with XRs. |
258+
| Alpha | `--enable-usages` | Enable support for Usages. |
257259
{{< /table >}}
258260
{{< /expand >}}
259261

0 commit comments

Comments
 (0)