Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit de2a118

Browse files
authored
Add release notes for sonar-scala 9.0.0 (#193)
1 parent 658f3ab commit de2a118

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/about/compatibility-with-sonarqube.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Compatibility with SonarQube
44

55
We do our best to provide sonar-scala for both the latest SonarQube and the
66
current LTS version. We currently support
7-
[SonarQube 8.9 LTS](https://www.sonarqube.org/sonarqube-8-9-lts),
8-
[SonarQube 8.7](https://www.sonarqube.org/sonarqube-8-7) and
7+
[SonarQube 9.4](https://www.sonarqube.org/sonarqube-9-4),
8+
[SonarQube 8.9 LTS](https://www.sonarqube.org/sonarqube-8-9-lts) and
99
[SonarQube 7.9 LTS](https://www.sonarqube.org/sonarqube-7-9-lts). Releases for
1010
[SonarQube 6.7 LTS](https://www.sonarqube.org/sonarqube-6-7-lts) can be also
1111
found in the table below, but this version of SonarQube is no longer actively
@@ -19,7 +19,7 @@ We also support Scala 2.11, 2.12 and 2.13.
1919

2020
| SonarQube | sonar-scala |
2121
| --------- | ------------------------------------------------------------------------------------------------------------ |
22-
| 8.7 | [{{version}}](https://github.com/sonar-scala/sonar-scala/releases/tag/v{{version}}) |
22+
| 9.4 | [{{version}}](https://github.com/sonar-scala/sonar-scala/releases/tag/v{{version}}) |
2323
| 8.9.x LTS | [{{ltsVersion}}](https://github.com/sonar-scala/sonar-scala/releases/tag/v{{ltsVersion}}) |
2424
| 7.9.x LTS | [{{lts79Version}}](https://github.com/sonar-scala/sonar-scala/releases/tag/v{{lts79Version}}) |
2525
| 6.7.x LTS | 6.x (_latest [{{lts67Version}}](https://github.com/sonar-scala/sonar-scala/releases/tag/v{{lts67Version}})_) |
@@ -28,6 +28,7 @@ We also support Scala 2.11, 2.12 and 2.13.
2828

2929
| SonarQube | sonar-scala |
3030
| --------- | ----------------------------------------------------------------------- |
31+
| 8.9 | [8.9](https://github.com/sonar-scala/sonar-scala/releases/tag/v8.7.0) |
3132
| 8.7 | [8.7](https://github.com/sonar-scala/sonar-scala/releases/tag/v8.7.0) |
3233
| 8.5 | [8.6](https://github.com/sonar-scala/sonar-scala/releases/tag/v8.6.0) |
3334
| 8.4 | [8.5](https://github.com/sonar-scala/sonar-scala/releases/tag/v8.5.0) |

docs/changelog.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ id: changelog
33
title: Changelog
44
---
55

6+
## [9.0.0](https://github.com/sonar-scala/sonar-scala/releases/tag/v9.0.9) - 10.05.2022
7+
8+
Added support for SonarQube 9.4. ([@Fristi](https://github.com/Fristi) -
9+
[#831](https://github.com/sonar-scala/sonar-scala/pull/831))
10+
611
## [8.9.0](https://github.com/sonar-scala/sonar-scala/releases/tag/v8.9.0) - 16.12.2021
712

813
Added support for SonarQube 8.9 LTS. ([@mwz](https://github.com/mwz) -

vars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.7.0",
2+
"version": "9.0.0",
33
"ltsVersion": "8.9.0",
44
"lts79Version": "7.9.0",
55
"lts67Version": "6.8.0",

0 commit comments

Comments
 (0)