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

Upgrade SonarQube to 9.9.1 #14529

Conversation

leo-geoffroy-sonarsource
Copy link
Contributor

No description provided.

@leo-geoffroy-sonarsource leo-geoffroy-sonarsource force-pushed the feature/lge/REL-2633-update-to-sonarqube-9.9.1 branch from 6b8040d to 6cc8228 Compare April 28, 2023 08:42
@github-actions
Copy link

Diff for 6cc8228:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 696546e..6aa361e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,21 +1,21 @@
 Maintainers: Carmine Vassallo <carmine.vassallo@sonarsource.com> (@carminevassallo), Jeremy Cotineau <jeremy.cotineau@sonarsource.com> (@jCOTINEAU)
 Architectures: amd64, arm64v8
 GitRepo: https://github.com/SonarSource/docker-sonarqube.git
-GitCommit: 711096a093a224d37da8901d5fdb350adf455daa
+GitCommit: 0815730a8fc5fab526113141a90c7dc858051643
 
-Tags: 9.9.0-community, 9.9-community, 9-community, lts, lts-community
+Tags: 9.9.1-community, 9.9-community, 9-community, lts, lts-community
 Directory: 9/community
 
-Tags: 9.9.0-datacenter-app, 9.9-datacenter-app, 9-datacenter-app, lts-datacenter-app
+Tags: 9.9.1-datacenter-app, 9.9-datacenter-app, 9-datacenter-app, lts-datacenter-app
 Directory: 9/datacenter/app
 
-Tags: 9.9.0-datacenter-search, 9.9-datacenter-search, 9-datacenter-search, lts-datacenter-search
+Tags: 9.9.1-datacenter-search, 9.9-datacenter-search, 9-datacenter-search, lts-datacenter-search
 Directory: 9/datacenter/search
 
-Tags: 9.9.0-developer, 9.9-developer, 9-developer, lts-developer
+Tags: 9.9.1-developer, 9.9-developer, 9-developer, lts-developer
 Directory: 9/developer
 
-Tags: 9.9.0-enterprise, 9.9-enterprise, 9-enterprise, lts-enterprise
+Tags: 9.9.1-enterprise, 9.9-enterprise, 9-enterprise, lts-enterprise
 Directory: 9/enterprise
 
 Tags: 10.0.0-community, 10.0-community, 10-community, community, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index d1458ef..85888a1 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,11 +8,11 @@ sonarqube:9.9-datacenter-app
 sonarqube:9.9-datacenter-search
 sonarqube:9.9-developer
 sonarqube:9.9-enterprise
-sonarqube:9.9.0-community
-sonarqube:9.9.0-datacenter-app
-sonarqube:9.9.0-datacenter-search
-sonarqube:9.9.0-developer
-sonarqube:9.9.0-enterprise
+sonarqube:9.9.1-community
+sonarqube:9.9.1-datacenter-app
+sonarqube:9.9.1-datacenter-search
+sonarqube:9.9.1-developer
+sonarqube:9.9.1-enterprise
 sonarqube:10-community
 sonarqube:10-datacenter-app
 sonarqube:10-datacenter-search
diff --git a/sonarqube_lts-community/Dockerfile b/sonarqube_lts-community/Dockerfile
index 7a3dab1..c65fc98 100644
--- a/sonarqube_lts-community/Dockerfile
+++ b/sonarqube_lts-community/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=9.9.0.65466
+ARG SONARQUBE_VERSION=9.9.1.69595
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME='/opt/java/openjdk' \
     SONARQUBE_HOME=/opt/sonarqube \
diff --git a/sonarqube_lts-datacenter-app/Dockerfile b/sonarqube_lts-datacenter-app/Dockerfile
index 4c52bf1..33e41cb 100644
--- a/sonarqube_lts-datacenter-app/Dockerfile
+++ b/sonarqube_lts-datacenter-app/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=9.9.0.65466
+ARG SONARQUBE_VERSION=9.9.1.69595
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME='/opt/java/openjdk' \
     SONARQUBE_HOME=/opt/sonarqube \
diff --git a/sonarqube_lts-datacenter-search/Dockerfile b/sonarqube_lts-datacenter-search/Dockerfile
index 6f9f354..b63dc89 100644
--- a/sonarqube_lts-datacenter-search/Dockerfile
+++ b/sonarqube_lts-datacenter-search/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=9.9.0.65466
+ARG SONARQUBE_VERSION=9.9.1.69595
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME='/opt/java/openjdk' \
     SONARQUBE_HOME=/opt/sonarqube \
diff --git a/sonarqube_lts-developer/Dockerfile b/sonarqube_lts-developer/Dockerfile
index 6f5b49a..7a43588 100644
--- a/sonarqube_lts-developer/Dockerfile
+++ b/sonarqube_lts-developer/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=9.9.0.65466
+ARG SONARQUBE_VERSION=9.9.1.69595
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME='/opt/java/openjdk' \
     SONARQUBE_HOME=/opt/sonarqube \
diff --git a/sonarqube_lts-enterprise/Dockerfile b/sonarqube_lts-enterprise/Dockerfile
index 884c243..bda29e0 100644
--- a/sonarqube_lts-enterprise/Dockerfile
+++ b/sonarqube_lts-enterprise/Dockerfile
@@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \
 #
 # SonarQube setup
 #
-ARG SONARQUBE_VERSION=9.9.0.65466
+ARG SONARQUBE_VERSION=9.9.1.69595
 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-${SONARQUBE_VERSION}.zip
 ENV JAVA_HOME='/opt/java/openjdk' \
     SONARQUBE_HOME=/opt/sonarqube \

Relevant Maintainers:

@leo-geoffroy-sonarsource leo-geoffroy-sonarsource changed the title Upgrade to 9.9.1 Upgrade SonarQube to 9.9.1 Apr 28, 2023
@yosifkit yosifkit merged commit 5e64494 into docker-library:master Apr 28, 2023
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