Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release SonarQube 8.9.5 and 9.2.3 #11531

Merged

Conversation

belen-pruvost-sonarsource
Copy link
Contributor

Hey! 👋

We have just released a patch for SonarQube 8.9 and 9.2.

@github-actions
Copy link

Diff for 523148f:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 381c413..d1eb7bf 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,33 +1,33 @@
 Maintainers: Christophe Levis <christophe.levis@sonarsource.com> (@christophelevis), Pierre Guillot <pierre.guillot@sonarsource.com> (@pierre-guillot-sonarsource), Tobias Trabelsi <tobias.trabelsi@sonarsource.com> (@tobias-trabelsi-sonarsource), Lukasz Jarocki <lukasz.jarocki@sonarsource.com> (@lukasz-jarocki-sonarsource)
 GitRepo: https://github.com/SonarSource/docker-sonarqube.git
-GitCommit: 1c6be05b30f635d0d93b61f818b162f531ff6d88
+GitCommit: 8579cbd31ec2c0e967b7ae6e85f8b4f72f257938
 
-Tags: 8.9.4-community, 8.9-community, 8-community, lts, lts-community
+Tags: 8.9.5-community, 8.9-community, 8-community, lts, lts-community
 Directory: 8/community
 
-Tags: 8.9.4-datacenter-app, 8.9-datacenter-app, 8-datacenter-app, lts-datacenter-app
+Tags: 8.9.5-datacenter-app, 8.9-datacenter-app, 8-datacenter-app, lts-datacenter-app
 Directory: 8/datacenter/app
 
-Tags: 8.9.4-datacenter-search, 8.9-datacenter-search, 8-datacenter-search, lts-datacenter-search
+Tags: 8.9.5-datacenter-search, 8.9-datacenter-search, 8-datacenter-search, lts-datacenter-search
 Directory: 8/datacenter/search
 
-Tags: 8.9.4-developer, 8.9-developer, 8-developer, lts-developer
+Tags: 8.9.5-developer, 8.9-developer, 8-developer, lts-developer
 Directory: 8/developer
 
-Tags: 8.9.4-enterprise, 8.9-enterprise, 8-enterprise, lts-enterprise
+Tags: 8.9.5-enterprise, 8.9-enterprise, 8-enterprise, lts-enterprise
 Directory: 8/enterprise
 
-Tags: 9.2.2-community, 9.2-community, 9-community, community, latest
+Tags: 9.2.3-community, 9.2-community, 9-community, community, latest
 Directory: 9/community
 
-Tags: 9.2.2-datacenter-app, 9.2-datacenter-app, 9-datacenter-app, datacenter-app
+Tags: 9.2.3-datacenter-app, 9.2-datacenter-app, 9-datacenter-app, datacenter-app
 Directory: 9/datacenter/app
 
-Tags: 9.2.2-datacenter-search, 9.2-datacenter-search, 9-datacenter-search, datacenter-search
+Tags: 9.2.3-datacenter-search, 9.2-datacenter-search, 9-datacenter-search, datacenter-search
 Directory: 9/datacenter/search
 
-Tags: 9.2.2-developer, 9.2-developer, 9-developer, developer
+Tags: 9.2.3-developer, 9.2-developer, 9-developer, developer
 Directory: 9/developer
 
-Tags: 9.2.2-enterprise, 9.2-enterprise, 9-enterprise, enterprise
+Tags: 9.2.3-enterprise, 9.2-enterprise, 9-enterprise, enterprise
 Directory: 9/enterprise
diff --git a/_bashbrew-list b/_bashbrew-list
index 3a63050..da0993e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,11 +8,11 @@ sonarqube:8.9-datacenter-app
 sonarqube:8.9-datacenter-search
 sonarqube:8.9-developer
 sonarqube:8.9-enterprise
-sonarqube:8.9.4-community
-sonarqube:8.9.4-datacenter-app
-sonarqube:8.9.4-datacenter-search
-sonarqube:8.9.4-developer
-sonarqube:8.9.4-enterprise
+sonarqube:8.9.5-community
+sonarqube:8.9.5-datacenter-app
+sonarqube:8.9.5-datacenter-search
+sonarqube:8.9.5-developer
+sonarqube:8.9.5-enterprise
 sonarqube:9-community
 sonarqube:9-datacenter-app
 sonarqube:9-datacenter-search
@@ -23,11 +23,11 @@ sonarqube:9.2-datacenter-app
 sonarqube:9.2-datacenter-search
 sonarqube:9.2-developer
 sonarqube:9.2-enterprise
-sonarqube:9.2.2-community
-sonarqube:9.2.2-datacenter-app
-sonarqube:9.2.2-datacenter-search
-sonarqube:9.2.2-developer
-sonarqube:9.2.2-enterprise
+sonarqube:9.2.3-community
+sonarqube:9.2.3-datacenter-app
+sonarqube:9.2.3-datacenter-search
+sonarqube:9.2.3-developer
+sonarqube:9.2.3-enterprise
 sonarqube:community
 sonarqube:datacenter-app
 sonarqube:datacenter-search
diff --git a/sonarqube_datacenter-app/Dockerfile b/sonarqube_datacenter-app/Dockerfile
index 6dcab63..e42cb55 100644
--- a/sonarqube_datacenter-app/Dockerfile
+++ b/sonarqube_datacenter-app/Dockerfile
@@ -7,7 +7,7 @@ ENV LANG='en_US.UTF-8' \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=9.2.2.50622
+ARG SONARQUBE_VERSION=9.2.3.50713
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME='/usr/lib/jvm/java-11-openjdk' \
     PATH="/opt/java/openjdk/bin:$PATH" \
