🌱 Re-enable dependency report generation in main#5851
🌱 Re-enable dependency report generation in main#5851AnmolxSingh wants to merge 1 commit intokubernetes-sigs:mainfrom
Conversation
|
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @AnmolxSingh! |
|
Hi @AnmolxSingh. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
Hi @richardcase can you look into this pr? Thanks |
|
/ok-to-test |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: ded7169c2df576a507bac4430ee10e1c851c7c5d |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Dependency report generation was previously disabled as a temporary workaround due to Go toolchain incompatibilities.
Since the project now uses Go 1.24.x across build and tooling images, the original limitation no longer applies. This PR enables the dependency flag which was earlier disabled by #4825 and restores the default behavior of generating dependency reports as part of the release changelog process.
The release-notes tool and dependency report generation were validated locally using the current toolchain to ensure the workflow runs successfully.
Which issue this PR fixes:
Fixes #4826
Special notes for your reviewer:
Checklist:
Release note: