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

Update module github.com/CycloneDX/cyclonedx-go to v0.8.0 #36

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/CycloneDX/cyclonedx-go require minor v0.7.2-0.20230625092137-07e2f29defc3 -> v0.8.0

Release Notes

CycloneDX/cyclonedx-go (github.com/CycloneDX/cyclonedx-go)

v0.8.0

Compare Source

This release ships with almost complete support for v1.5 of the CycloneDX specification.

The only exception being the extended data flow support, as used in SaaS BOMs.

Unfortunately, there are also breaking changes in this release:

  • The type of Metadata.Tools has changed from *[]Tool to *ToolsChoice, to facilitate the deprecation of Tool in the spec
    • ToolsChoice holds both legacy *[]Tool, as well as the new *[]Component and *[]Service fields
    • The Tool type, as well as the ToolsChoice.Tools field are marked as deprecated
    • During encoding and decoding, it is asserted that only one of both options can be present, in accordance with the "One of" constraint of the spec
    • When encoding to lower spec versions than v1.5 (using EncodeVersion), Components and Services are automatically converted to legacy Tools
    • It is strongly recommended to use Components and Services. However, when consuming BOMs, applications should still expect legacy Tools to be present, and handle them accordingly.

Changelog

Fixes
Building and Packaging
Others

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch from 3a83cae to 6beaaee Compare December 5, 2023 23:43
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch from 6beaaee to e4b51c1 Compare December 10, 2023 16:22
@renovate renovate bot changed the title Update module github.com/CycloneDX/cyclonedx-go to v0.7.2 Update module github.com/CycloneDX/cyclonedx-go to v0.8.0 Dec 10, 2023
Copy link
Contributor Author

renovate bot commented Jan 10, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@bomoko
Copy link
Contributor

bomoko commented Feb 4, 2024

Closing this for now - we'll need to manually do this when trivy makes the appropriate changes

@bomoko bomoko closed this Feb 4, 2024
Copy link
Contributor Author

renovate bot commented Feb 4, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.8.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch February 4, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant