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

fix(deps): update module github.com/cyclonedx/cyclonedx-go to v0.9.0 #4593

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/CycloneDX/cyclonedx-go v0.6.0 -> v0.9.0 age adoption passing confidence

Release Notes

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

v0.9.0

Compare Source

Changelog

Features
Fixes
Building and Packaging
Others

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

v0.7.2

Compare Source

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
Fixes
Building and Packaging
Others

v0.7.1

Compare Source

Changelog

Features
Fixes
Building and Packaging
Others

v0.7.0

Compare Source

Changelog

Features
Fixes
Building and Packaging
Documentation
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 requested a review from a team as a code owner September 22, 2023 07:27
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch 7 times, most recently from a1b68f9 to aa8f9df Compare September 29, 2023 12:06
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch 10 times, most recently from 5eb1d6d to c4006e4 Compare October 11, 2023 09:31
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch 9 times, most recently from abbdb79 to cb98f31 Compare October 19, 2023 19:08
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch 3 times, most recently from 9ebb98f to 61572cc Compare October 30, 2023 11:46
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch 5 times, most recently from 37aae8a to 9103f74 Compare June 4, 2024 11:45
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch from 9103f74 to 1da1378 Compare June 4, 2024 18:54
@renovate renovate bot changed the title fix(deps): update module github.com/cyclonedx/cyclonedx-go to v0.8.0 fix(deps): update module github.com/cyclonedx/cyclonedx-go to v0.9.0 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch 4 times, most recently from 004d4a9 to 7d4b615 Compare June 10, 2024 08:53
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch 9 times, most recently from 38ed8b9 to 9eb1b6d Compare June 25, 2024 13:40
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch 5 times, most recently from 83ac91c to a87e7fe Compare July 4, 2024 10:03
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch 2 times, most recently from be9bf16 to f688794 Compare July 5, 2024 12:27
@renovate renovate bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch from f688794 to a766816 Compare July 8, 2024 12:37
Copy link

sonarcloud bot commented Jul 8, 2024

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.

None yet

0 participants