From 3b4c7ed7e00aafbac7ea6cb3f0da8f8efe0b3b7b Mon Sep 17 00:00:00 2001 From: peefy Date: Fri, 15 Mar 2024 19:19:58 +0800 Subject: [PATCH] chore: bump function-kcl package version to v0.3.1 Signed-off-by: peefy --- README.md | 4 ++-- examples/patch_desired/patching/functions.yaml | 2 +- examples/patch_resources/patching/functions.yaml | 2 +- examples/patch_resources/patching_multiple/functions.yaml | 2 +- examples/resources/basic/functions.yaml | 2 +- examples/resources/condition/functions.yaml | 2 +- examples/resources/format/functions.yaml | 2 +- examples/resources/loop/functions.yaml | 2 +- examples/resources/network/functions.yaml | 2 +- examples/resources/options/functions.yaml | 2 +- examples/resources/options_oxr/functions.yaml | 2 +- examples/resources/regex/functions.yaml | 2 +- examples/xr/patching/functions.yaml | 2 +- manifests/kcl-functions.yaml | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5c10c71..2b4f784 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ docker build . --tag=kcllang/crossplane-kcl $ crossplane xpkg build -f package --embed-runtime-image=kcllang/crossplane-kcl # Push a function package to the registry -$ crossplane --verbose xpkg push -f package/*.xpkg xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 +$ crossplane --verbose xpkg push -f package/*.xpkg xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 ``` ## Quick Start Examples and Debug Locally @@ -42,7 +42,7 @@ kind: Function metadata: name: kcl-function spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 EOF ``` diff --git a/examples/patch_desired/patching/functions.yaml b/examples/patch_desired/patching/functions.yaml index 786eb58..8a56512 100644 --- a/examples/patch_desired/patching/functions.yaml +++ b/examples/patch_desired/patching/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/examples/patch_resources/patching/functions.yaml b/examples/patch_resources/patching/functions.yaml index 786eb58..8a56512 100644 --- a/examples/patch_resources/patching/functions.yaml +++ b/examples/patch_resources/patching/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/examples/patch_resources/patching_multiple/functions.yaml b/examples/patch_resources/patching_multiple/functions.yaml index 786eb58..8a56512 100644 --- a/examples/patch_resources/patching_multiple/functions.yaml +++ b/examples/patch_resources/patching_multiple/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/examples/resources/basic/functions.yaml b/examples/resources/basic/functions.yaml index 786eb58..8a56512 100644 --- a/examples/resources/basic/functions.yaml +++ b/examples/resources/basic/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/examples/resources/condition/functions.yaml b/examples/resources/condition/functions.yaml index 786eb58..8a56512 100644 --- a/examples/resources/condition/functions.yaml +++ b/examples/resources/condition/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/examples/resources/format/functions.yaml b/examples/resources/format/functions.yaml index 786eb58..8a56512 100644 --- a/examples/resources/format/functions.yaml +++ b/examples/resources/format/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/examples/resources/loop/functions.yaml b/examples/resources/loop/functions.yaml index 786eb58..8a56512 100644 --- a/examples/resources/loop/functions.yaml +++ b/examples/resources/loop/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/examples/resources/network/functions.yaml b/examples/resources/network/functions.yaml index 786eb58..8a56512 100644 --- a/examples/resources/network/functions.yaml +++ b/examples/resources/network/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/examples/resources/options/functions.yaml b/examples/resources/options/functions.yaml index 786eb58..8a56512 100644 --- a/examples/resources/options/functions.yaml +++ b/examples/resources/options/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/examples/resources/options_oxr/functions.yaml b/examples/resources/options_oxr/functions.yaml index 786eb58..8a56512 100644 --- a/examples/resources/options_oxr/functions.yaml +++ b/examples/resources/options_oxr/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/examples/resources/regex/functions.yaml b/examples/resources/regex/functions.yaml index 786eb58..8a56512 100644 --- a/examples/resources/regex/functions.yaml +++ b/examples/resources/regex/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/examples/xr/patching/functions.yaml b/examples/xr/patching/functions.yaml index 786eb58..8a56512 100644 --- a/examples/xr/patching/functions.yaml +++ b/examples/xr/patching/functions.yaml @@ -6,4 +6,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1 diff --git a/manifests/kcl-functions.yaml b/manifests/kcl-functions.yaml index 51014af..e1762c9 100644 --- a/manifests/kcl-functions.yaml +++ b/manifests/kcl-functions.yaml @@ -3,4 +3,4 @@ kind: Function metadata: name: kcl-function spec: - package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1