From d519a90a8262cf72b84c2e0ee3ef050c08aa2859 Mon Sep 17 00:00:00 2001 From: Alex Rovner Date: Tue, 4 Feb 2025 12:54:08 +0100 Subject: [PATCH 1/2] update README for latest crossplane version fix broken links, rename `crossplane beta render` to `crossplane render` Signed-off-by: Alex Rovner --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 595a4c4..706df12 100644 --- a/README.md +++ b/README.md @@ -101,11 +101,11 @@ See the [example](example) directory for examples that you can run locally using the Crossplane CLI: ```shell -$ crossplane beta render xr.yaml composition.yaml functions.yaml +$ crossplane render xr.yaml composition.yaml functions.yaml ``` See the [composition functions documentation][docs-functions] to learn more -about `crossplane beta render`. +about `crossplane render`. ### ExtraResources @@ -350,7 +350,8 @@ $ docker build . --tag=runtime $ crossplane xpkg build -f package --embed-runtime-image=runtime ``` -[docs-functions]: https://docs.crossplane.io/v1.14/concepts/composition-functions/ +[docs-functions]: https://docs.crossplane.io/latest/concepts/compositions/#create-a-composition +[docs-functions-testing]: https://docs.crossplane.io/latest/concepts/compositions/#test-a-composition [go-templates]: https://pkg.go.dev/text/template [helm-chart]: https://helm.sh/docs/chart_template_guide/getting_started/ [bsr]: https://buf.build/crossplane/crossplane/docs/main:apiextensions.fn.proto.v1beta1#apiextensions.fn.proto.v1beta1.RunFunctionRequest From df899188dafd232a404e8d47138c7b13c7c9fb7c Mon Sep 17 00:00:00 2001 From: Alex Rovner Date: Tue, 4 Feb 2025 12:03:06 +0000 Subject: [PATCH 2/2] fix link Signed-off-by: Alex Rovner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 706df12..11f328e 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ the Crossplane CLI: $ crossplane render xr.yaml composition.yaml functions.yaml ``` -See the [composition functions documentation][docs-functions] to learn more +See the [composition functions documentation][docs-functions-testing] to learn more about `crossplane render`. ### ExtraResources