Skip to content

Commit 4a283a7

Browse files
authored
Fixes #2067 (#2068)
1 parent 77b8dea commit 4a283a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# sonar-tools
22
Command line tools to help in SonarQube administration tasks. Available as a **pypi.org** package or a **docker** image.
33

4-
`sonar-tools` is compatible with SonarQube versions 9.9.x, LTA (2025.1.x as of June 2025), latest 2025.x (2025.3.x as of June 2025). It may work with older 9.x versions or intermediate 10.x versions but this is not guaranteed.
5-
`sonar-tools` is also compatible with the **latest** SonarQube Community Build (25.6 as of June 2025).
4+
`sonar-tools` is compatible with:
5+
- SonarQube Server versions 9.9.x, January LTA (2025.1.x), July LTA (2025.4.x), latest 2025.x (2025.5 as of Oct 2025). It may work with older 9.x versions or intermediate 10.x versions but this is not guaranteed.
6+
- The **latest** SonarQube Community Build (25.10 as of Oct 2025).
67

78

89
![Downloads](https://img.shields.io/pypi/dm/sonar-tools?color=informational)
@@ -30,9 +31,9 @@ deletes tokens created since more than a certain number of days
3031
- [sonar-config](https://github.com/okorach/sonar-tools/blob/master/doc/sonar-config.md): Exports or Imports a SonarQube Server or Cloud platform configuration to/from configuration as code file (JSON file).
3132
- [sonar-rules](https://github.com/okorach/sonar-tools/blob/master/doc/sonar-rules.md): Exports SonarQube Server or Cloud rules.
3233

33-
:information_source: Although they are likely to work with many versions, the offered tools are **only tested against SonarQube Server LTA (Long Term Active, 2025.1.x as of Oct 2025), LATEST (2025.5.x as of Oct 2025), Community Build (25.9.x as of Oct 2025) and 9.9.9 versions**
34+
:information_source: Although they are likely to work with many versions, the offered tools are **only tested against SonarQube Server Jan LTA (Long Term Active, 2025.1.x as of Oct 2025), July LTA (2025.4.x as of Oct 2025), LATEST (2025.5.x as of Oct 2025), Community Build (25.9.x as of Oct 2025) and 9.9.9 versions, and SonarQube Clou**
3435

35-
:warning: **sonar-tools** 2.7 or higher is required for compatibility with SonarQube Server 10
36+
:warning: **sonar-tools** 2.7 or higher is required for compatibility with SonarQube Cloud or SonarQube Server 10 and higher
3637

3738
# What's New - Release notes
3839
- [What's new](https://github.com/okorach/sonar-tools/blob/master/doc/what-is-new.md)

0 commit comments

Comments
 (0)