Skip to content

0.38.0

Choose a tag to compare

@github-actions github-actions released this 28 Oct 11:36
· 289 commits to main since this release

What's Changed

🐞 Bug Fixes

  • 26f8915 docker: Align ScanCode versions to 32.4.1
  • 240ce82 docker-compose: Remove the "data" directory from the volume mount
  • 7dcbf01 ui: Fix deprecated Zod schemas

🎉 New Features

  • ba67264 authorization: Add AuthorizationChecker interface
  • df1f6ee authorization: Add OrtServerPrincipal class
  • 14c6955 authorization: Add RoleAssignmentsTable class
  • ed8bbde authorization: Add more AuthorizationChecker implementations
  • 41c07b6 authorization: Extend EffectiveRole for superuser checks
  • 043cf49 authorization: Fix the status code for failed authorization
  • 7fabca3 authorization: Implement AuthorizationService
  • 623e786 authorization: Implement UserService
  • 15beb4d authorization: Introduce functions for authorized routes
  • dc31642 db: Add a migration script for role assignments
  • ce23722 docker: Add a base container image for all Java-based images
  • 852d41b infrastructure-services: Add product-level support
  • 2707aa2 ui: Add create and edit forms for product infrastructure services
  • 269cbd8 ui: Add link to product infrastructure services to side menu
  • 19128c2 ui: Add product infrastructure main page
  • a3fcf3f ui: Add route for product infrastructure services
  • b4aa934 ui: Categorize NPM package deprecation issues
  • d02ae69 ui: Extend build system issue category patterns

🐘 Build & ⚙️ CI

  • 18ad20d gradle: Make generateOpenApiSpec visible in task help
  • 2664917 gradle: Rerun generateOpenApiSpec on missing output

📖 Documentation

  • 1ba8df6 gradle: Fix the target path of the generated openapi.json file
  • b4b71e9 ui: Use "Index" instead of "Run" in the table header
  • 71b3755 ui: Use just "Jobs" instead of "Job Status" in the table header
  • cfc4cf2 ui: Use just "Status" instead of "Run Status" in the table header
  • ea3c3b6 ui: Use plural in issue categorization test names

🚀 Dependency Updates

  • a631f8c update awssdk to v1.5.68
  • 205e73f update azure-sdk-for-java monorepo
  • 0f2c231 update com.autonomousapps:dependency-analysis-gradle-plugin to v3.2.0
  • 36e529c update com.autonomousapps:dependency-analysis-gradle-plugin to v3.3.0
  • 74dd398 update com.azure:azure-storage-blob to v12.32.0
  • fdbf148 update com.charleskorn.kaml:kaml to v0.102.0
  • 6000c88 update com.charleskorn.kaml:kaml to v0.99.0
  • 9c3d29d update com.google.devtools.ksp to v2.3.0
  • 003459b update dependency @hey-api/openapi-ts to v0.86.2
  • d174752 update dependency @hey-api/openapi-ts to v0.86.3
  • f553905 update dependency @hey-api/openapi-ts to v0.86.4
  • 2b6656e update dependency @hey-api/openapi-ts to v0.86.6
  • c64c4fd update dependency @hey-api/openapi-ts to v0.86.7
  • 09a71b4 update dependency @vitejs/plugin-react to v5.1.0
  • b1a7650 update dependency axios to v1.13.0
  • 89f99e1 update dependency eslint-plugin-react-hooks to v7.0.1
  • c42ef1c update dependency lucide-react to ^0.548.0
  • 9d18810 update dependency node to v24
  • ee9e50d update dependency vite to v7.1.12
  • 4c1c427 update dependency vitest to v4
  • 3147627 update dependency vitest to v4.0.1
  • 8bd7094 update dependency vitest to v4.0.2
  • fd8363f update dependency vitest to v4.0.3
  • 73fa81b update dependency vitest to v4.0.4
  • 6599ce0 update flyway to v11.15.0
  • 46ac007 update github artifact actions
  • c14f5c9 update node.js to f9f7f95
  • 457793b update org.jetbrains.kotlin:kotlin-gradle-plugin to v2.2.21
  • 0fa385d update org.ossreviewtoolkit:version-catalog to v71
  • c701b76 update quay.io/keycloak/keycloak docker tag to v26.4.2
  • 78cad1d update rabbitmq docker tag to v4.2.0
  • 13d1176 update tailwindcss monorepo to v4.1.16
  • 1f70205 update tanstack-router monorepo
  • 0aa6e69 update tanstack-router monorepo to v1.133.20

🚜 Refactorings

  • bfaaa05 docker: Use the new worker base image

💡 Other Changes

  • d47f5c4 style(infrastructure-services): Align formatting differences in tests