chainguard-dev / melange

build APKs from source code
Apache License 2.0
380 stars 83 forks source link

build(deps): bump github.com/github/go-spdx/v2 from 2.2.0 to 2.3.1 #1317

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 4 days ago

Bumps github.com/github/go-spdx/v2 from 2.2.0 to 2.3.1.

Release notes

Sourced from github.com/github/go-spdx/v2's releases.

Release v2.3.1

Overview

This retracts release v2.3.0 due to compatibility issues upgrading to Go 1.22. This release returns to Go 1.21.

See release notes for v2.3.0 for all other changes in the go-spdx v2.3 update.

Release v2.3.0

Overview

The process for updating SPDX licenses is now an automated process that runs nightly (ET). The script writes directly to the functions used to get the list of licenses, exceptions, and deprecations.

Updates licenses to latest SPDX license list which is v3.24.0 released on 2024-05-22 at the time of this PR.

Required Action for Upgrading

Run the following to update to this release.

go get github.com/github/go-spdx@v2.3.0

What's Changed

Minor changes

Patch changes

  • add logging after writing license function files (#73) (@​elrayle)
  • gitignore local copy of official spdx repo (#72) (@​elrayle)
  • gitignore the path used to connect to the SPDX repo when fetching updated licenses (#67) (@​elrayle)
  • Set up test workflow to be used for PR check (#63) (@​elrayle)
  • plus dependency updates (see Full Changelog below)

Full Changelog: https://github.com/github/spdx-expression/compare/v2.2.0...v3.0.0

Commits
  • eacf4f3 Merge pull request #80 from github/elr/retract-go-1.22
  • f01f9fc retract v2.3.0 in v2.3.1 returning to go 1.21
  • ed138b1 Merge pull request #79 from github/elr/prep-2.3.0
  • 0737660 update Go references in README
  • 978d517 update to Go 1.22
  • 80b9f6b add package docs for spdxlicenses
  • 494d58b add notification of generated code
  • 848f7ad Merge pull request #78 from elrayle/main
  • 04069df update peter-evans/create-pull-request to v6
  • 4b8dcc0 Merge pull request #76 from github/dependabot/github_actions/actions/checkout-4
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)