Skip to content

0.55.0

Choose a tag to compare

@github-actions github-actions released this 03 Mar 11:20
· 750 commits to main since this release

What's Changed

🐞 Bug Fixes

  • 2ca214f dao: Distinguish issues by identifier when storing resolved issues
  • bece2f6 ui: Migrate call sites to shared ItemCounts
  • 83ba8ab workers: Persist Analyzer/Advisor issues before resolution mapping

🎉 New Features

  • 466d41e analyzer: Store package-curation relations in Analyzer worker
  • 1f8b782 core: Support multiple license sources in rule violations
  • 4ee1a30 dao: Add getForOrtRunId() query for CuratedPackagesTable
  • 6e52243 dao: Add table to store package-curation relations per ORT run
  • dafa947 dao: Persist applied package-curation relations per ORT run
  • e30f1c9 service: Refactor listForOrtRuns() for performance
  • dbe3ec4 service: Replace in-memory OrtResult with direct SQL queries
  • 107b645 service: Replace in-memory OrtResult with direct SQL queries
  • 8f6065b service: Replace in-memory OrtResult with direct SQL queries
  • 8a3c983 service: Replace in-memory OrtResult with direct SQL queries
  • be7dcac service: Store package-curation relations in OrtRunService
  • 029177e ui: Support multiple license sources in rule violations
  • 907aa15 workers: Add a generator for Bazel

✅ Tests

  • 12d1642 service: Remove redundancy from some service unit tests

🐘 Build & ⚙️ CI

  • 91d1b33 gradle: Add TinyJib support for yet more Jib properties
  • 5e1cd42 gradle: Use TinyJib instead of Jib
  • 7570197 tinyjib: Support more Jib properties
  • 5c8fb2d docker: Use latest tag only for release builds

🔧 Chores

  • 72658f7 workers: Extract urlWithCredentials function to a utility class
  • d0c86de Remove jib.console=plain with TinyJib

🚀 Dependency Updates

  • 87a1e8f update awssdk to v1.6.27
  • 65b6d6c update com.autonomousapps:dependency-analysis-gradle-plugin to v3.6.0
  • 9056f96 update com.autonomousapps:dependency-analysis-gradle-plugin to v3.6.1
  • b42198f update com.rabbitmq:amqp-client to v5.29.0
  • 2241b6e update com.typesafe:config to v1.4.6
  • 2d970cb update dependency @easyops-cn/docusaurus-search-local to v0.55.1
  • 810566f update dependency @hey-api/openapi-ts to v0.93.1
  • df4b9fa update dependency @types/node to v24.10.14
  • 357385b update dependency @types/node to v24.10.15
  • 9bc821d update dependency @types/node to v24.11.0
  • 14cfb47 update dependency ae-cvss-calculator to v1.0.11
  • 6f74250 update dependency autoprefixer to v10.4.27
  • 5eb1fa1 update dependency axios to v1.13.6
  • 0917744 update dependency globals to v17.4.0
  • d72bffa update dependency postcss to v8.5.8
  • 211a78c update exposed to v1.1.0
  • fa5d270 update exposed to v1.1.1
  • 1f00556 update flyway to v12.0.3
  • af92f64 update github artifact actions
  • 8b5fd1e update grafana/grafana docker tag to v12.4
  • f75d80f update kotest to v6.1.4
  • 6ca6de1 update ktoropenapi to v5.6.0
  • bb9dd28 update node.js to e8e2e91
  • bbe6eb8 update org.ossreviewtoolkit:version-catalog to v80
  • 03eb49e update pnpm to v10.30.3
  • fae1fd4 update tanstack-router monorepo
  • e8d87a4 update tel.schich.tinyjib to v0.3.1

🚜 Refactorings

  • 2443ee4 gradle: Centralize applying Jib properties for compatibility
  • 34bd59d service: Extract a shared utility function into Utils
  • ae48eda service: Refactor IssueService
  • 5e57d3b ui: Extract shared ItemCounts component