* fix link to github issue
Signed-off-by: Pete Lumbis <pete@upbound.io>
* fix generated link for 'view page source'
Signed-off-by: Pete Lumbis <pete@upbound.io>
* don't strip query strings to properly check youtube links
Signed-off-by: Pete Lumbis <pete@upbound.io>
---------
Signed-off-by: Pete Lumbis <pete@upbound.io>
* 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>
The azure provider version in quickstart is several versions behind,
which resulted in incompatibility when using current upbound docs
(eg. Client Certificate authentication).
Signed-off-by: loomkoom <loomkoom@hotmail.com>
* Post-release cleanup and expanded examples for beta validate
Signed-off-by: Pete Lumbis <pete@upbound.io>
* +IAM and sort
Signed-off-by: Pete Lumbis <pete@upbound.io>
* sync with 1.15 update
Signed-off-by: Pete Lumbis <pete@upbound.io>
* add feedback from @Piotr1215
Signed-off-by: Pete Lumbis <pete@upbound.io>
---------
Signed-off-by: Pete Lumbis <pete@upbound.io>
* 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>
This feature flag changes how the claim controller works. It's a bug
fix. We usually wouldn't put a bug fix behind a feature flag, but this
one introduces several behavior changes that we don't want to catch
people unaware.
Signed-off-by: Nic Cope <nicc@rk0n.org>
* 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>
* correct set of feature flags for 1.15
Signed-off-by: Pete Lumbis <pete@upbound.io>
* copy master to v1.15
Signed-off-by: Pete Lumbis <pete@upbound.io>
* update version number
Signed-off-by: Pete Lumbis <pete@upbound.io>
* set v1.15 as latest
Signed-off-by: Pete Lumbis <pete@upbound.io>
* update CRD files for v1.15 API docs
Signed-off-by: Pete Lumbis <pete@upbound.io>
* correct version number
Signed-off-by: Pete Lumbis <pete@upbound.io>
* update helm dry run to v1.15
Signed-off-by: Pete Lumbis <pete@upbound.io>
* update helm options for v1.15
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Add registry change notice. Resolves#680
Signed-off-by: Pete Lumbis <pete@upbound.io>
* Add registry change notice. Resolves#680
Signed-off-by: Pete Lumbis <pete@upbound.io>
* add crossplane top and edit crossplane migrate
Signed-off-by: Pete Lumbis <pete@upbound.io>
* remove v1.12 docs
Signed-off-by: Pete Lumbis <pete@upbound.io>
* update trace outputs/options. Resolves#685
Signed-off-by: Pete Lumbis <pete@upbound.io>
* v1.15 release notes
Signed-off-by: Pete Lumbis <pete@upbound.io>
* fix old link to v1.12 docs
Signed-off-by: Pete Lumbis <pete@upbound.io>
* update netlify scripts for v1.15 and add v1.12 redirects
Signed-off-by: Pete Lumbis <pete@upbound.io>
* vale fixes
Signed-off-by: Pete Lumbis <pete@upbound.io>
* + metrics-server
Signed-off-by: Pete Lumbis <pete@upbound.io>
* add link to packages chapter
Signed-off-by: Pete Lumbis <pete@upbound.io>
* update anchor for migrate command
Signed-off-by: Pete Lumbis <pete@upbound.io>
* fold in recent master changes to v1.15 docs
Signed-off-by: Pete Lumbis <pete@upbound.io>
* fold in recent master changes to v1.15 docs
Signed-off-by: Pete Lumbis <pete@upbound.io>
* update v1.15 with fix in #707
Signed-off-by: Pete Lumbis <pete@upbound.io>
* link fixes for htmltest checking
Signed-off-by: Pete Lumbis <pete@upbound.io>
* add in beta validate command
Signed-off-by: Pete Lumbis <pete@upbound.io>
* sync master and v1.15
Signed-off-by: Pete Lumbis <pete@upbound.io>
---------
Signed-off-by: Pete Lumbis <pete@upbound.io>
https://github.com/crossplane/crossplane/issues/3715
Revisions became GA in v1.12. I think there's more to do to integrate
them into the main docs flow as a GA feature, but at minimum let's stop
actively saying they're beta.
When the feature became GA, we:
* Made it impossible to disable the feature using the flag.
* Hid the feature flag from the help output.
* Log a warning that the flag will be removed if it is passed.
Signed-off-by: Nic Cope <nicc@rk0n.org>
* document extra resources for functions
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
* Add cluster-scoped to allowed jargon
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
---------
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
* Add '--include-full-xr' flag to the render subcommand
Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com>
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
* Reviews
Co-authored-by: Pete Lumbis <pete@upbound.io>
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
---------
Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com>
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
Co-authored-by: ezgidemirel <ezgidemirel91@gmail.com>
Co-authored-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>