Skip to content

Releases: PrivateAIM/node-ui

v0.4.0

29 Jan 16:39
29d23a8

Choose a tag to compare

0.4.0 (2026-01-29)

⚠ BREAKING CHANGES

  • finished event viewer with metrics

Features

  • analysis: enable periodic analysis status updates from podorc (422b790)
  • auth: notify hub adapter on successful sign in and sign out (6e404dd)
  • events: add clear filter button to event tag filter (d621199)
  • events: working filters on events (6639ffe)
  • finished event viewer with metrics (1d33a74)
  • s3: add minio config to data store request (7ebae6d)
  • s3: enable private bucket fields (b551f4a)

Reverts

  • set pod orc status update interval to 15s (847f683)

v0.3.2

07 Jan 12:20
cdcc455

Choose a tag to compare

0.3.2 (2026-01-07)

Features

  • analysis: add analysis result cache (fb1f74a)
  • auth: add toasts for RBAC permission errors (c7d5e8f)
  • rbac: redirect to 403 page if invalid users attempts analysis log access (f1c539b)

Bug Fixes

  • analysis: modify updateAnalysisRun to work with array (ad407d6)
  • analysis: rerun button now deletes analysis before starting again (4235141)
  • analysis: rerun button now deletes analysis before starting again (4156f47)
  • counter: provided correct variable to counter (f4b2074)

Performance Improvements

  • better parsing of dynamic analyses (8e508b3)
  • consolidate toasts (415ed85)

Reverts

  • analysis: update analysis btn works again (f0b193d)

v0.3.1

15 Nov 08:54
31e7178

Choose a tag to compare

0.3.1 (2025-11-15)

Bug Fixes

  • analysis: enable buttons if no datastore but node is aggregator (6c0cd17)
  • analysis: enable buttons if no datastore but node is aggregator (3b840bf)

v0.3.0

11 Nov 09:53
f98d2ea

Choose a tag to compare

0.3.0 (2025-11-11)

⚠ BREAKING CHANGES

  • add token refresh routine

Features

  • add token refresh routine (12ae26a)
  • analysis: add progress bar for analyses (cd70822)
  • analysis: progress and run status now updated from sources on update button click (fc01080)
  • ds: add dynamic options for S3 data stores (12e96f4)
  • logs: add download and copy buttons (8bb26ad)

Bug Fixes

  • analysis: buttons remain disabled if missing data store (4b4f70d)
  • ds: have connection error toast show correct server name (e177033)
  • ds: send correct datastore name upon creation (27a1536)
  • toast: prevent connection error toast spamming (8bf14b3)

Performance Improvements

  • analysis: better PO response parsing (cd7ca02)

Reverts

  • cleanup: add zombies back to cleanup options (0b73695)
  • logs: no longer gatherLogs using onMounted to prevent RefreshSwitch bug (f9a2fc5)
  • update: remove hub call for updat (2370f89)

v0.2.21

22 Oct 10:03
33301e4

Choose a tag to compare

0.2.21 (2025-10-22)

Features

  • analysis: poll PO for pod status updates (cd0e78b)
  • analysis: update table with analysis run status from PO (94122fa)
  • cleanup: add keycloak cleanup option (4ee8365)
  • logs: auto refresh enabled when logs present (e3385c8)

v0.2.20

21 Oct 06:08
f439fcf

Choose a tag to compare

0.2.20 (2025-10-21)

Bug Fixes

  • auth: enable localhost authentication in k8s (76f5565)

v0.2.19

25 Sep 11:07
b40e60c

Choose a tag to compare

0.2.19 (2025-09-25)

Features

  • ds: add connection test results to data store initialization page (b6486f2)
  • ds: add manual connection test button to data store table (2409066)
  • ds: add redirect to analysis page on successful data store registration (eed4502)

Bug Fixes

  • ds: remove comma from port number (4401606)
  • plugin: add check for node type request (b66217f)

v0.2.18

05 Sep 07:34
33eb19b

Choose a tag to compare

0.2.18 (2025-08-26)

Bug Fixes

  • proxy: both proxy and no_proxy now respected (057b9b2)

v0.2.17

25 Aug 08:48
1e7eeb9

Choose a tag to compare

0.2.17 (2025-08-25)

Features

  • analysis: disable data store requirement if node is aggregator (3d6aa23)
  • cleanup: add dialog box to clean up resources (227e587)

Bug Fixes

  • idp: add keycloak as default provider if none given in env vars (fce63c9)

Performance Improvements

  • analysis: make node type global instead of session-based (428b62d)

v0.2.16

15 Aug 10:32
1c9b8e0

Choose a tag to compare

0.2.16 (2025-08-15)

Features

  • idp: add Auth0, OneLogin, Okta, and Zitadel to accepted IDPs (65dc99c)
  • idp: add authentik as possible idp (0312969)

Bug Fixes