diff options
author | Pierre Guillot <50145663+pierre-guillot-sonarsource@users.noreply.github.com> | 2020-08-28 10:59:15 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-08-28 20:06:52 +0000 |
commit | 18b128ba10631643adea8268245b064f3881cbdc (patch) | |
tree | bc5accfc9592c6ae29f1ec6c8158c0c1c317725d /server/sonar-docs/src | |
parent | 863d8a11ad8dcc3bdeedf13539e3aca9d4b45ad3 (diff) | |
download | sonarqube-18b128ba10631643adea8268245b064f3881cbdc.tar.gz sonarqube-18b128ba10631643adea8268245b064f3881cbdc.zip |
SONAR-13604 update GHE minimum version to 2.15+
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/pr-decoration.md | 2 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/requirements/requirements.md | 2 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/analysis/pr-decoration.md b/server/sonar-docs/src/pages/analysis/pr-decoration.md index e6d0936c963..42d60f6c4e6 100644 --- a/server/sonar-docs/src/pages/analysis/pr-decoration.md +++ b/server/sonar-docs/src/pages/analysis/pr-decoration.md @@ -17,7 +17,7 @@ Click your ALM provider below to expand the instructions on configuring SonarQub [[collapse]] | ## GitHub Enterprise and GitHub.com | -|*Minimum GitHub Enterprise version is 2.14* +|*Minimum GitHub Enterprise version is 2.15* | | ### Creating a GitHub App | diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index c727644e531..0957ab49138 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -77,7 +77,7 @@ The [SonarScanner for Azure Devops](/analysis/scan/sonarscanner-for-azure-devops To add Pull Request analysis to Code Insights in Bitbucket Server, you must be running Bitbucket Server version 5.15+. ### GitHub Enterprise and GitHub.com -To add Pull Request analysis to Checks in GitHub Enterprise, you must be running GitHub Enterprise version 2.14+. +To add Pull Request analysis to Checks in GitHub Enterprise, you must be running GitHub Enterprise version 2.15+. GitHub.com is also supported. diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index b75d06d1d3e..fd4ebba1a8b 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -2,6 +2,10 @@ title: Release Upgrade Notes url: /setup/upgrade-notes/ --- +## Release 8.5 Upgrade Notes +**GitHub Enterprise compatibility** +SonarQube 8.5 supports GitHub Enterprise 2.15+ for pull request decoration (the previous minimum version was 2.14). + ## 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: |