diff --git a/sonarqube_datacenter-search/Dockerfile b/sonarqube_datacenter-search/Dockerfile
index c615b0c..97f3932 100644
--- a/sonarqube_datacenter-search/Dockerfile
+++ b/sonarqube_datacenter-search/Dockerfile
@@ -7,7 +7,7 @@ ENV LANG='en_US.UTF-8' \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=9.2.2.50622
+ARG SONARQUBE_VERSION=9.2.3.50713
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME='/usr/lib/jvm/java-11-openjdk' \
     PATH="/opt/java/openjdk/bin:$PATH" \
diff --git a/sonarqube_developer/Dockerfile b/sonarqube_developer/Dockerfile
index 0053cac..085ce54 100644
--- a/sonarqube_developer/Dockerfile
+++ b/sonarqube_developer/Dockerfile
@@ -7,7 +7,7 @@ ENV LANG='en_US.UTF-8' \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=9.2.2.50622
+ARG SONARQUBE_VERSION=9.2.3.50713
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME='/usr/lib/jvm/java-11-openjdk' \
     PATH="/opt/java/openjdk/bin:$PATH" \
diff --git a/sonarqube_enterprise/Dockerfile b/sonarqube_enterprise/Dockerfile
index 8fb6c8c..eff1200 100644
--- a/sonarqube_enterprise/Dockerfile
+++ b/sonarqube_enterprise/Dockerfile
@@ -7,7 +7,7 @@ ENV LANG='en_US.UTF-8' \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=9.2.2.50622
+ARG SONARQUBE_VERSION=9.2.3.50713
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME='/usr/lib/jvm/java-11-openjdk' \
     PATH="/opt/java/openjdk/bin:$PATH" \
diff --git a/sonarqube_latest/Dockerfile b/sonarqube_latest/Dockerfile
index 602373b..cb8fb35 100644
--- a/sonarqube_latest/Dockerfile
+++ b/sonarqube_latest/Dockerfile
@@ -7,7 +7,7 @@ ENV LANG='en_US.UTF-8' \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=9.2.2.50622
+ARG SONARQUBE_VERSION=9.2.3.50713
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME='/usr/lib/jvm/java-11-openjdk' \
     PATH="/opt/java/openjdk/bin:$PATH" \
diff --git a/sonarqube_lts-community/Dockerfile b/sonarqube_lts-community/Dockerfile
index 937a13f..4b7cceb 100644
--- a/sonarqube_lts-community/Dockerfile
+++ b/sonarqube_lts-community/Dockerfile
@@ -86,7 +86,7 @@ RUN set -eux; \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=8.9.4.50575
+ARG SONARQUBE_VERSION=8.9.5.50698
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME=/opt/java/openjdk \
     PATH="/opt/java/openjdk/bin:$PATH" \
diff --git a/sonarqube_lts-datacenter-app/Dockerfile b/sonarqube_lts-datacenter-app/Dockerfile
index 024c988..ba36c54 100644
--- a/sonarqube_lts-datacenter-app/Dockerfile
+++ b/sonarqube_lts-datacenter-app/Dockerfile
@@ -86,7 +86,7 @@ RUN set -eux; \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=8.9.4.50575
+ARG SONARQUBE_VERSION=8.9.5.50698
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME=/opt/java/openjdk \
     PATH="/opt/java/openjdk/bin:$PATH" \
diff --git a/sonarqube_lts-datacenter-search/Dockerfile b/sonarqube_lts-datacenter-search/Dockerfile
index 2e656d6..90f06f7 100644
--- a/sonarqube_lts-datacenter-search/Dockerfile
+++ b/sonarqube_lts-datacenter-search/Dockerfile
@@ -85,7 +85,7 @@ RUN set -eux; \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=8.9.4.50575
+ARG SONARQUBE_VERSION=8.9.5.50698
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME=/opt/java/openjdk \
     PATH="/opt/java/openjdk/bin:$PATH" \
diff --git a/sonarqube_lts-developer/Dockerfile b/sonarqube_lts-developer/Dockerfile
index 63f2b1f..69186f2 100644
--- a/sonarqube_lts-developer/Dockerfile
+++ b/sonarqube_lts-developer/Dockerfile
@@ -86,7 +86,7 @@ RUN set -eux; \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=8.9.4.50575
+ARG SONARQUBE_VERSION=8.9.5.50698
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME=/opt/java/openjdk \
     PATH="/opt/java/openjdk/bin:$PATH" \
diff --git a/sonarqube_lts-enterprise/Dockerfile b/sonarqube_lts-enterprise/Dockerfile
index ea689b4..1155285 100644
--- a/sonarqube_lts-enterprise/Dockerfile
+++ b/sonarqube_lts-enterprise/Dockerfile
@@ -86,7 +86,7 @@ RUN set -eux; \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=8.9.4.50575
+ARG SONARQUBE_VERSION=8.9.5.50698
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME=/opt/java/openjdk \
     PATH="/opt/java/openjdk/bin:$PATH" \

Relevant Maintainers:

@tianon tianon merged commit c6a7e4f into docker-library:master Dec 16, 2021
@belen-pruvost-sonarsource belen-pruvost-sonarsource deleted the feature/bp/upgrade-sq-8.9.5-9.2.3 branch December 17, 2021 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants