From 087726c341784f6d5b7e3ddc15fbd8a0086d372f Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Wed, 19 Jul 2023 17:45:27 +0700 Subject: [PATCH] prepare next release 1.3.1 --- CHANGELOG.md | 12 +++++++++++- docker-compose.yml | 12 ++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c7092a7..1dba4d25e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Deleted + +## [1.3.1] - 2023-07-19 + +### Added + - [#207](https://github.com/green-code-initiative/ecoCode/issues/207) Add release tag analyzis on SonarCloud ### Changed @@ -145,7 +153,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First official release of ecocode plugins : java plugin, php plugin and python plugin -[unreleased]: https://github.com/green-code-initiative/ecoCode/compare/v1.3.0...HEAD +[unreleased]: https://github.com/green-code-initiative/ecoCode/compare/v1.3.1...HEAD + +[1.3.1]: https://github.com/green-code-initiative/ecoCode/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/green-code-initiative/ecoCode/compare/v1.2.1...v1.3.0 diff --git a/docker-compose.yml b/docker-compose.yml index 6e1351794..7d6d0159d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,14 +16,14 @@ services: SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true' volumes: - type: bind - source: ./java-plugin/target/ecocode-java-plugin-1.3.1-SNAPSHOT.jar - target: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.3.1-SNAPSHOT.jar + source: ./java-plugin/target/ecocode-java-plugin-1.3.2-SNAPSHOT.jar + target: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.3.2-SNAPSHOT.jar - type: bind - source: ./php-plugin/target/ecocode-php-plugin-1.3.1-SNAPSHOT.jar - target: /opt/sonarqube/extensions/plugins/ecocode-php-plugin-1.3.1-SNAPSHOT.jar + source: ./php-plugin/target/ecocode-php-plugin-1.3.2-SNAPSHOT.jar + target: /opt/sonarqube/extensions/plugins/ecocode-php-plugin-1.3.2-SNAPSHOT.jar - type: bind - source: ./python-plugin/target/ecocode-python-plugin-1.3.1-SNAPSHOT.jar - target: /opt/sonarqube/extensions/plugins/ecocode-python-plugin-1.3.1-SNAPSHOT.jar + source: ./python-plugin/target/ecocode-python-plugin-1.3.2-SNAPSHOT.jar + target: /opt/sonarqube/extensions/plugins/ecocode-python-plugin-1.3.2-SNAPSHOT.jar - "extensions:/opt/sonarqube/extensions" - "logs:/opt/sonarqube/logs" - "data:/opt/sonarqube/data"