Skip to content

Releases: tiiuae/sbomnix

v1.7.4: Release 1.7.4

13 Oct 07:22

Choose a tag to compare

All commits included in this release: v1.7.3...v1.7.4

v1.7.3: Release 1.7.3

09 Sep 09:11

Choose a tag to compare

All commits included in this release: v1.7.2...v1.7.3

v1.7.2: Release 1.7.2

21 Mar 09:32

Choose a tag to compare

All commits included in this release: v1.7.1...v1.7.2

v1.7.1: Release 1.7.1

11 Dec 06:59

Choose a tag to compare

All commits included in this release: v1.7.0...v1.7.1

v1.7.0: Release 1.7.0

18 Nov 06:58

Choose a tag to compare

All commits included in this release: v1.6.1...v1.7.0

v1.6.1: Release 1.6.1

27 Mar 06:28

Choose a tag to compare

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

21 Mar 14:30

Choose a tag to compare

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

22 Dec 11:54

Choose a tag to compare

Main changes in release version v1.5.0:

  • Improve integration with nixpkgs metadata: --meta command-line argument is no longer needed: #100
  • Change sbomnix, nixgraph, vulnxscan, and nix_outdated so 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 --type argument from sbomnix
  • 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

29 Jun 12:28

Choose a tag to compare

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

06 Apr 12:13

Choose a tag to compare

- 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]>