Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN \
rm -rf /root/*.whl /root/.cache && \
groupadd --gid 2000 pythonic && \
useradd --uid 2000 --gid pythonic --home-dir /opt/pythonic --create-home --shell /usr/sbin/nologin pythonic && \
mkdir --parents /opt/pythonic/.local/lib/python3.13/site-packages && \
mkdir --parents /opt/pythonic/.local/lib/python$(echo $PYTHON_VERSION | sed -n -E 's|^([1-9][.][0-9]+).*$|\1|p')/site-packages && \
chown pythonic:pythonic --recursive /opt/pythonic/.local

USER pythonic:pythonic
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kind: Function
metadata:
name: function-pythonic
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
```

### Crossplane V1
Expand All @@ -69,7 +69,7 @@ kind: Function
metadata:
name: function-pythonic
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
runtimeConfigRef:
name: function-pythonic
--
Expand Down Expand Up @@ -555,7 +555,7 @@ kind: Function
metadata:
name: function-pythonic
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
runtimeConfigRef:
name: function-pythonic
---
Expand Down
2 changes: 1 addition & 1 deletion examples/.dev/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ metadata:
render.crossplane.io/runtime: Development
render.crossplane.io/runtime-development-target: localhost:9443
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/aks-cluster/cluster-function-pythonic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Function
metadata:
name: function-pythonic
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
runtimeConfigRef:
name: function-pythonic
---
Expand Down
2 changes: 1 addition & 1 deletion examples/aks-cluster/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
annotations:
render.crossplane.io/runtime: Development
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
runtimeConfigRef:
name: function-pythonic
2 changes: 1 addition & 1 deletion examples/connection-details-composition/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
annotations:
render.crossplane.io/runtime: Development
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/eks-cluster/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
annotations:
render.crossplane.io/runtime: Development
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/filing-system/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Function
metadata:
name: function-pythonic
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
runtimeConfigRef:
apiVersion: pkg.crossplane.io/v1beta1
kind: DeploymentRuntimeConfig
Expand Down
2 changes: 1 addition & 1 deletion examples/function-go-templating/conditions/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/function-go-templating/context/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/function-go-templating/inline/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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/function-go-templating/recursive/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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/function-sequencer/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
annotations:
render.crossplane.io/runtime: Development
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/get-started-app/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
annotations:
render.crossplane.io/runtime: Development
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/helm-copy-secret/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
annotations:
render.crossplane.io/runtime: Development
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/import-existing-vpc/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
annotations:
render.crossplane.io/runtime: Development
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/single-purpose/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
annotations:
render.crossplane.io/runtime: Development
spec:
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion examples/usages-extra/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-pythonic:v0.3.0
package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1
2 changes: 1 addition & 1 deletion scripts/setup-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
EOF

# package: ghcr.io/iciclespider/function-pythonic:v0.0.0-20260115045752-3c0cf4ebffd2
# package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.0
# package: xpkg.upbound.io/crossplane-contrib/function-pythonic:v0.3.1

kubectl apply -f - <<EOF
apiVersion: pkg.crossplane.io/v1
Expand Down
Loading