diff options
author | colin-mueller-sonarsource <colin.mueller@sonarsource.com> | 2021-04-29 16:15:55 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-04-29 20:03:28 +0000 |
commit | 791f5d4a607822d3536644ae77042badfc04273e (patch) | |
tree | 67467aeb026e83eaf3a47c9a869d58ba79e5f983 /server/sonar-docs | |
parent | 9af3215ceecf447b033c70ed6db7525fa0443203 (diff) | |
download | sonarqube-791f5d4a607822d3536644ae77042badfc04273e.tar.gz sonarqube-791f5d4a607822d3536644ae77042badfc04273e.zip |
DOCS Finalize LTS to LTS Upgrade Notes
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md b/server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md index cf354849eb7..e13061e8570 100644 --- a/server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/lts-to-lts-upgrade-notes.md @@ -82,6 +82,9 @@ When upgrading, if you're using plugins, a SonarQube administrator needs to ackn **PostgreSQL support (8.9)** SonarQube 8.9 only supports PostgreSQL versions 9.6 to 13. PostgreSQL versions <9.6 are no longer supported. +**Webhooks aren't allowed to target the instance (8.9)** +To improve security, webhooks, by default, aren't allowed to point to the SonarQube server. You can change this behavior in the configuration. ([SONAR-14682](https://jira.sonarsource.com/browse/SONAR-14682)). + **Docker Images for commercial SonarQube Editions (8.2, 8.7)** If you wish to deploy SonarQube in a containerized environment, we recommend using the Docker Images provided by SonarSource available on [Docker Hub](https://hub.docker.com/_/sonarqube), now for all SonarQube editions. |