diff options
author | Malek-Ben-Anes <malek.benanes@sonarsource.com> | 2022-10-28 11:45:34 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-11-10 20:02:47 +0000 |
commit | a334500ec0d6f7970fcb3e65ade93469946ebc5a (patch) | |
tree | 146e320f1327f00853bc5bf825f24760e6ca6983 | |
parent | 33138932bfe29357ce8e7d8ec0c948a1bf999945 (diff) | |
download | sonarqube-a334500ec0d6f7970fcb3e65ade93469946ebc5a.tar.gz sonarqube-a334500ec0d6f7970fcb3e65ade93469946ebc5a.zip |
SONAR-17445 upgrade postgresql version to 15
-rw-r--r-- | .cirrus.yml | 2 | ||||
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/requirements/requirements.md | 6 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 3 |
4 files changed, 9 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index faa989d58b2..07d911407d1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -76,7 +76,7 @@ oracle_additional_container_template: &ORACLE_ADDITIONAL_CONTAINER_TEMPLATE postgres_additional_container_template: &POSTGRES_ADDITIONAL_CONTAINER_TEMPLATE name: postgres - image: postgres:13.2 + image: postgres:15 port: 5432 cpu: 1 memory: 1Gb diff --git a/build.gradle b/build.gradle index ced26bf2794..78dc66d3355 100644 --- a/build.gradle +++ b/build.gradle @@ -340,7 +340,7 @@ subprojects { dependency 'org.postgresql:postgresql:42.5.0' dependency 'org.reflections:reflections:0.10.2' dependency 'org.simpleframework:simple:5.1.6' - dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.37.0.87' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.39.0.167' dependency 'org.sonarsource.update-center:sonar-update-center-common:1.29.0.1000' dependency('org.springframework:spring-context:5.3.23') { exclude 'commons-logging:commons-logging' diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index 9b284180f3e..1af863020fe 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -35,8 +35,10 @@ We recommend using the Critical Patch Update (CPU) releases. | | ![](/images/cross.svg) 8 | ![](/images/cross.svg) 8 | | Database | | -| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [PostgreSQL](http://www.postgresql.org/) | ![](/images/check.svg) 13 | +| ----------------------------------------------------------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [PostgreSQL](http://www.postgresql.org/) | ![](/images/check.svg) 15 | +| | ![](/images/check.svg) 14 | +| | ![](/images/check.svg) 13 | | | ![](/images/check.svg) 12 | | | ![](/images/check.svg) 11 | | | ![](/images/check.svg) 10 | diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index 5c9c9cddf53..94814e49b76 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -12,6 +12,9 @@ SonarQube no longer ships with an embedded version of the documentation. The doc * All in-app links will now point to the documentation website. * External links that pointed to `/documentation` will be correctly redirected to the corresponding page on the documentation website. +**Update in the Database support** +Adding support to the latest version 15 of PostgreSQL. supported versions are now from 9.6 to 15. + [Full release notes](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2013884) ## Release 9.7 Upgrade notes |