* Add link to upgrade page from the software index page
Signed-off-by: Jared Watts <jbw976@gmail.com>
* Update feature flag tables with supported features for each release
Signed-off-by: Jared Watts <jbw976@gmail.com>
* Clean up and Vale fixes for upgrade docs and feature flag tables
Signed-off-by: Jared Watts <jbw976@gmail.com>
---------
Signed-off-by: Jared Watts <jbw976@gmail.com>
* Removed duplicate concept
Signed-off-by: Alexander Pashkov <cyberventur3@gmail.com>
* Removed duplicate concept in the master
Signed-off-by: Alexander Pashkov <cyberventur3@gmail.com>
---------
Signed-off-by: Alexander Pashkov <cyberventur3@gmail.com>
Co-authored-by: Alexander Pashkov <cyberventur3@gmail.com>
* add links to provider auth docs
Signed-off-by: Pete Lumbis <pete@upbound.io>
* add links to provider auth docs. Resolves#533
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Add links to provider auth docs and upgrade provider to 1.1.0
Signed-off-by: Pete Lumbis <pete@upbound.io>
* correct s3 provider version
Signed-off-by: Pete Lumbis <pete@upbound.io>
---------
Signed-off-by: Pete Lumbis <pete@upbound.io>
* shortcode to have checkmark emoji use the body font color
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Replace ✔️ text with check shortcode to have color respond to color mode
Signed-off-by: Pete Lumbis <pete@upbound.io>
---------
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Rewrite page to simplify, pass vale and add new top-level endpoints
Signed-off-by: Pete Lumbis <pete@upbound.io>
* updates based on suggestions in PR
Signed-off-by: Pete Lumbis <pete@upbound.io>
* remove reference to functions
Signed-off-by: Pete Lumbis <pete@upbound.io>
* remove reference to usages
Signed-off-by: Pete Lumbis <pete@upbound.io>
---------
Signed-off-by: Pete Lumbis <pete@upbound.io>
The annotations are expected to be under the "annotations" key.
Currently, the docs instruct user to use "annotation".
Copy pasting the example won't work. This can be quite confusing as
the user will continue to see function containers spin-up and the local
function instance ignored.
Signed-off-by: Jakub Ciolek <jakub@ciolek.dev>
* Remove erroneous restrictions about using data from '.status' into ToEnvironmentFieldPath
As confirmed @phisco in [Slack](https://crossplane.slack.com/archives/CEG3T90A1/p1706970216073849?thread_ts=1706970216.073849&cid=CEG3T90A1), the 'patch and transform' documentation is wrong about the impossibility to use data from `.status.atProvider` in the `fromFielPath` of the `ToEnvironmentFieldPath` patch.
This restriction is incompatible with the example in the `EnvironmentConfig` page that shows it is :
```
patches:
- type: ToEnvironmentFieldPath
fromFieldPath: status.atProvider.id
toFieldPath: vpcId
```
https://docs.crossplane.io/latest/concepts/environment-configs/#patch-an-individual-resource
Signed-off-by: Guillaume Dupin <gdupin@gmail.com>
* backport to other releases
Signed-off-by: Guillaume Dupin <gdupin@gmail.com>
---------
Signed-off-by: Guillaume Dupin <gdupin@gmail.com>