]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS update Upgrade Notes
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Wed, 10 Feb 2021 21:53:05 +0000 (15:53 -0600)
committersonartech <sonartech@sonarsource.com>
Thu, 11 Feb 2021 20:07:09 +0000 (20:07 +0000)
server/sonar-docs/src/pages/setup/upgrade-notes.md

index e0aa736faf8efe56eaf140cafbf43d8a2f1f4f6e..04c7aa5bd40b01d0545307f04dfe9896058d20d3 100644 (file)
@@ -2,6 +2,15 @@
 title: Release Upgrade Notes
 url: /setup/upgrade-notes/
 ---
+## Release 8.7 Upgrade Notes  
+**JavaScript and TypeScript analysis now requires Node.js 10+**  
+In order to analyze JavaScript or TypeScript code, you now need to have Node.js 10+ installed on the machine running the scan.
+
+**Azure DevOps Service and BitBucket Cloud are now supported**  
+SonarQube now officially supports AzureDevOps Service and BitBucket Cloud. If you were running analysis using BitBucket Pipelines previously, when you upgrade, the Main branch name in your SonarQube project needs to match the branch name in your code repository to continue writing history to the branch. You may have to rename it before running analysis again.
+
+[Full release notes](https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16540)  
+
 ## Release 8.6 Upgrade Notes  
 **Elasticsearch update and change in cluster configuration**  
 For non-DCE editions, the Elasticsearch upgrade doesn't change the configuration. SonarQube automatically binds to the loopback address an additional Elasticsearch port which can be configured optionally.