Skip to content

0.60.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 15:21
· 464 commits to main since this release

What's Changed

🐞 Bug Fixes

  • d4ca58a resolutions: Persist server rule violation resolutions by hash
  • 0ecae1a ui: Fix overflows in MoveRepository component

🎉 New Features

  • e75a9de evaluator: Resolve rule violation resolutions from the repository
  • 5020d0d kubernetes: Add support for custom empty dir mounts
  • 0d11f96 resolutions: Add a read model for rule violation resolutions
  • 061dfcd resolutions: Add a service to manage rule violation resolutions
  • 9c5a1cd resolutions: Add a store for rule violation resolution events
  • 2448aa6 resolutions: Add routes to manage rule violation resolutions
  • 5aae0f2 resolutions: Define rule violation resolution events
  • 633f531 resolutions: Include unapplied and deleted resolution info
  • e353193 ui: Add component to render SPDX expressions
  • d6f6a36 ui: Add license color helpers and an internal badge component
  • c9d2d34 ui: Handle rule violation resolutions in the UI
  • c9d5df6 ui: Wire up the new component to the UI for license coloring

🐘 Build & ⚙️ CI

  • 99ec767 renovate: Use the config preset from the renovate repo

🔧 Chores

  • fca69c1 ui: Add SPDX parser and adapter helpers for it

🚀 Dependency Updates

  • 596eac8 update actions/upload-artifact action to v7.0.1
  • 7ab24be update actions/upload-pages-artifact action to v5
  • 61ba9a6 update awssdk to v1.6.51
  • 3347582 update awssdk to v1.6.56
  • 014421f update com.autonomousapps:dependency-analysis-gradle-plugin to v3.7.0
  • a68b753 update com.github.dasniko:testcontainers-keycloak to v4.2.0
  • 2ac900a update dependency @eslint/compat to v2.0.4
  • 77b3c70 update dependency @hey-api/openapi-ts to v0.95.0
  • 0f061a5 update dependency @playwright/test to v1.59.1
  • 8e6e492 update dependency @types/node to v24.12.1
  • 2c243cc update dependency @types/node to v24.12.2
  • 1d68941 update dependency axios to v1.15.0 [security]
  • a5b97b4 update dependency react-hook-form to v7.72.1
  • cd70dc8 update dependency vite to v8.0.5 [security]
  • 5a90e29 update dev.panuszewski.typesafe-conventions to v0.10.1
  • 8e41e7b update docker/build-push-action action to v7.1.0
  • 6f59e25 update docker/login-action action to v4.1.0
  • a22b311 update eclipse-temurin:21.0.10_7-jdk-jammy docker digest to f780cc4
  • 9669221 update exposed to v1.2.0
  • 54fc422 update gradle/actions action to v6.1.0
  • 2492c1b update io.micrometer:micrometer-registry-graphite to v1.16.5
  • f03be5e update koin to v4.2.1
  • 827e327 update kotest to v6.1.11
  • 51db0f7 update nginx:1.29-alpine docker digest to 582c496
  • f27d19d update nginx:1.29-alpine docker digest to 645eda1
  • 473081e update nginx:1.29-alpine docker digest to 9c5e088
  • fbe55d7 update node.js to b506e73
  • cacddba update org.jetbrains.kotlinx:kotlinx-serialization-json to v1.11.0
  • af36e70 update org.ossreviewtoolkit:version-catalog to v83.0.2
  • 6625ff7 update org.ossreviewtoolkit:version-catalog to v83.1.0
  • fc8feed update quay.io/keycloak/keycloak docker tag to v26.5.7
  • a947601 update quay.io/keycloak/keycloak docker tag to v26.6.0
  • 7c5d66c update schemakenerator to v2.7.1
  • 83c4c56 update tanstack-query monorepo to v5.96.2
  • aa77fd2 update tanstack-router monorepo
  • 6bee61f update tel.schich.tinyjib to v0.3.4

🚜 Refactorings

  • f8c966d api: Move rule violation resolution classes to shared model
  • d88c3ec ui: Align UI code