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 <yury@upbound.io>
Description of your changes
Post-release cleanup of two stale function-msgraph package pins found while running post-release validation of v0.8.0:
The e2e one is the release candidate left behind after tagging. Renovate's crossplane manager does cover example/**, but it is unlikely to move a pin off a pre-release version on its own, so this needed a manual bump.
function-environment-configs:v0.6.0 in example/functions.yaml is deliberately left alone; it shares the v0.6.0 string but is a separate package.
How this is covered by tests
No unit tests apply (manifest-only change), so both files were exercised directly against the released artifact.
example/e2e/function.yaml, on kind + Crossplane 2.3.3:
example/functions.yaml keeps its render.crossplane.io/runtime: Development annotation, so its pin is documentation only and is not what crossplane render actually executes. The documented render workflow was re-run through this file against a local build to confirm it still works (3 scenarios, all FunctionSuccess/Success).
Separately, all 19 crossplane render example scenarios (4 query types x static/status-ref/spec-ref/context-ref, plus the queryInterval fresh/skip and activeAccount cases) were run against the released package with the Development annotation removed. All passed with FunctionSuccess/Success and zero non-Normal results.
I have: