From bb8272de4f7dfe836788bc742e09850a0f0dba17 Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Tue, 18 Aug 2026 13:59:02 +0200 Subject: [PATCH] fix: bump example function-msgraph pins to v0.8.0 example/e2e/function.yaml still pinned the v0.8.0-rc2 release candidate, and example/functions.yaml was two releases behind at v0.6.0. Verified against the released package: example/e2e/function.yaml applies to a kind cluster running Crossplane 2.3.3 and reaches Healthy on function-msgraph:v0.8.0 (revision digest c18786ca878a), with the queryInterval and activeAccount e2e scenarios passing. example/functions.yaml keeps its render.crossplane.io/runtime: Development annotation, so its pin is documentation only; the documented render workflow was re-run against a local build to confirm it still works. Leaves function-environment-configs:v0.6.0 untouched. Signed-off-by: Yury Tsarev --- example/e2e/function.yaml | 2 +- example/functions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/e2e/function.yaml b/example/e2e/function.yaml index f1d5648..89ababb 100644 --- a/example/e2e/function.yaml +++ b/example/e2e/function.yaml @@ -22,6 +22,6 @@ kind: Function metadata: name: function-msgraph spec: - package: xpkg.upbound.io/upbound/function-msgraph:v0.8.0-rc2 + package: xpkg.upbound.io/upbound/function-msgraph:v0.8.0 runtimeConfigRef: name: msgraph-debug diff --git a/example/functions.yaml b/example/functions.yaml index 1b967d4..d9fe124 100644 --- a/example/functions.yaml +++ b/example/functions.yaml @@ -7,7 +7,7 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/upbound/function-msgraph:v0.6.0 + package: xpkg.upbound.io/upbound/function-msgraph:v0.8.0 --- apiVersion: pkg.crossplane.io/v1beta1 kind: Function