• v2.6.3-dev 3929df8bcf

    v2.6.3-dev Pre-release

    FTMahringer released this 2026-05-18 22:33:46 +02:00 | 14 commits to main since this release

    v2.6.3-dev

    Store Policy & Admin Controls for the v2.7.0 plugin ecosystem milestone.

    Added

    • Store policy storage and enforcement for plugin IDs, authors, tags, and trust badges.
    • Store policy API endpoints under /api/store/policy.
    • Dashboard settings controls for editing store policy.
    • CLI role checks for mutating plugin commands based on the cached login role.

    Validation

    cd packages/core
    mvn -q -Dtest=PluginSafetyServiceTest,StorePolicyServiceTest,PluginRegistryServiceTest test
    
    cd ../cli
    go test ./cmd -run 'TestRequirePluginOperator|TestSetTokenPersistsRole'
    
    cd ../dashboard/frontend
    npm run build
    
    Downloads