Skip to content

0.59.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 08:44
· 518 commits to main since this release

What's Changed

🛠 Breaking Changes

  • c1d5d85 feat(plugin-manager)!: Add RESTRICTED plugin availability state

🐞 Bug Fixes

  • 6924b9a analyzer: Fix logging the enabled package managers
  • b70e43a resolutions: Persist server issue resolutions by message hash
  • 40231a1 ui: Apply custom favicon earlier to reduce default favicon flash
  • e347e08 ui: Clarify that a resolution's comment field is optional

🎉 New Features

  • fc26c55 api: Resolve secret values from user secrets
  • e058fda resolutions: Add a read model for issue resolutions
  • e9d69c1 resolutions: Add a service to manage issue resolutions
  • e727dd9 resolutions: Add a store for issue resolution events
  • e28b4cf resolutions: Add routes to manage issue resolutions
  • 0cfb601 resolutions: Define issue resolution events
  • 230e3b2 resolutions: Include unapplied and deleted issue resolution info
  • 4055246 s3: Add an optional key prefix
  • 24cb726 ui: Add ToggleGroup Shadcn component
  • 31a3bd4 ui: Add profile page and Keycloak account links
  • fd6ed46 ui: Add the new SPDX package manager to the UI
  • 290d596 ui: Change repository count to a link
  • 5e761a9 ui: Handle issue resolutions in the UI
  • 22a664a ui: Improve appearance of "manage templates" link
  • 07dede8 ui: Shorten a long issue message by default
  • d7d750d ui: Show tooltips for truncated usernames and emails
  • 833542e workers: Resolve issue resolutions from the repository

✅ Tests

  • be6dc61 core: Add a test to verify the source of secrets in run requests
  • fb2b242 s3: Replace !! with shouldNotBeNull
  • fca3f76 workers: Avoid depending on ORT's GitCommand

🐘 Build & ⚙️ CI

  • 5e20370 gradle: Avoid rebuilds due to version changes only
  • f1da049 renovate: Enable automerge for non-major updates

📖 Documentation

🔧 Chores

  • bb2c55a dao: Add resolution message hash calculation
  • 9a7d6ab ui: Capitalize "Pending rerun" as following a colon
  • 1c8ce66 Update .gitignore for agent related files

🚀 Dependency Updates

  • a9cdfc3 pin dependencies
  • 0f5c3cc update actions/configure-pages action to v6
  • e798a34 update actions/deploy-pages action to v5
  • 45ef7aa update awssdk to v1.6.46
  • 230c475 update azure-sdk-for-java monorepo
  • 28b3c43 update com.azure:azure-storage-blob to v12.33.3
  • 8b33efa update com.sksamuel.aedile:aedile-core to v3.0.3
  • 38f7796 update dependency @hey-api/openapi-ts to v0.94.5
  • 06e1c4f update dependency @playwright/test to v1.59.0
  • 5289a44 update dependency ae-cvss-calculator to v1.0.12
  • 2a541c8 update dependency axios to v1.14.0
  • e6a8342 update dependency lucide-react to v1
  • 0641a7e update dependency recharts to v3.8.1
  • 6549c26 update dependency typescript to v6
  • cf65c52 update dependency vite to v8.0.3
  • ea7d66b update dependency vitest to v4.1.2
  • a8c9240 update docker/dockerfile docker tag to v1.23
  • ba00f03 update flyway to v12.2.0
  • 0f8fea9 update flyway to v12.3.0
  • 0613513 update gradle/actions action to v6.0.1
  • 6ee4d65 update grafana/logstash-output-loki docker tag to v3.6.8
  • 8b9fb7b update grafana/logstash-output-loki docker tag to v3.7.0
  • b26761d update grafana/logstash-output-loki docker tag to v3.7.1
  • 43d2d91 update grafana/loki docker tag to v3.6.8
  • 0d4673c update grafana/loki docker tag to v3.7.0
  • bb45c37 update grafana/loki docker tag to v3.7.1
  • 4e3e69e update io.ktor:ktor-version-catalog to v3.4.2
  • 34a4bdb update kotest to v6.1.10
  • 8670922 update kotest to v6.1.9
  • a560e90 update kubernetesclient to v26
  • 4a84c31 update nginx:1.29-alpine docker digest to d436955
  • c0d57ec update nginx:1.29-alpine docker digest to e7257f1
  • a232c20 update node.js to 06e5c9f
  • 00fe246 update org.apache.logging.log4j:log4j-to-slf4j to v2.25.4
  • b535d02 update org.ossreviewtoolkit:version-catalog to v83
  • 6360594 update org.ossreviewtoolkit:version-catalog to v83.0.1
  • 406a7af update pnpm to v10.33.0
  • 342d8f5 update tanstack-query monorepo to v5.95.2
  • 2fc6558 update tanstack-router monorepo
  • aa1b3e1 update typescript-eslint monorepo to v8.58.0

🚜 Refactorings

  • c15a1e6 api: Move issue resolution classes to shared model
  • 1238f99 model: Make hierarchy IDs serializable
  • 355187d plugin-manager: Use hierarchy ID value classes
  • bf7c326 ui: Refactor resolutions handling