Skip to content

chore: pin plugin to v2.0.0-cf.1#37

Merged
jbw976 merged 1 commit into
crossplane:release-2.0from
jbw976:v2.0-plugin-release
Sep 19, 2025
Merged

chore: pin plugin to v2.0.0-cf.1#37
jbw976 merged 1 commit into
crossplane:release-2.0from
jbw976:v2.0-plugin-release

Conversation

@jbw976

@jbw976 jbw976 commented Sep 18, 2025

Copy link
Copy Markdown
Member

Description of your changes

As part of the v2.0 conformance test suite release, we should pin the plugin-crossplane.yaml file to the release version of v2.0.0-cf.1

This PR is to the release-2.0 branch, we don't want to do this in main.

I have:

  • Read and followed conformance's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

With this change in my local plugin-crossplane.yaml file, run:

❯ sonobuoy run --wait --plugin ./plugin-crossplane.yaml

And confirmed that the correct v2.0.0-cf.1 version of conformance tests are running:

❯ kubectl -n sonobuoy -l sonobuoy-plugin=crossplane-conformance get pod
NAME                                                   READY   STATUS    RESTARTS   AGE
sonobuoy-crossplane-conformance-job-ef40071930c74256   2/2     Running   0          2m59s

❯ kubectl -n sonobuoy -l sonobuoy-plugin=crossplane-conformance get pod -o json | jq '.items[].spec.containers[0].image'
"crossplane/conformance:v2.0.0-cf.1"

Signed-off-by: Jared Watts <jbw976@gmail.com>
@jbw976 jbw976 merged commit 777816e into crossplane:release-2.0 Sep 19, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants