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

Commit 69d9c7d

Browse files
authored
Add release notes for sonar-scala 8.9.0 (#166)
1 parent 05e7cb0 commit 69d9c7d

File tree

9 files changed

+6548
-10168
lines changed

9 files changed

+6548
-10168
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15
1+
16

docs/about/compatibility-with-sonarqube.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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.5](https://www.sonarqube.org/sonarqube-8-5),
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
89
[SonarQube 7.9 LTS](https://www.sonarqube.org/sonarqube-7-9-lts). Releases for
910
[SonarQube 6.7 LTS](https://www.sonarqube.org/sonarqube-6-7-lts) can be also
1011
found in the table below, but this version of SonarQube is no longer actively
@@ -19,13 +20,15 @@ We also support Scala 2.11, 2.12 and 2.13.
1920
| SonarQube | sonar-scala |
2021
| --------- | ------------------------------------------------------------------------------------------------------------ |
2122
| 8.7 | [{{version}}](https://github.com/sonar-scala/sonar-scala/releases/tag/v{{version}}) |
22-
| 7.9.x LTS | [{{ltsVersion}}](https://github.com/sonar-scala/sonar-scala/releases/tag/v{{ltsVersion}}) |
23+
| 8.9.x LTS | [{{ltsVersion}}](https://github.com/sonar-scala/sonar-scala/releases/tag/v{{ltsVersion}}) |
24+
| 7.9.x LTS | [{{lts79Version}}](https://github.com/sonar-scala/sonar-scala/releases/tag/v{{lts79Version}}) |
2325
| 6.7.x LTS | 6.x (_latest [{{lts67Version}}](https://github.com/sonar-scala/sonar-scala/releases/tag/v{{lts67Version}})_) |
2426

2527
## Older versions
2628

2729
| SonarQube | sonar-scala |
2830
| --------- | ----------------------------------------------------------------------- |
31+
| 8.7 | [8.7](https://github.com/sonar-scala/sonar-scala/releases/tag/v8.7.0) |
2932
| 8.5 | [8.6](https://github.com/sonar-scala/sonar-scala/releases/tag/v8.6.0) |
3033
| 8.4 | [8.5](https://github.com/sonar-scala/sonar-scala/releases/tag/v8.5.0) |
3134
| 8.3 | [8.3](https://github.com/sonar-scala/sonar-scala/releases/tag/v8.3.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+
## [8.9.0](https://github.com/sonar-scala/sonar-scala/releases/tag/v8.9.0) - 16.12.2021
7+
8+
Added support for SonarQube 8.9 LTS. ([@mwz](https://github.com/mwz) -
9+
[#782](https://github.com/sonar-scala/sonar-scala/pull/782))
10+
611
## [8.7.0](https://github.com/sonar-scala/sonar-scala/releases/tag/v8.7.0) - 14.04.2021
712

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

docs/setup/sbt-sonar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sonar-scanner executable installed in your environment.
2020
## Requirements
2121

2222
- sbt 0.13.5+ or 1.0+
23-
- Scala 2.11/2.12
23+
- Scala 2.12/2.13
2424
- [SonarQube](https://www.sonarqube.org/downloads) server - see my
2525
[sonar-scala-docker](https://github.com/sonar-scala/sonar-scala-docker)
2626
repository, which provides docker-compose recipes and docker images for

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ module.exports = {
4343
prism: {
4444
theme: require("prism-react-renderer/themes/github"),
4545
},
46-
sidebarCollapsible: false,
4746
footer: {
4847
links: [
4948
{
@@ -102,6 +101,7 @@ module.exports = {
102101
{
103102
docs: {
104103
sidebarPath: require.resolve("./sidebars.js"),
104+
sidebarCollapsed: false,
105105
editUrl: "https://github.com/sonar-scala/website/edit/master/",
106106
},
107107
theme: {

package-lock.json

Lines changed: 6519 additions & 10148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"deploy": "docusaurus deploy"
1010
},
1111
"dependencies": {
12-
"@docusaurus/core": "^2.0.0-beta.0",
13-
"@docusaurus/preset-classic": "^2.0.0-beta.0",
12+
"@docusaurus/core": "2.0.0-beta.13",
13+
"@docusaurus/preset-classic": "2.0.0-beta.13",
1414
"@mdx-js/runtime": "^1.6.22",
1515
"classnames": "^2.3.1",
1616
"dedent": "github:timhall/dedent",
1717
"https-browserify": "^1.0.0",
18-
"imports-loader": "^3.0.0",
18+
"imports-loader": "^3.1.1",
1919
"path-browserify": "^1.0.1",
20-
"prismjs": "^1.23.0",
20+
"prismjs": "^1.25.0",
2121
"react": "^17.0.2",
22-
"react-dom": "^16.14.0",
22+
"react-dom": "^17.0.2",
2323
"react-markdown": "^6.0.2",
24-
"react-syntax-highlighter": "^15.4.3",
24+
"react-syntax-highlighter": "^15.4.5",
2525
"stream-http": "^3.2.0"
2626
},
2727
"browserslist": {

sidebars.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ module.exports = {
1414
"about/what-is-sonar-scala",
1515
"about/supported-metrics",
1616
"about/quality-rules-and-profiles",
17-
"about/compatibility-with-sonarqube"
18-
]
17+
"about/compatibility-with-sonarqube",
18+
],
1919
},
2020
{
2121
type: "category",
@@ -24,18 +24,18 @@ module.exports = {
2424
"setup/getting-started",
2525
"setup/sonar-scanner-properties",
2626
"setup/sbt-sonar",
27-
"setup/pr-decoration"
27+
"setup/pr-decoration",
2828
// "setup/troubleshooting"
29-
]
29+
],
3030
},
3131
{
3232
type: "category",
3333
label: "Rules",
34-
items: ["rules/scalastyle", "rules/scapegoat"]
34+
items: ["rules/scalastyle", "rules/scapegoat"],
3535
},
3636
{
3737
type: "doc",
38-
id: "changelog"
39-
}
40-
]
38+
id: "changelog",
39+
},
40+
],
4141
};

vars.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": "8.7.0",
3-
"ltsVersion": "7.9.0",
3+
"ltsVersion": "8.9.0",
4+
"lts79Version": "7.9.0",
45
"lts67Version": "6.8.0",
56
"sbtSonarVersion": "2.3.0"
67
}

0 commit comments

Comments
 (0)