Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions assemblies/release-notes/assembly_mta-8-1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ endif::[]
[role="_abstract"]
This Release Notes section provides high-level coverage of the improvements and additions that have been implemented in {ProductFullName} 8.1.

include::assembly_mta-8-1-3.adoc[leveloffset=+1]

include::assembly_mta-8-1-2.adoc[leveloffset=+1]

include::assembly_mta-8-1-1.adoc[leveloffset=+1]
Expand Down
16 changes: 16 additions & 0 deletions docs/topics/release-notes-topics/ref_fixed-issues-8-1-3.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
:_newdoc-version: 2.18.7
:_template-generated: 2026-05-06
:_mod-docs-content-type: REFERENCE

[id="fixed-issues-8-1-3_{context}"]
= Fixed issues

[role="_abstract"]
Review issues that have been fixed in {ProductFullName} version 8.1.3.

You can run an analysis after restoring changes in a project from an earlier analysis::

Before this update, the {ProductShortName} extension showed *resolution in progress* if you accepted resolutions for a project in an earlier analysis and then, restored the project files. As a consequence, you were unable to perform further analysis because the extension did not restore its state based on the current state of the project. With this update, the {ProductShortName} extension restores its state after running an analysis. As a result, you can accept changes suggested in an earlier analysis of a project and restore the project files, before running more analyses.
+
(link:https://redhat.atlassian.net/browse/MTA-6862[MTA-6862])

26 changes: 26 additions & 0 deletions docs/topics/release-notes-topics/ref_known-issues-8-1-3.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
:_newdoc-version: 2.18.7
:_template-generated: 2026-07-01
:_mod-docs-content-type: REFERENCE

[id="known-issues-8-1-3_{context}"]
= Known issues

[role="_abstract"]
{ProductFirstRef} version 8.1.3 is affected by the following newly identified and previously known issues. A known issue is listed in all future release notes until resolved, at which point it is published as a fixed issue.

{ProductShortName} extension renders incorrectly in Red{nbsp}Hat OpenShift Dev Spaces::

The {ProductShortName} Visual Studio Code extension 8.1 renders inconsistently in the Red{nbsp}Hat OpenShift Dev Spaces dashboard open in the Firefox browser version 149.0. As a consequence, you are unable to perform tasks by using the extension.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[RedHat.TermsErrors] Use 'Mozilla Firefox' rather than 'Firefox'.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[RedHat.TermsErrors] Use 'Mozilla Firefox' rather than 'Firefox'.

+
To work around the problem, use the {ProductShortName} Visual Studio Code extension in Red{nbsp}Hat OpenShift Dev Spaces through the Chrome browser.
+
link:https://redhat.atlassian.net/browse/MTA-6735[MTA-6735]

Source code includes code resolution suggestions after you reject the suggestions::

When you request a code resolution in the but reject the suggested resolutions in the review editor, {mta-dl-plugin} modifies the source code with the suggested changes. As a consequence, the source code state changes after you reject the suggestions but GitHub status does not show any state change for the file.
+
To work around the problem, restore the original code file by re-opening the Visual Studio Code editor.
+
link:https://redhat.atlassian.net/browse/MTA-6863[MTA-6863]

Loading