]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-17445 upgrade postgresql version to 15
authorMalek-Ben-Anes <malek.benanes@sonarsource.com>
Fri, 28 Oct 2022 09:45:34 +0000 (11:45 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 10 Nov 2022 20:02:47 +0000 (20:02 +0000)
.cirrus.yml
build.gradle
server/sonar-docs/src/pages/requirements/requirements.md
server/sonar-docs/src/pages/setup/upgrade-notes.md

index faa989d58b275643fdde274f6f0ab5627ab75f54..07d911407d11b2470030c73850bf5387e9ccbe81 100644 (file)
@@ -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
index ced26bf279462af790ef55a582d38ae54bc771cd..78dc66d3355b646afafa0adde2e07bd46867c82a 100644 (file)
@@ -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'
index 9b284180f3ebae162cc06788e3d8352a676427be..1af863020fe1f9b97632373a6e41736c1a7e0f7a 100644 (file)
@@ -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                                                                                                                                                                                                                                         |
index 5c9c9cddf5335518e201e86e2e2d80bb3156ed1a..94814e49b7628bc33e9490b45fced01ae6b5d875 100644 (file)
@@ -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