SonarQube 10.5 released

Hi all,

Sonar is proud to announce the release of SonarQube 10.5, which simplifies onboarding for monorepos in GitHub and GitLab, maven projects, and much more. Details in the official announcement.

In addition, there are a few other items to note in the release:

  • Node.js 16 is no longer supported as a scanner runtime environment. In most cases, you don’t need to install Node.js to analyze your code. If you still need to install it, we recommend using Node.js 20, the latest LTS version.
  • The analyzer-loading optimization introduced with the previous SonarQube version is now enabled by default. Some existing 3rd-party plugins may still be incompatible and cause analysis errors. Please ensure that the plugins you install are compatible with this new SonarQube version as described in the upgrade guide.
  • With the upgrade to the previous SonarQube version, some counters on the project overall code were not available while your projects were waiting to be recomputed. We’ve now enhanced this transition to ensure that the previous counters continue to be displayed during that period. The counters will be refreshed when projects are recomputed. (SONAR-21766, SONAR-21767).

You’ll find more details in the upgrade notes and full details in the release notes. Please open new threads for any questions you have about these or other features.

As usual, download is available at sonarsource.com. Docker images are also available on Docker Hub.

 
Chris

3 Likes