Skip to content

Commit 3b4c7ed

Browse files
committed
chore: bump function-kcl package version to v0.3.1
Signed-off-by: peefy <xpf6677@163.com>
1 parent cc67411 commit 3b4c7ed

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ docker build . --tag=kcllang/crossplane-kcl
2626
$ crossplane xpkg build -f package --embed-runtime-image=kcllang/crossplane-kcl
2727

2828
# Push a function package to the registry
29-
$ crossplane --verbose xpkg push -f package/*.xpkg xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
29+
$ crossplane --verbose xpkg push -f package/*.xpkg xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1
3030
```
3131

3232
## Quick Start Examples and Debug Locally
@@ -42,7 +42,7 @@ kind: Function
4242
metadata:
4343
name: kcl-function
4444
spec:
45-
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
45+
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1
4646
EOF
4747
```
4848

examples/patch_desired/patching/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
# This tells crossplane beta render to connect to the function locally.
77
render.crossplane.io/runtime: Development
88
spec:
9-
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
9+
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1

examples/patch_resources/patching/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
# This tells crossplane beta render to connect to the function locally.
77
render.crossplane.io/runtime: Development
88
spec:
9-
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
9+
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1

examples/patch_resources/patching_multiple/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
# This tells crossplane beta render to connect to the function locally.
77
render.crossplane.io/runtime: Development
88
spec:
9-
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
9+
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1

examples/resources/basic/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
# This tells crossplane beta render to connect to the function locally.
77
render.crossplane.io/runtime: Development
88
spec:
9-
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
9+
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1

examples/resources/condition/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
# This tells crossplane beta render to connect to the function locally.
77
render.crossplane.io/runtime: Development
88
spec:
9-
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
9+
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1

examples/resources/format/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
# This tells crossplane beta render to connect to the function locally.
77
render.crossplane.io/runtime: Development
88
spec:
9-
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
9+
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1

examples/resources/loop/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
# This tells crossplane beta render to connect to the function locally.
77
render.crossplane.io/runtime: Development
88
spec:
9-
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
9+
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1

examples/resources/network/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
# This tells crossplane beta render to connect to the function locally.
77
render.crossplane.io/runtime: Development
88
spec:
9-
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
9+
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1

examples/resources/options/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
# This tells crossplane beta render to connect to the function locally.
77
render.crossplane.io/runtime: Development
88
spec:
9-
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
9+
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.1

0 commit comments

Comments
 (0)