Releases: PrivateAIM/hub
Releases · PrivateAIM/hub
v0.8.4
0.8.4 (2024-10-24)
Features
- bump authup & implement async policy & permission evaluation (#807) (d065562)
- bump authup & vuecs packages + refactored navigation (c4db8d5)
- delete project-node relation on analysis-node deletion (if possible) (#794) (0e953e3)
- enforce uniqueness for project name attribute (#793) (0681249)
- initial implementation of database-integrity service (077fdd3)
Bug Fixes
- building and scanning master image command arguments (95041ea)
- deps: bump locter from 2.1.1 to 2.1.2 (#795) (fdb8cba)
- deps: bump locter from 2.1.2 to 2.1.4 (#816) (0af403a)
- deps: bump typeorm-extension from 3.6.1 to 3.6.2 (#810) (c9af9ae)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @privateaim/core-kit bumped from ^0.8.3 to ^0.8.4
- @privateaim/kit bumped from ^0.8.3 to ^0.8.4
- @privateaim/server-kit bumped from ^0.8.3 to ^0.8.4
- @privateaim/server-core-realtime bumped from ^0.8.3 to ^0.8.4
- @privateaim/server-http-kit bumped from ^0.8.3 to ^0.8.4
- @privateaim/server-analysis-manager-kit bumped from ^0.7.4 to ^0.7.5
- devDependencies
- @privateaim/core-http-kit bumped from ^0.8.3 to ^0.8.4
- dependencies
v0.8.3
0.8.3 (2024-09-19)
Features
- add additional created_at/updated_at of child relations (7db1a89)
- permit node authority to update run_status if permission is granted (06d1ba7)
Bug Fixes
- deps: bump @routup/basic from 1.4.0 to 1.4.1 (#752) (c190870)
- deps: bump @routup/decorators from 3.4.0 to 3.4.1 (#751) (89de8dc)
- deps: bump @routup/swagger from 2.4.0 to 2.4.1 (#756) (91a19cd)
- deps: bump pg from 8.12.0 to 8.13.0 (#753) (9f6e01e)
- deps: bump routup from 4.0.0 to 4.0.1 (#754) (beaf196)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @privateaim/core-kit bumped from ^0.8.2 to ^0.8.3
- @privateaim/kit bumped from ^0.8.2 to ^0.8.3
- @privateaim/server-kit bumped from ^0.8.2 to ^0.8.3
- @privateaim/server-core-realtime bumped from ^0.8.2 to ^0.8.3
- @privateaim/server-http-kit bumped from ^0.8.2 to ^0.8.3
- @privateaim/server-analysis-manager-kit bumped from ^0.7.3 to ^0.7.4
- devDependencies
- @privateaim/core-http-kit bumped from ^0.8.2 to ^0.8.3
- dependencies
v0.8.2
0.8.2 (2024-08-28)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @privateaim/core-kit bumped from ^0.8.1 to ^0.8.2
- @privateaim/kit bumped from ^0.8.1 to ^0.8.2
- @privateaim/server-kit bumped from ^0.8.1 to ^0.8.2
- @privateaim/server-core-realtime bumped from ^0.8.1 to ^0.8.2
- @privateaim/server-http-kit bumped from ^0.8.1 to ^0.8.2
- @privateaim/server-analysis-manager-kit bumped from ^0.7.2 to ^0.7.3
- devDependencies
- @privateaim/core-http-kit bumped from ^0.8.1 to ^0.8.2
- dependencies
v0.8.1
0.8.1 (2024-08-19)
Features
- add authup policy aggregator (adb2235)
- add description column to analysis entity (438297b)
- add error log formatting (976c4cd)
- add memory-cache & track master images synchronization progress (bd43978)
- allow specifying branch for syncing master-images (#587) (b6ff9a5)
- extended and modified project columns (nodes, robot_id, user_id, description) (#642) (afe9491)
- master image workflow to sync, build & push image/groups (#574) (146e66f)
Bug Fixes
- add missing rethrow statement (d73935a)
- always run db schema synchronization (b3ba492)
- analysis-manager aggregator handler (8fe18e4)
- analysis-permisison permission_id field validation (051ab7e)
- apply schema check again (7e820e6)
- change order when blocking master image sync process (8e9efc1)
- deps: bump express-validator from 7.1.0 to 7.2.0 (#654) (1b1d70e)
- deps: bump mysql2 from 3.10.2 to 3.11.0 (#610) (3786b07)
- deps: bump typeorm-extension from 3.5.1 to 3.6.0 (#619) (7af46a3)
- deps: bump typeorm-extension from 3.6.0 to 3.6.1 (#652) (c862af7)
- enhance logging for registry component (b1a8bb3)
- harbor reigstry robot permission assignment (2a0a8f7)
- master images synchronization process (604a375)
- naming in project read handlers (fb03369)
- reenable db check in start command (c83f34f)
- set project description column to varchar (dea15b0)
- temporarily disable registry project manage restriction (8f8d8dd)
Reverts
- "fix: set project description column to varchar" (705454c)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @privateaim/core-kit bumped from ^0.8.0 to ^0.8.1
- @privateaim/kit bumped from ^0.8.0 to ^0.8.1
- @privateaim/server-kit bumped from ^0.8.0 to ^0.8.1
- @privateaim/server-core-realtime bumped from ^0.8.0 to ^0.8.1
- @privateaim/server-http-kit bumped from ^0.8.0 to ^0.8.1
- @privateaim/server-analysis-manager-kit bumped from ^0.7.1 to ^0.7.2
- devDependencies
- @privateaim/core-http-kit bumped from ^0.8.0 to ^0.8.1
- dependencies
v0.8.0
0.8.0 (2024-07-02)
Features
- add missing analysis-permission validation steps (30cba38)
- add missing policies fetch for analysis-permission get-many handler (62fc56c)
- simplified and adjusted permission usage across codespace (1839f5e)
Bug Fixes
- analysis-permission test-suite (5604d85)
- deps: bump @hapic/harbor from 2.3.3 to 2.3.4 (#537) (f8f805f)
- deps: bump @hapic/vault from 2.3.3 to 2.3.4 (#538) (ed2c1fd)
- deps: bump @routup/basic from 1.3.2 to 1.4.0 (#523) (409a594)
- deps: bump @routup/decorators from 3.3.2 to 3.4.0 (#531) (295f692)
- deps: bump @routup/prometheus from 2.3.0 to 2.4.0 (#525) (b98e5f1)
- deps: bump @routup/swagger from 2.3.6 to 2.4.0 (#530) (cef8d2c)
- deps: bump authup to v1.0.0.beta-19 (3410786)
- deps: bump mysql2 from 3.10.0 to 3.10.1 (#461) (f415417)
- deps: bump mysql2 from 3.10.1 to 3.10.2 (#529) (1c73408)
- deps: bump routup to v4.x (787bb7c)
- read analysis-permission read handler (b1794b1)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @privateaim/core-kit bumped from ^0.7.0 to ^0.8.0
- @privateaim/kit bumped from ^0.7.0 to ^0.8.0
- @privateaim/server-kit bumped from ^0.7.0 to ^0.8.0
- @privateaim/server-core-realtime bumped from ^0.7.0 to ^0.8.0
- @privateaim/server-http-kit bumped from ^0.7.0 to ^0.8.0
- @privateaim/server-analysis-manager-kit bumped from ^0.7.0 to ^0.7.1
- devDependencies
- @privateaim/core-http-kit bumped from ^0.7.0 to ^0.8.0
- dependencies
v0.7.0
storage-kit: v0.6.0
server-storage: v0.6.0
0.6.0 (2024-06-25)
Features
- migrated to authup version v1.0.0-beta.18 (06928f6)
Bug Fixes
- deps: bump minio from 8.0.0 to 8.0.1 (#478) (4df786b)
- storage: add missing logger configuration + enhanced db queries (5fd1515)
- storage: use primary key as minio bucket name + persist minio storage in docker-compose (cfc4cbb)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @privateaim/kit bumped from ^0.5.0 to ^0.6.0
- @privateaim/server-kit bumped from ^0.5.0 to ^0.6.0
- @privateaim/server-http-kit bumped from ^0.5.0 to ^0.6.0
- @privateaim/storage-kit bumped from ^0.5.0 to ^0.6.0
- dependencies
server-realtime-kit: v0.6.0
0.6.0 (2024-06-25)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @privateaim/kit bumped from ^0.5.0 to ^0.6.0
- @privateaim/server-kit bumped from ^0.5.0 to ^0.6.0
- dependencies
server-messenger: v0.6.0
0.6.0 (2024-06-25)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @privateaim/messenger-kit bumped from ^0.5.0 to ^0.6.0
- @privateaim/server-kit bumped from ^0.5.0 to ^0.6.0
- @privateaim/server-realtime-kit bumped from ^0.5.0 to ^0.6.0
- dependencies