Skip to content

v32.7.0

Compare
Choose a tag to compare
@tdruez tdruez released this 25 Oct 06:24
· 187 commits to main since this release
  • Display the Run.scancodeio_version in the Pipeline run modal.
    When possible this value is displayed as a link to the diff view between the current
    ScanCode.io version and the version used when the Pipeline was run. #956

  • Improve presentation of the "Resources detected license expressions" project section. #937

  • Add ability to sort by Package URL in the package list #938

  • Fix an issue where the empty project settings were overriding the settings loaded
    from a config file. #961

  • Control the execution order of Pipelines within a Project. Pipelines are not allowed
    to start anymore unless all the previous ones within a Project have been completed. #901

  • Add support for webhook subscriptions in project clone. #910

  • Add resources license expression summary panel in the project details view.
    This panel displays the list of licenses detected in the project and includes links
    to the resources list. #355

  • Add the tag field on the DiscoveredPackage model. This new field is used to store
    the layer id where the package was found in the Docker context. #919

  • Add to apply actions, such as archive, delete, and reset to a selection of projects
    from the main list. #488

  • Add new "Outputs" panel in the Project details view.
    Output files are listed and can be downloaded from the panel. #678

  • Add a step in the deploy_to_develop pipelines to create "local-files" packages
    with from-side resource files that have one or more relations with to-side resources
    that are not part of a package.
    This allows to include those files in the SBOMs and attribution outputs. #914

  • Enable sorting the packages list by resource count. #978

What's Changed

Full Changelog: v32.6.0...v32.7.0