Skip to content

Commit 58b8950

Browse files
authored
Merge pull request #145 from nikstur/prepare-0.3.0
Prepare 0.3.0
2 parents bec73eb + fd4acbf commit 58b8950

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Changelog
22

3-
## 0.3.0 (unreleased)
3+
## 0.3.0
44

5-
- `doc` and `man` outputs are not included in the SBOM anymore.
5+
### Added
6+
7+
- Added the ability to collect SBOMs from vendored dependencies (e.g. from Rust
8+
or Go dependencies).
69
- Added the option `excludes` to `buildBom` to exclude store paths via regex
710
patterns from the final SBOM.
8-
- Generate CycloneDX v1.5 SBOMs instead of v1.4.
11+
- Added the option `extraPaths` to `buildBom` to consider extra dependencies
12+
but still generating an SBOM for the original derivation.
913
- Hashes of fixed output derivations are now included in the SBOM.
14+
- A derivation's `src` url and hash are now included in the SBOM.
15+
- Derivations' descriptions are now included in the SBOM.
16+
17+
### Changed
18+
19+
- `doc` and `man` outputs are not included in the SBOM anymore.
20+
- Generate CycloneDX v1.5 SBOMs instead of v1.4.
21+
- The created SBOMS are now reproducible because they derive their serial
22+
number from a known input instead of randomly generating it.
23+
24+
### Fixed
25+
26+
- Fixed cross-compilation for SBOMs.

rust/transformer/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/transformer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bombon-transformer"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)