CMP-4603: Require compliance-sdk by its release tag v0.1.1 - #1356
CMP-4603: Require compliance-sdk by its release tag v0.1.1#1356Vincent056 wants to merge 1 commit into
Conversation
compliance-sdk now has real releases: v0.1.0 is the exact commit this repo pinned as a pseudo-version, and v0.1.1 adds the Go 1.25.11 directive to match this repo. Requiring the tag ends the dependence on branch-head reachability that broke consumers when the sdk's main history was rewritten (the stackrox go-mod-tidy incident) - tags are immutable once published. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> (cherry picked from commit b3b88ac)
|
@Vincent056: This pull request references CMP-4603 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target either version "5.1.0." or "openshift-5.1.0.", but it targets "compliance-operator-1.10.0" instead. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@Vincent056: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
🤖 To deploy this PR, run the following command: |
|
@guzalv: changing LGTM is restricted to collaborators DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: guzalv, Vincent056 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
compliance-sdk now has real releases:
v0.1.0is the exact commit this repo pinned as a pseudo-version, andv0.1.1adds the Go 1.25.11 directive to match this repo. Requiring the tag ends the dependence on branch-head reachability that broke consumers when the sdk'smainhistory was rewritten (today's stackroxgo mod tidyincident — mitigated short-term by an archive tag at the orphaned commit).Vendored source is byte-identical (same commit); the diff is version markers only (go.mod / go.sum / vendor/modules.txt, 5 lines).
(This was meant to ride #1351 but that merged first — re-landed on fresh master.)
🤖 Generated with Claude Code