aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/setup/upgrade-notes.md
diff options
context:
space:
mode:
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>2021-03-22 13:43:28 -0500
committersonartech <sonartech@sonarsource.com>2021-04-15 20:03:44 +0000
commit4e232156aab47f195c3558757df2b87a7153cfea (patch)
tree22f8381891e0647bf50d48d487c6d93e74c6cd66 /server/sonar-docs/src/pages/setup/upgrade-notes.md
parent96d09bc3cff645e80c07c07a6386ede497d77614 (diff)
downloadsonarqube-4e232156aab47f195c3558757df2b87a7153cfea.tar.gz
sonarqube-4e232156aab47f195c3558757df2b87a7153cfea.zip
SONAR-14623 Add documentation about accepting plugin risks
Diffstat (limited to 'server/sonar-docs/src/pages/setup/upgrade-notes.md')
-rw-r--r--server/sonar-docs/src/pages/setup/upgrade-notes.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md
index 25b4a0205d0..15ebd607d68 100644
--- a/server/sonar-docs/src/pages/setup/upgrade-notes.md
+++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md
@@ -2,10 +2,13 @@
title: Release Upgrade Notes
url: /setup/upgrade-notes/
---
-## Release 8.9 Upgrade Notes
+## Release 8.9 Upgrade Notes
**GitHub Enterprise compatibility**
SonarQube 8.9 only supports GitHub Enterprise 2.21+ for pull request decoration (the previous minimum version was 2.15).
+**Third-party plugins require risk consent**
+If you are using third-party plugins, a SonarQube administrator needs to acknowledge the risk involved with third-party plugins when prompted in SonarQube after upgrading. ([MMF-2301](https://jira.sonarsource.com/browse/MMF-2301)).
+
## Release 8.8 Upgrade Notes
**CSS analysis now requires Node.js 10+**
In order to analyze CSS code, you now need to have Node.js 10+ installed on the machine running the scan.