diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 81ff1af1936..3b19fb1a0af 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,7 +21,12 @@ In case of bug fixes, please provide the list of supported branches where this fix should be also merged. Please uncomment following line, adjusting the corresponding target branches for the backport. --> - + + + + @@ -53,5 +58,6 @@ - [ ] The PR has a milestone assigned. - [ ] The title and description correctly express the PR's purpose. - [ ] Check contributor checklist is correct. +- [ ] If this is a critical bug fix, backports to the critical-only supported branches have been requested. - [ ] Check CI results: changes do not issue any warning. - [ ] Check CI results: failing tests are unrelated with the changes. diff --git a/README.md b/README.md index ce9262ac983..702f5787224 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,6 @@ We are curious to get to know your use case! More information about the official support can be found [here](https://github.com/eProsima/Fast-DDS/blob/master/PLATFORM_SUPPORT.md#platform-support) -* Linux [![Linux ci](http://jenkins.eprosima.com:8080/job/nightly_fastdds_sec_master_linux/lastCompletedBuild/badge/icon?subject=%20%20%20Linux%20CI%20)](http://jenkins.eprosima.com:8080/job/nightly_fastdds_sec_master_linux) -* Linux-aarch64 [![Linux arm64 ci](http://jenkins.eprosima.com:8080/job/nightly_fastdds_sec_master_linux_aarch64/lastCompletedBuild/badge/icon?subject=%20%20%20Linux-aarch64%20CI%20)](http://jenkins.eprosima.com:8080/view/Nightly/job/nightly_fastdds_sec_master_linux_aarch64/) -* Windows [![Windows ci](http://jenkins.eprosima.com:8080/job/nightly_fastdds_sec_master_windows/label=windows-secure,platform=x64,toolset=v142/lastCompletedBuild/badge/icon?subject=%20%20%20%20Windows%20CI%20)](http://jenkins.eprosima.com:8080/job/nightly_fastdds_sec_master_windows/label=windows-secure,platform=x64,toolset=v142) -* Mac [![Mac ci](http://jenkins.eprosima.com:8080/job/nightly_fastdds_sec_master_mac/lastCompletedBuild/badge/icon?subject=%20%20%20%20%20%20%20Mac%20CI%20)](http://jenkins.eprosima.com:8080/job/nightly_fastdds_sec_master_mac) - ## Installation Guide You can get either a binary distribution of *eprosima Fast DDS* or compile the library yourself from source. Please, refer to [Fast DDS documentation](https://fast-dds.docs.eprosima.com/en/latest/installation/binaries/binaries_linux.html) for the complete installation guide. diff --git a/RELEASE_SUPPORT.md b/RELEASE_SUPPORT.md index eccafbccd86..5b3be09ca0a 100644 --- a/RELEASE_SUPPORT.md +++ b/RELEASE_SUPPORT.md @@ -11,29 +11,36 @@ By default, *eProsima Fast DDS* minor releases have a lifecycle of **6 months**. However, the life of certain branches can be extended depending on costumer and user needs. Within the support period of any minor version, there may be several patch releases that either add new functionalities in an ABI compatible way or fix possible issues. Before the minor release end of life (EOL) date, a final patch release including the latest fixes will be made available if there are any changes not included in any previous patch release of the same minor version. +Long Term Supported (LTS) versions may have an extended supported period for only critical issues and security fixes, where no other ABI compatible neither bug fixes will be backported. +This period applies since the end of standard support date to the end of life (EOL) date. -The table below outlines the *eProsima Fast DDS* minor releases and their support cycles: - -|Version branch|Release Date|EOL Date| -|--------------|------------|--------| -|***v2.14.x (LTS)***|***March 2024***|***March 2025 [^*]***| -|***v2.13.x***|***December 2023***|***June 2024***| -|v2.12.x|September 2023|March 2024| -|v2.11.x|July 2023|January 2024| -|***v2.10.x (LTS)***|***March 2023***|***May 2024 [^*]***| -|v2.9.x|December 2022|July 2023| -|v2.8.x|September 2022|March 2023| -|v2.7.x|July 2022|January 2023| -|***v2.6.x (LTS)***|***March 2022***|***May 2024 [^*]***| -|v2.5.x|December 2021|June 2022| -|v2.4.x|September 2021|March 2022| -|v2.3.x|March 2021|November 2022| -|v2.2.x|January 2021|February 2022| -|v2.1.x|November 2020|May 2023| -|v2.0.x|June 2020|February 2022| -|v1.10.x|April 2020|February 2022| -|v1.9.x|August 2019|February 2022| -|v1.8.x|May 2019|February 2022| -|v1.7.x|December 2018|February 2022| +## *eProsima Fast DDS* currently supported versions and their support cycles + +|Version|Version branch|Latest Release|Release Date|End of Standard Support Date|EOL Date| +|-------|--------------|--------------|------------|----------------------------|--------| +|2.14|[2.14.x](https://github.com/eProsima/Fast-DDS/tree/2.14.x) (LTS)|[v2.14.2](https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.2)|March 2024|March 2025 [^*]|March 2025 [^*]| +|2.13|[2.13.x](https://github.com/eProsima/Fast-DDS/tree/2.13.x)|[v2.13.5](https://github.com/eProsima/Fast-DDS/releases/tag/v2.13.5)|December 2023|July 2024|July 2024| +|2.10|[2.10.x](https://github.com/eProsima/Fast-DDS/tree/2.10.x) (LTS)|[v2.10.4](https://github.com/eProsima/Fast-DDS/releases/tag/v2.10.4)|March 2023|May 2025 [^*]|May 2025| +|2.6|[2.6.x](https://github.com/eProsima/Fast-DDS/tree/2.6.x) (LTS)|[v2.6.8](https://github.com/eProsima/Fast-DDS/releases/tag/v2.6.8)|March 2022|July 2024|May 2025[^*]| [^*]: Support may be extended. + +## *eProsima Fast DDS* previously supported versions. + +|Version|Version branch|Latest Release|Release Date|EOL Date| +|-------|--------------|--------------|------------|--------| +|2.12|[2.12.x](https://github.com/eProsima/Fast-DDS/tree/2.12.x)|[v2.12.2](https://github.com/eProsima/Fast-DDS/releases/tag/v2.12.2)|September 2023|March 2024| +|2.11|[2.11.x](https://github.com/eProsima/Fast-DDS/tree/2.11.x)|[v2.11.3](https://github.com/eProsima/Fast-DDS/releases/tag/v2.11.3)|July 2023|January 2024| +|2.9|[2.9.x](https://github.com/eProsima/Fast-DDS/tree/2.9.x)|[v2.9.2](https://github.com/eProsima/Fast-DDS/releases/tag/v2.9.2)|December 2022|July 2023| +|2.8|[2.8.x](https://github.com/eProsima/Fast-DDS/tree/2.8.x)|[v2.8.2](https://github.com/eProsima/Fast-DDS/releases/tag/v2.8.2)|September 2022|March 2023| +|2.7|[2.7.x](https://github.com/eProsima/Fast-DDS/tree/2.7.x)|[v2.7.2](https://github.com/eProsima/Fast-DDS/releases/tag/v2.7.2)|July 2022|January 2023| +|2.5|[2.5.x](https://github.com/eProsima/Fast-DDS/tree/2.5.x)|[v2.5.2](https://github.com/eProsima/Fast-DDS/releases/tag/v2.5.2)|December 2021|June 2022| +|2.4|[2.4.x](https://github.com/eProsima/Fast-DDS/tree/2.4.x)|[v2.4.2](https://github.com/eProsima/Fast-DDS/releases/tag/v2.4.2)|September 2021|March 2022| +|2.3|[2.3.x](https://github.com/eProsima/Fast-DDS/tree/2.3.x)|[v2.3.6](https://github.com/eProsima/Fast-DDS/releases/tag/v2.3.6)|March 2021|November 2022| +|2.2|[2.2.x](https://github.com/eProsima/Fast-DDS/tree/2.2.x)|[v2.2.1](https://github.com/eProsima/Fast-DDS/releases/tag/v2.2.1)|January 2021|February 2022| +|2.1|[2.1.x](https://github.com/eProsima/Fast-DDS/tree/2.1.x)|[v2.1.4](https://github.com/eProsima/Fast-DDS/releases/tag/v2.1.4)|November 2020|May 2023| +|2.0|[2.0.x](https://github.com/eProsima/Fast-DDS/tree/2.0.x)|[v2.0.3](https://github.com/eProsima/Fast-DDS/releases/tag/v2.0.3)|June 2020|February 2022| +|1.10|[1.10.x](https://github.com/eProsima/Fast-DDS/tree/1.10.x)|[v1.10.1](https://github.com/eProsima/Fast-DDS/releases/tag/v1.10.1)|April 2020|February 2022| +|1.9|[1.9.x](https://github.com/eProsima/Fast-DDS/tree/1.9.x)|[v1.9.5](https://github.com/eProsima/Fast-DDS/releases/tag/v1.9.5)|August 2019|February 2022| +|1.8|[1.8.x](https://github.com/eProsima/Fast-DDS/tree/1.8.x)|[v1.8.5](https://github.com/eProsima/Fast-DDS/releases/tag/v1.8.5)|May 2019|February 2022| +|1.7|[1.7.x](https://github.com/eProsima/Fast-DDS/tree/1.7.x)|[v1.7.3](https://github.com/eProsima/Fast-DDS/releases/tag/v1.7.3)|December 2018|February 2022|