Skip to content

Commit d0232e0

Browse files
REL-3900 REL-3888 Release SonarQube Server 2025.4.2 and Community Build 25.8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carmine Vassallo <[email protected]>
1 parent c8bcdcd commit d0232e0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.cirrus/tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ env:
1515
GCLOUD_PRODUCT_NAME: official-sonarqube-data-center-edition
1616
GCLOUD_STAGING_REGISTRY: gcr.io/sonarqube-marketplace-provider
1717
GCLOUD_STAGING_PRODUCT_NAME: sonarqube-dce-staging
18-
CURRENT_VERSION: 2025.4.1
18+
CURRENT_VERSION: 2025.4.2
1919
# We keep the previous LTA support for the next 6 months
2020
PREVIOUS_LTA_VERSION: 9.9.9
2121

2222
# Must be in the format YY.MM.0.###### where ###### is the build number
23-
COMMUNITY_BUILD_VERSION: 25.8.0.111929
23+
COMMUNITY_BUILD_VERSION: 25.8.0.112029
2424

2525
build_server_hw_template: &BUILD_SERVER_HW_TEMPLATE
2626
type: t2.xlarge

commercial-editions/datacenter/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \
1414
#
1515
# SonarQube setup
1616
#
17-
ARG SONARQUBE_VERSION=2025.4.1.111832
17+
ARG SONARQUBE_VERSION=2025.4.2.112048
1818
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
1919
ENV DOCKER_RUNNING="true" \
2020
JAVA_HOME='/opt/java/openjdk' \

commercial-editions/datacenter/search/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \
1414
#
1515
# SonarQube setup
1616
#
17-
ARG SONARQUBE_VERSION=2025.4.1.111832
17+
ARG SONARQUBE_VERSION=2025.4.2.112048
1818
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
1919
ENV DOCKER_RUNNING="true" \
2020
JAVA_HOME='/opt/java/openjdk' \

commercial-editions/developer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \
1414
#
1515
# SonarQube setup
1616
#
17-
ARG SONARQUBE_VERSION=2025.4.1.111832
17+
ARG SONARQUBE_VERSION=2025.4.2.112048
1818
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-${SONARQUBE_VERSION}.zip
1919
ENV DOCKER_RUNNING="true" \
2020
JAVA_HOME='/opt/java/openjdk' \

commercial-editions/enterprise/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \
1414
#
1515
# SonarQube setup
1616
#
17-
ARG SONARQUBE_VERSION=2025.4.1.111832
17+
ARG SONARQUBE_VERSION=2025.4.2.112048
1818
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-${SONARQUBE_VERSION}.zip
1919
ENV DOCKER_RUNNING="true" \
2020
JAVA_HOME='/opt/java/openjdk' \

community-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \
1414
#
1515
# SonarQube setup
1616
#
17-
ARG SONARQUBE_VERSION=25.8.0.111929
17+
ARG SONARQUBE_VERSION=25.8.0.112029
1818
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${SONARQUBE_VERSION}.zip
1919
ENV DOCKER_RUNNING="true" \
2020
JAVA_HOME='/opt/java/openjdk' \

0 commit comments

Comments
 (0)