From f76debc67704ac3a852e846d76f719d2fad508e0 Mon Sep 17 00:00:00 2001 From: Steven Borrelli Date: Wed, 12 Aug 2026 15:39:23 +0100 Subject: [PATCH] chore: bump version references to v0.7.0 Update all example function references from v0.6.0 to v0.7.0 for the upcoming release. Signed-off-by: Steven Borrelli Co-Authored-By: Claude Opus 4.5 --- example/aws/functions-remote.yaml | 2 +- example/aws/functions.yaml | 2 +- example/datadog-dashboard-ids/functions.yaml | 2 +- example/echo/functions.yaml | 2 +- example/fieldRef/functions.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/aws/functions-remote.yaml b/example/aws/functions-remote.yaml index 59dc2d4..9f15d4d 100644 --- a/example/aws/functions-remote.yaml +++ b/example/aws/functions-remote.yaml @@ -7,7 +7,7 @@ metadata: # render.crossplane.io/runtime: Development spec: # This is ignored when using the Development runtime. - package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.6.0 + package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.7.0 --- apiVersion: pkg.crossplane.io/v1 kind: Function diff --git a/example/aws/functions.yaml b/example/aws/functions.yaml index 63a2bbe..2e1f983 100644 --- a/example/aws/functions.yaml +++ b/example/aws/functions.yaml @@ -8,7 +8,7 @@ metadata: #render.crossplane.io/runtime: Development spec: # This is ignored when using the Development runtime. - package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.6.0 + package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.7.0 --- apiVersion: pkg.crossplane.io/v1 kind: Function diff --git a/example/datadog-dashboard-ids/functions.yaml b/example/datadog-dashboard-ids/functions.yaml index f728ed9..5f30e47 100644 --- a/example/datadog-dashboard-ids/functions.yaml +++ b/example/datadog-dashboard-ids/functions.yaml @@ -8,7 +8,7 @@ metadata: render.crossplane.io/runtime: Development spec: # This is ignored when using the Development runtime. - package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.6.0 + package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.7.0 packagePullPolicy: Always runtimeConfigRef: apiVersion: pkg.crossplane.io/v1beta1 diff --git a/example/echo/functions.yaml b/example/echo/functions.yaml index a38a861..2721b4d 100644 --- a/example/echo/functions.yaml +++ b/example/echo/functions.yaml @@ -8,4 +8,4 @@ metadata: render.crossplane.io/runtime: Development spec: # This is ignored when using the Development runtime. - package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.6.0 + package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.7.0 diff --git a/example/fieldRef/functions.yaml b/example/fieldRef/functions.yaml index 78c6f4a..c869cd7 100644 --- a/example/fieldRef/functions.yaml +++ b/example/fieldRef/functions.yaml @@ -8,4 +8,4 @@ metadata: # render.crossplane.io/runtime: Development spec: # This is ignored when using the Development runtime. - package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.6.0 + package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.7.0