Releases: tiiuae/sbomnix
Releases · tiiuae/sbomnix
v1.7.4: Release 1.7.4
All commits included in this release: v1.7.3...v1.7.4
v1.7.3: Release 1.7.3
All commits included in this release: v1.7.2...v1.7.3
v1.7.2: Release 1.7.2
All commits included in this release: v1.7.1...v1.7.2
v1.7.1: Release 1.7.1
All commits included in this release: v1.7.0...v1.7.1
v1.7.0: Release 1.7.0
All commits included in this release: v1.6.1...v1.7.0
v1.6.1: Release 1.6.1
Main changes in release version v1.6.1:
- Flake update
- Bug fixes
All commits included in this release: v1.6.0...v1.6.1
v1.6.0
Main changes in release version v1.6.0:
- Add provenance generation tool
- Include CVE patch info in cdx output
- Bug fixes
All commits included in this release: v1.5.0...v1.6.0
Release v1.5.0
Main changes in release version v1.5.0:
- Improve integration with nixpkgs metadata:
--metacommand-line argument is no longer needed: #100 - Change
sbomnix,nixgraph,vulnxscan, andnix_outdatedso each tool allows specifying the target as Nix flake reference in addition to the nix store path (which is still also supported). Also, align the use of command-line argument--buildtime, removing the--typeargument fromsbomnix - Re-structure the project and apply nix best practices: #95, #92, and #94
All commits included in this release: v1.4.6...v1.5.0
sbomnix: release v1.4.6
Main changes in sbomnix release version 1.4.6:
- sbomnix: add --depth command-line option
- sbomnix: force-realise runtime dependency paths
- sbomnix: remove dependency to legacy nvd cpe json dictionary
- Update nix flake lock file
See all commits included in this release: v1.4.5...v1.4.6
sbomnix: release v1.4.5
- Introduce own nix files for each demo tool under scripts/. This change allows clearly stating dependencies for each tool. This change is also necessary in case we later decide to move some of the tools now under `scripts/` directory to their own repositories. - From now on, the default.nix in the root of this repository is only for `sbomnix` and `nixgraph` which are the main tools currently maintained in this repository. Other tools under `scripts/` can still be used via the flakes.nix or the shell.nix. - Add flake output targets for `repology_cli` and `nix_outdated` apps. - Introduce basic tests for `repology_cli` and `nix_outdated`. - Get rid of the `use_scm_version=True` in setup.py and read the version number from VERSION file instead. With this change, we can also remove the postPatch hack from default.nix. - Remove travis.yml as it's no longer used. - Update nix flake lock file. - Bump sbomnix version to v1.4.5. Signed-off-by: Henri Rosten <[email protected]>