Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/CycloneDX/cyclonedx-go from 0.5.2 to 0.7.2 #155

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps github.com/CycloneDX/cyclonedx-go from 0.5.2 to 0.7.2.

Release notes

Sourced from github.com/CycloneDX/cyclonedx-go's releases.

v0.7.2

This is a bugfix release that ships with minimal support for the CycloneDX v1.5 specification.

Full support is being worked on and planned to be released soon. The progress may be tracked in #90.

The reason for publishing partial support like this is to allow the consumption of v1.5 BOMs, which fails with cyclonedx-go <= v0.7.1.

Warning
The default SpecVersion has been updated to SpecVersion1_5. If your application generates BOMs, and you're not ready (or willing) to distribute BOMs following the v1.5 specification yet, consider using EncodeVersion to generate output for an older version of the spec.

Changelog

Features

  • 7128a921f3e83a43feef75bc8ab95642c236ef82: feat: raise baseline go version to 1.18 (@​nscuro)

Fixes

  • ff719b64835af6e75dcfd6e7ff90d070f271ae07: fix: unmarshal bom on v1.5 return invalid specification version (@​chen-keinan)

Building and Packaging

  • 966c223154527621395473cc045a7672609c879f: build(deps): bump CycloneDX/gh-gomod-generate-sbom from 1.1.0 to 2.0.0 (@​dependabot[bot])
  • 1e83e8598d07b6303522cb63458be2577223f8d3: build(deps): bump actions/checkout from 3.5.0 to 3.5.1 (@​dependabot[bot])
  • 78f6593ed81da036aec671c19ea937b3a80586bf: build(deps): bump actions/checkout from 3.5.1 to 3.5.2 (@​dependabot[bot])
  • 868f6db7d03da581dbe9b6d283acd6c477529c0a: build(deps): bump actions/checkout from 3.5.2 to 3.5.3 (@​dependabot[bot])
  • 5885827e4246b82e08d37f6f0b95c6c0a4ef821b: build(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (@​dependabot[bot])
  • d772b5438430be7879f3a4e7064c1ccbdbf153a1: build(deps): bump actions/setup-go from 4.0.1 to 4.1.0 (@​dependabot[bot])
  • 578e8621c93869b9e0368eebb619cd96c7e9e2bb: build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (@​dependabot[bot])
  • f83e6a7c9d196eff9f99ecf8291cd4adeabce31a: build(deps): bump gitpod/workspace-go from 2be827f to 910daeb (@​dependabot[bot])
  • cd7b23a68ff1c7467e211c9c69f9fb67c2244043: build(deps): bump gitpod/workspace-go from 910daeb to d7a41f5 (@​dependabot[bot])
  • 668553d1667110b8b34c7a4a954c3ac4707816ba: build(deps): bump gitpod/workspace-go from d7a41f5 to f37c673 (@​dependabot[bot])
  • d9a5f8cf07fa834c02969fba2128bdb14c0865ff: build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (@​dependabot[bot])
  • 66f96dfacf866f8d2ca686659e964fc535c72f92: build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (@​dependabot[bot])
  • 8b51c39974573c22ba0a14ba1d5a0cd5b50c68fa: build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (@​dependabot[bot])
  • e44f7de374a51cd1228117d43ccedfdcbe50cd73: build(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (@​dependabot[bot])
  • 6360fe1474853e461a6af83fc6214882b4647f09: build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0 (@​dependabot[bot])

Others

  • a06990657b338db19fec11a677ea915eea2b5c74: feat(spec1-5): add initial support for spec v1.5 (@​nscuro)
  • 67a7567143eb3373099f100bbe17143239cf5d4e: feat(spec1-5): add licensing, license properties, and license bom-ref (@​nscuro)
  • d2f3bb95bf740da7a6d36c6a1c324356afed5356: feat(spec1-5): add lifecycle support (@​nscuro)
  • eb041b55b2eb8685a37be6f7a9c265fb6528377b: feat(spec1-5): add new component types (@​nscuro)
  • c45ba618028d9f0cb593784e6483f4392a78ff3b: feat(spec1-5): add new external reference types (@​nscuro)
  • d84947d74d7df97f851211bf7b72786e3583b9e3: feat(spec1-5): add support for annotations (@​nscuro)
  • 0ba04965ce8c5df710eb2a1cae1e7546ffb6321b: feat(spec1-5): bump schema to 1.5 for round-trip tests (@​nscuro)
  • 4e20914ebfc2aa80fbe0fa32650567554ebaaf49: misc(dx): add project icon for intellij and goland (@​nscuro)

v0.7.1

Changelog

Features

  • a1db67584a1b5b30873ba88fa4f21fb25d3247c7: feat: add JSON Schema to JSON output (#79) (@​mcombuechen)
  • 41a1ac565cce84bf248b48fb6dcb9627b55ea5b4: feat: option to specify HTML escaping for JSON format (#72) (@​kzantow)

Fixes

  • 08953d188c624ae0009a209a01a17a0bde35c280: fix: gitpod.yml refers to wrong Dockerfile (@​nscuro)
  • 97c1e5abf4c66cb01f81e4d20a9bb17f697191cf: fix: license header in Dockerfile.gitpod (@​nscuro)

... (truncated)

Commits
  • 83031d6 Merge pull request #117 from CycloneDX/dependabot/github_actions/golangci/gol...
  • 8b51c39 build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
  • 0ed4535 Merge pull request #114 from CycloneDX/dependabot/github_actions/goreleaser/g...
  • 6360fe1 build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0
  • 5c1db8e Merge pull request #113 from CycloneDX/dependabot/github_actions/actions/setu...
  • d772b54 build(deps): bump actions/setup-go from 4.0.1 to 4.1.0
  • 3d592d2 Merge pull request #112 from CycloneDX/dependabot/docker/gitpod/workspace-go-...
  • 668553d build(deps): bump gitpod/workspace-go from d7a41f5 to f37c673
  • fdeec7e Merge pull request #111 from CycloneDX/idea-project-icon
  • 4e20914 misc(dx): add project icon for intellij and goland
  • 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 <dependency name> 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)

Bumps [github.com/CycloneDX/cyclonedx-go](https://github.com/CycloneDX/cyclonedx-go) from 0.5.2 to 0.7.2.
- [Release notes](https://github.com/CycloneDX/cyclonedx-go/releases)
- [Changelog](https://github.com/CycloneDX/cyclonedx-go/blob/master/.goreleaser.yml)
- [Commits](CycloneDX/cyclonedx-go@v0.5.2...v0.7.2)

---
updated-dependencies:
- dependency-name: github.com/CycloneDX/cyclonedx-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 1, 2023
Copy link

github-actions bot commented Dec 1, 2023

This PR is stale because it has been labeled with inactivity.

Copy link
Author

dependabot bot commented on behalf of github Dec 22, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/CycloneDX/cyclonedx-go-0.7.2 branch December 22, 2023 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code lifecycle/stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants