Skip to content

Commit

Permalink
Merge branch 'release/v25.1.0-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
kahoona77 authored and cesmarvin committed Mar 4, 2025
2 parents 334e61e + 23472b1 commit 436c320
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2025.1-1] - 2025-03-04
## [v25.1.0-1] - 2025-03-04
- [#121] Update Sonarqube to 2025.1 (LTS version)
- [#121] Update Sonar cas plugin to 6.0.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN echo "${CAS_PLUGIN_JAR_SHA256} *${BUILDER_HOME}/sonar-cas-plugin-${CAS_PLUGI
FROM base

LABEL NAME="official/sonar" \
VERSION="2025.1-1" \
VERSION="25.1.0-1" \
maintainer="[email protected]"

RUN set -eux \
Expand Down
2 changes: 1 addition & 1 deletion docs/gui/release_notes_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https

## [Unreleased]

## [v2025.1-1] - 2025-03-04
## [v25.1.0-1] - 2025-03-04
* Das Dogu bietet nun die SonarQube-Version 2025.1 (LTS) an. Die Release Notes von SonarQube finden Sie [hier](https://docs.sonarsource.com/sonarqube-server/2025.1/server-upgrade-and-maintenance/release-notes-and-notices/release-notes/).
Eine Liste der im aktuellen Major-release enthaltenen Verbesserungen findet sich [hier](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015952%20AND%20issuetype%20%21%3D%20Task)

Expand Down
2 changes: 1 addition & 1 deletion docs/gui/release_notes_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Technical details on a release can be found in the corresponding [Changelog](htt

## [Unreleased]

## [v2025.1-1] - 2025-03-04
## [v25.1.0-1] - 2025-03-04
* The Dogu now offers SonarQube version 2025.1 (LTS). The SonarQube release notes can be found [here](https://docs.sonarsource.com/sonarqube-server/2025.1/server-upgrade-and-maintenance/release-notes-and-notices/release-notes/).
A list of the improvements included in the current major release can be found [here](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015952%20AND%20issuetype%20%21%3D%20Task)

Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/sonar",
"Version": "2025.1-1",
"Version": "25.1.0-1",
"DisplayName": "SonarQube",
"Description": "SonarQube is an open source quality management platform, dedicated to continuously analyze and measure source code quality",
"Category": "Development Apps",
Expand Down

0 comments on commit 436c320

Please sign in to comment.