Skip to content

Commit

Permalink
Merge pull request #145 from nikstur/prepare-0.3.0
Browse files Browse the repository at this point in the history
Prepare 0.3.0
  • Loading branch information
nikstur authored Oct 23, 2024
2 parents bec73eb + fd4acbf commit 58b8950
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
# Changelog

## 0.3.0 (unreleased)
## 0.3.0

- `doc` and `man` outputs are not included in the SBOM anymore.
### Added

- Added the ability to collect SBOMs from vendored dependencies (e.g. from Rust
or Go dependencies).
- Added the option `excludes` to `buildBom` to exclude store paths via regex
patterns from the final SBOM.
- Generate CycloneDX v1.5 SBOMs instead of v1.4.
- Added the option `extraPaths` to `buildBom` to consider extra dependencies
but still generating an SBOM for the original derivation.
- Hashes of fixed output derivations are now included in the SBOM.
- A derivation's `src` url and hash are now included in the SBOM.
- Derivations' descriptions are now included in the SBOM.

### Changed

- `doc` and `man` outputs are not included in the SBOM anymore.
- Generate CycloneDX v1.5 SBOMs instead of v1.4.
- The created SBOMS are now reproducible because they derive their serial
number from a known input instead of randomly generating it.

### Fixed

- Fixed cross-compilation for SBOMs.
2 changes: 1 addition & 1 deletion rust/transformer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/transformer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bombon-transformer"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 58b8950

Please sign in to comment.