Version Packages (intelligent-assistant) - #4133
Open
rhdh-bot wants to merge 1 commit into
Open
Conversation
rhdh-bot
requested review from
a team,
karthikjeeyar,
rohitkrai03 and
yangcao77
as code owners
July 31, 2026 20:08
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4133 +/- ##
=======================================
Coverage 58.11% 58.11%
=======================================
Files 2422 2422
Lines 96484 96484
Branches 26885 26894 +9
=======================================
Hits 56075 56075
Misses 38914 38914
Partials 1495 1495
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
github-actions
Bot
force-pushed
the
changesets-release/intelligent-assistant/main
branch
2 times, most recently
from
August 4, 2026 15:01
0144e4e to
c98851b
Compare
github-actions
Bot
force-pushed
the
changesets-release/intelligent-assistant/main
branch
from
August 4, 2026 21:27
c98851b to
da1b975
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Releases
@red-hat-developer-hub/backstage-plugin-intelligent-assistant@4.0.0
Major Changes
f1dba9b: Breaking changes to the permissions model that uses behavior-linked vocabulary rather than CRUD-linked vocabulary:
lightspeed.chat.readintelligent-assistant.chat.readintelligent-assistant.chat.accesslightspeed.chat.createintelligent-assistant.chat.createintelligent-assistant.chat.uselightspeed.chat.deleteintelligent-assistant.chat.deleteintelligent-assistant.chat.managelightspeed.chat.updateintelligent-assistant.chat.updateintelligent-assistant.chat.manageChanges are applied to
lightspeed(Frontend),lightspeed-backend, andlightspeed-commonplugins.Removed permission CRUD action attributes, rbac entries for permission sets now to generic 'use' action, allows
intelligent-assistant.chat.manageto combine the update and delete actions.Any hard-coded permission names have been replaced by constants, source references permission names from the permission entities.
Trans.test.tsxcomponent test unit has permission names to reflect Intelligent Assistant for RHDH.Additionally, hard-coded permission names have been replaced by local constants with the new names set.
Plugin documentation changes to revise information to permissions model changes to Intelligent Assistant for RHDH.
Changed permission variable 'lightspeed' prefix to 'ia' to use Intelligent Assistant rebranding.
Changes to example RBAC policy CSV file to reflect Intelligent Assistant for RHDH.
Patch Changes
@red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend@4.0.0
Major Changes
f1dba9b: Breaking changes to the permissions model that uses behavior-linked vocabulary rather than CRUD-linked vocabulary:
lightspeed.chat.readintelligent-assistant.chat.readintelligent-assistant.chat.accesslightspeed.chat.createintelligent-assistant.chat.createintelligent-assistant.chat.uselightspeed.chat.deleteintelligent-assistant.chat.deleteintelligent-assistant.chat.managelightspeed.chat.updateintelligent-assistant.chat.updateintelligent-assistant.chat.manageChanges are applied to
lightspeed(Frontend),lightspeed-backend, andlightspeed-commonplugins.Removed permission CRUD action attributes, rbac entries for permission sets now to generic 'use' action, allows
intelligent-assistant.chat.manageto combine the update and delete actions.Any hard-coded permission names have been replaced by constants, source references permission names from the permission entities.
Trans.test.tsxcomponent test unit has permission names to reflect Intelligent Assistant for RHDH.Additionally, hard-coded permission names have been replaced by local constants with the new names set.
Plugin documentation changes to revise information to permissions model changes to Intelligent Assistant for RHDH.
Changed permission variable 'lightspeed' prefix to 'ia' to use Intelligent Assistant rebranding.
Changes to example RBAC policy CSV file to reflect Intelligent Assistant for RHDH.
Minor Changes
Patch Changes
@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@4.0.0
Major Changes
f1dba9b: Breaking changes to the permissions model that uses behavior-linked vocabulary rather than CRUD-linked vocabulary:
lightspeed.chat.readintelligent-assistant.chat.readintelligent-assistant.chat.accesslightspeed.chat.createintelligent-assistant.chat.createintelligent-assistant.chat.uselightspeed.chat.deleteintelligent-assistant.chat.deleteintelligent-assistant.chat.managelightspeed.chat.updateintelligent-assistant.chat.updateintelligent-assistant.chat.manageChanges are applied to
lightspeed(Frontend),lightspeed-backend, andlightspeed-commonplugins.Removed permission CRUD action attributes, rbac entries for permission sets now to generic 'use' action, allows
intelligent-assistant.chat.manageto combine the update and delete actions.Any hard-coded permission names have been replaced by constants, source references permission names from the permission entities.
Trans.test.tsxcomponent test unit has permission names to reflect Intelligent Assistant for RHDH.Additionally, hard-coded permission names have been replaced by local constants with the new names set.
Plugin documentation changes to revise information to permissions model changes to Intelligent Assistant for RHDH.
Changed permission variable 'lightspeed' prefix to 'ia' to use Intelligent Assistant rebranding.
Changes to example RBAC policy CSV file to reflect Intelligent Assistant for RHDH.