Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Update module github.com/CycloneDX/cyclonedx-go to v0.9.1#3

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-cyclonedx-cyclonedx-go-0.x
Open

Update module github.com/CycloneDX/cyclonedx-go to v0.9.1#3
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-cyclonedx-cyclonedx-go-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 24, 2023

This PR contains the following updates:

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

Release Notes

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

v0.9.1

Compare Source

Changelog

Fixes
Building and Packaging

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

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 was generated by Mend Renovate. View the repository job log.

@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 11, 2023
@renovate renovate Bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch from 94257b3 to e1e99f9 Compare December 11, 2023 05:17
@renovate renovate Bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch from e1e99f9 to a2d15f9 Compare June 5, 2024 02:17
@renovate renovate Bot changed the title Update module github.com/CycloneDX/cyclonedx-go to v0.8.0 Update module github.com/CycloneDX/cyclonedx-go to v0.9.0 Jun 5, 2024
@renovate renovate Bot force-pushed the renovate/github.com-cyclonedx-cyclonedx-go-0.x branch from a2d15f9 to 4fe0395 Compare September 15, 2024 11:36
@renovate renovate Bot changed the title Update module github.com/CycloneDX/cyclonedx-go to v0.9.0 Update module github.com/CycloneDX/cyclonedx-go to v0.9.1 Sep 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants