Skip to content

Commit

Permalink
chore: bump funcion-kcl to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Mar 7, 2024
1 parent b75e7ad commit 16a3743
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
$ crossplane --verbose xpkg push -f package/*.xpkg xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
```

## Quick Start Examples and Debug Locally
Expand All @@ -42,7 +42,7 @@ kind: Function
metadata:
name: kcl-function
spec:
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
EOF
```

Expand Down
2 changes: 1 addition & 1 deletion examples/patch_desired/patching/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion examples/patch_resources/patching/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion examples/patch_resources/patching_multiple/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion examples/resources/basic/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion examples/resources/condition/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion examples/resources/format/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion examples/resources/loop/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion examples/resources/network/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion examples/resources/options/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion examples/resources/options_oxr/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion examples/resources/regex/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion examples/xr/patching/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0
2 changes: 1 addition & 1 deletion manifests/kcl-functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Function
metadata:
name: kcl-function
spec:
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.2.0
package: xpkg.upbound.io/crossplane-contrib/function-kcl:v0.3.0

0 comments on commit 16a3743

Please sign in to comment.