Skip to content

0.11.0

Compare
Choose a tag to compare
@eskultety eskultety released this 18 Sep 14:50

Improvements

  • Switch the container base image to UBI-9 (https://catalog.redhat.com/software/base-images)
  • Introduce a new merge-sboms CLI command
    • this allows merging multiple SBOMs which we generated ourselves
  • Remove the utils/merge_syft_sbom.py script
  • Replace the pyreflink dependency with a vendored implementation of fast in-kernel copying
  • Bump the max Go supported version 1.22 -> 1.23
    • note we're still lacking support for vendored workspaces (introduced in Go 1.22)
  • Deprecate global --gomod-vendor and --gomod-vendor-check CLI flags
    • users no longer need to explicitly instruct cachi2 to consider the vendoring use case with regards to dependency fetching
    • note that if a repository has vendored content cachi2 will check its integrity, but will no longer perform the vendoring as part of the dependency prefetch as was the case with the --gomod-vendor-check flag
    • note the flags will be dropped in a future release