diff --git a/docs/release-notes/master.adoc b/docs/release-notes/master.adoc index e172a73..7edf116 100644 --- a/docs/release-notes/master.adoc +++ b/docs/release-notes/master.adoc @@ -22,8 +22,13 @@ include::topics/making-open-source-more-inclusive.adoc[] include::topics/ref_known-issues-7-1-1.adoc[leveloffset=+2] +include::topics/analysis-dependency-rule-snippet.adoc[] + +include::topics/analyzer-rbac-known-issue-snippet.adoc[] + include::topics/svn-checkout-fails-issue-snippet.adoc[] + include::topics/ref_resolved-issues-7-1-1.adoc[leveloffset=+2] [id="mta-7-1-0"] @@ -35,4 +40,8 @@ include::topics/ref_upgrade-notes-7-1-0.adoc[leveloffset=+2] include::topics/ref_known-issues-7-1-0.adoc[leveloffset=+2] +include::topics/analysis-dependency-rule-snippet.adoc[] + +include::topics/analyzer-rbac-known-issue-snippet.adoc[] + :!release-notes: diff --git a/docs/topics/analysis-dependency-rule-snippet.adoc b/docs/topics/analysis-dependency-rule-snippet.adoc new file mode 100644 index 0000000..946c2b0 --- /dev/null +++ b/docs/topics/analysis-dependency-rule-snippet.adoc @@ -0,0 +1,5 @@ +// snippet + +.Dependency rule of a custom rules file in analysis is not fired + +A custom dependency rule is not fired, and no related migration issue is found. link:https://issues.redhat.com/browse/MTA-3863[(MTA-3863)] diff --git a/docs/topics/analyzer-rbac-known-issue-snippet.adoc b/docs/topics/analyzer-rbac-known-issue-snippet.adoc new file mode 100644 index 0000000..7e0d107 --- /dev/null +++ b/docs/topics/analyzer-rbac-known-issue-snippet.adoc @@ -0,0 +1,5 @@ +// snippet + +.No multi-user access restrictions on resources + +There are no multi-user access restrictions on resources. For example, an analyzer task created by a user can be canceled by any other user. link:https://issues.redhat.com/browse/MTA-3819[(MTA-3819)]