0.1.0-RC9
Pre-release
Pre-release
What's Changed
🛠 Breaking Changes
- 23514f7 feat(cli)!: Change the name of the ORT Server CLI executable
🐞 Bug Fixes
- 54d7816 logaccess: Do not include empty log files in the log archive
- 406f0b6 s3: Provide a checksum when uploading data
- c340c26 ui: Fix CycloneDX icon variant
🎉 New Features
- c901b83 analyzer: Introduce new JobConfiguration parameter for submodules
- 80414ee cli: Add CLI command to download reports of an ORT run
- d1fdd0f cli: Add
download logs
subcommand for runs command - f7f84fa cli: Add descriptive help text to the top level
osc
command - 504de0d dao: Rework the function to find ORT runs finished before a time
- 6c37701 tasks: Add
DeleteOldOrtRunsTask
to the task runner - fb6a87e tasks: Add a task to delete old ORT runs
- 80360b0 tasks: Implement task execution
- 40ce4d6 tasks: Introduce a new module for tasks
- 7e546e4 ui: Add FilterText component
- d69f427 ui: Add mustRunAfter to analyzer configuration
- c5dc080 ui: Add text filter for package in rule violations table
- ab1c378 ui: Left-align the "Items per page" text on table pagination
- b17c9cb ui: Replace ORT run ID with total number of items
- 8f4a52d ui: Streamline filtering into column headers
- 508e497 ui: Tune the descriptions of the item pages
🐘 Build & ⚙️ CI
- 8967701 gradle: Make
detektAll
only run tasks with type resolution - 37936ee tasks: Create a container image for maintenance tasks
- c946976 docker: Build and push the CLI Docker image
- 3fc4d87 docker: Build the image for maintenance tasks
📖 Documentation
- 07e67f2 website: Add a local search plugin
🔧 Chores
- 329e098 cli: Add SLF4J NOP dependency
- b779920 services: Add more logging for deleting old ORT runs
- cb76ac7 ui: Move columns array inside the component
- cd5be57 ui: Remove the title from the SBOM page
🚀 Dependency Updates
- 2227ba9 update awssdk to v1.4.2
- 30e847b update com.github.dasniko:testcontainers-keycloak to v3.6.0
- 9d77d1a update dependency @easyops-cn/docusaurus-search-local to v0.48.2
- 67c7e1a update dependency @easyops-cn/docusaurus-search-local to v0.48.3
- f00d2c1 update dependency @easyops-cn/docusaurus-search-local to v0.48.4
- b9ac860 update dependency @types/node to v22.10.7
- 66b33c6 update dependency lucide-react to ^0.473.0
- 563e0c3 update dependency postcss to v8.5.1
- 6d2a18e update dependency prettier-plugin-tailwindcss to v0.6.10
- 1d2eac5 update dependency sonner to v1.7.2
- 05757af update dependency vite to v6.0.10
- c30de20 update dependency vite to v6.0.11
- d835fd4 update dependency vite to v6.0.8
- f4be88a update dependency vite to v6.0.9
- ab04cc0 update dependency vitest to v3
- 29d22ef update dependency vitest to v3.0.1
- 3e7edee update dependency vitest to v3.0.2
- 9618c1d update dependency vitest to v3.0.3
- 3878aac update docker/build-push-action digest to 67a2d40
- cf5d12d update flyway to v11.2.0
- 1935b81 update io.github.smiley4:ktor-swagger-ui to v4.1.5
- 31c3abe update koin to v4.1.0-beta5
- b203cc3 update node.js to f5a0871
- 1d02dc6 update org.postgresql:postgresql to v42.7.5
- a35cadf update ort to v46
- 382c895 update quay.io/keycloak/keycloak docker tag to v26.1.0
- 3c1171c update tanstack-query monorepo to v5.64.2
- 4a7c13e update tanstack-router monorepo to v1.97.3
- 50ed134 update typescript-eslint monorepo to v8.21.0
- 179c39c update wagoid/commitlint-github-action digest to b948419
🚜 Refactorings
- d8b13f0 logaccess: Move
LogLevel
andLogSource
to the model module - 603bb6e ui: Edit showing search input for select filter
- c50b402 ui: Extend ColumnMeta interface
- 418eb32 ui: Set enableColumnFilter for table columns
💡 Other Changes
- f53aa08 style(cli): Sort subcommands alphabetically