kubernetes-sigs / bom

A utility to generate SPDX-compliant Bill of Materials manifests
https://kubernetes-sigs.github.io/bom/
Apache License 2.0
318 stars 46 forks source link

update license data to v3.24.0 #437

Open cpanato opened 1 month ago

cpanato commented 1 month ago

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

Does this PR introduce a user-facing change?

update license data to v3.24.0
cpanato commented 1 month ago

looks like the new licenses broke the validation

This SPDX Document is not valid due to:
        License list version does not match the pattern M.N

cc @puerco

k8s-ci-robot commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cpanato, xmudrii

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/bom/blob/main/OWNERS)~~ [cpanato] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
xmudrii commented 1 month ago

Ah, didn't see the comment /lgtm cancel

puerco commented 1 month ago

I brought this issue to SPDX. The license list version format is baked into the SPDX spec, I think we will need to double tag the license list release for any automation to work with SPDX 2.x documents. I will raise it in the community meeting.

cpanato commented 1 month ago

/hold