Skip to content

Commit 6e6fdaa

Browse files
committed
compatibility SonarQube 10.4.1 : check ok + upgrade docker files + upgrade README.md + upgrade CHANGELOG.md - NOT OK with 10.5.x (issue created)
1 parent 17a116c commit 6e6fdaa

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Changed
1515

1616
- [#17](https://github.com/green-code-initiative/ecoCode-python/issues/17) EC7 - correction setter problem on constructor method
17+
- check Sonarqube 10.4.1 compatibility + update docker files and README.md / NOT OK with 10.5.x (issue created)
1718

1819
### Deleted
1920

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ COPY . /usr/src/ecocode
55
WORKDIR /usr/src/ecocode
66
RUN ./tool_build.sh
77

8-
FROM sonarqube:10.3.0-community
8+
FROM sonarqube:10.4.1-community
99
COPY --from=builder /usr/src/ecocode/target/ecocode-*.jar /opt/sonarqube/extensions/plugins/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6363
🧩 Compatibility
6464
------------------
6565

66-
| Plugin version | SonarQube version | Java version |
67-
|----------------|-------------------|--------------|
68-
| 1.4.+ | 9.4.+ LTS to 10.3 | 11 / 17 |
66+
| Plugin version | SonarQube version | Java version |
67+
|----------------|---------------------|--------------|
68+
| 1.4.+ | 9.4.+ LTS to 10.4.1 | 11 / 17 |
6969

7070
> Compatibility table of versions lower than 1.4.+ are available from the
7171
> main [ecoCode repository](https://github.com/green-code-initiative/ecoCode#-plugins-version-compatibility).

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.3"
22
services:
33
sonar:
4-
image: sonarqube:10.3.0-community
4+
image: sonarqube:10.4.1-community
55
container_name: sonar_ecocode_python
66
ports:
77
- "9000:9000"

0 commit comments

Comments
 (0)