diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2020-09-16 11:05:05 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-09-18 20:07:17 +0000 |
commit | 57d1a92bbcae71a2a73f8d68888b39fc0df824cc (patch) | |
tree | 71a741ff57a6950be38376c79b460b3b5cc0af75 /server/sonar-docs | |
parent | e42b3edf25a0be6b28d83780b2bf23bd8898a840 (diff) | |
download | sonarqube-57d1a92bbcae71a2a73f8d68888b39fc0df824cc.tar.gz sonarqube-57d1a92bbcae71a2a73f8d68888b39fc0df824cc.zip |
SONAR-13842 Add upgrade notes to inform users about embedding language and scm plugins
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index a601628fd6c..fad97ff6f9e 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -9,6 +9,9 @@ SonarQube 8.5 only supports GitHub Enterprise 2.15+ for pull request decoration **SonarScanner for MSBuild compatibility** Analyzing a C# / VB.NET solution in SonarQube 8.5 requires SonarScanner for MSBuild 4.0+. +**Upgrade simplified: Languages, GIT and SVN support now built-in** +Languages provided with your edition and support for GIT and SVN version control are now built-in and don’t require plugins. If you were using these plugins, you need to remove them from SonarQube before upgrading. ([MMF-2042](https://jira.sonarsource.com/browse/MMF-2042)). + ## Release 8.4 Upgrade Notes **Updated system settings recommendations** In previous versions, the recommended limits regarding threads, file descriptors, and vm.max_map_count were taken from Elasticsearch dependencies. This release can reach these limits occasionally, so we recommend increasing the following settings of your OS when upgrading: |