# Release cycle model

A new version of SonarQube Server is released every two months, with a new Long-Term Active (LTA) version (previously known as LTS) released every year. LTA is a functionally complete version of the product that will receive longer-term support.

This means that there are six releases of SonarQube Server per year, including the LTA version at the beginning of each year.

## Version scheme <a href="#version-scheme" id="version-scheme"></a>

SonarQube Server releases follow the following version scheme:

`YYYY.ReleaseNumber.PatchReleaseNumber`

<figure><img src="/files/YGhuhK0R7QhmCX0lHdOe" alt="SonarQube Server version scheme"><figcaption></figcaption></figure>

{% hint style="info" %}
Up to version 10.8 SonarQube Server followed the `MAJOR.MINOR.PATCH` version scheme.
{% endhint %}

## Support policy <a href="#support-policy" id="support-policy"></a>

The support policy is as follows:

* The latest version receives new features, enhancements, patches, and technical support.
* The latest-1 version receives technical support.
* The latest LTA receives:
  * Patches to fix vulnerabilities or blocker bugs until the next LTA is released.
  * Technical support up to 6 months after the next LTA is released.

The figure below shows the provided support when the latest version is 2025.3.

<figure><img src="/files/YPEkzTxkCk2FTHcDeg1L" alt="Support policy example"><figcaption></figcaption></figure>

## Active versions <a href="#active-versions" id="active-versions"></a>

In order to ensure that you continue to have the best user experience, you need to make sure that you are on an *active version*. An active version of SonarQube Server is a version that is deemed suitable for use and support.

<details>

<summary>Active version definition</summary>

The following count as active versions:

* The latest version of SonarQube Server
* Latest -1
* LTA
* LTA -1, up to 6 months after the new LTA is released and as long as a maximum of 3 versions are active

If we suppose that SonarQube Server 2025.3 has just become available (see the figure above), the active versions are:

* Latest version: 2025.3
* Latest-1: 2025.2
* LTA: 2025.1
* LTA-1: 9.9

</details>

<details>

<summary>How do I know if my SonarQube version is active?</summary>

There are two main ways to check if you are using an active version of SonarQube Server:

1. In SonarQube Server, in the footer next to the version number, you can immediately see if your version is *active* or *no longer active.*

<figure><img src="/files/tZGhCiieXFxojBbVOzzp" alt="Version status indicator in SonarQube Server"><figcaption></figcaption></figure>

2\. Administrators can go to the **Administration** > **System.** As per above, you can see in the footer if you are on an active version.

<figure><img src="/files/EwYFWbirXxrkOkUb2BmX" alt="Version status indicator on the System information page"><figcaption></figcaption></figure>

If there is a new version available, administrators will see a message at the top of the screen prompting you to upgrade to the latest version:

<figure><img src="/files/mfEo3npqRbjApOmEaEDf" alt="Version status indicated in the information bar"><figcaption></figcaption></figure>

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-server/2025.2/server-update-and-maintenance/upgrade/release-cycle-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
