From 6ed91dcab3b36996d40a2061924d5f874179ea9d Mon Sep 17 00:00:00 2001 From: denniebouman Date: Thu, 12 Dec 2024 12:54:57 +0100 Subject: [PATCH 1/5] Update README.md with community and developer edition. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5071a8..7188fae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # ICTU SonarQube container image -A SonarQube container image with plugins, profiles and configuration used at ICTU +A SonarQube container image with plugins, profiles and configuration used at ICTU. + +This project provides two editions on [Docker Hub](https://hub.docker.com/r/ictu/sonar/tags): + +* Community Edition (tagged version) +* Developer Edition (tagged version with “-developer” suffix) ## Creating a new quality profile From 5411ec6897ffc99d7b3dad0ddec7c35a8433d096 Mon Sep 17 00:00:00 2001 From: dbouman Date: Thu, 12 Dec 2024 13:13:29 +0100 Subject: [PATCH 2/5] fix broken link to sonar-findbugs --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index 02f027c..3879873 100644 --- a/src/config.json +++ b/src/config.json @@ -4,7 +4,7 @@ "https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/5.0.0/sonar-dependency-check-plugin-5.0.0.jar", "https://github.com/sbaudoin/sonar-ansible/releases/download/v2.5.1/sonar-ansible-plugin-2.5.1.jar", "https://github.com/sbaudoin/sonar-yaml/releases/download/v1.9.1/sonar-yaml-plugin-1.9.1.jar", - "https://github.com/spotbugs/sonar-findbugs/releases/download/4.3.0/sonar-findbugs-plugin-4.3.0.jar", + "https://github.com/spotbugs/sonar-findbugs/releases/download/v4.3.0/sonar-findbugs-plugin-4.3.0.jar", "https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.1.1/sonar-auth-oidc-plugin-2.1.1.jar" ], "profiles": { From 95e95f1989cb0b6f43ad45eab3e5049f20a26622 Mon Sep 17 00:00:00 2001 From: dbouman Date: Thu, 12 Dec 2024 13:15:35 +0100 Subject: [PATCH 3/5] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f37894c..b85b542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +### Changed + +- Update readme with community and developer editions on Docker Hub +- Fix broken link to sonar-findbugs + ## [10.7.0](https://github.com/ICTU/sonar/releases/tag/10.7.0) - 2024-11-14 ### Added From fb890bb2091a4c00c194903904c47249bbcf68bd Mon Sep 17 00:00:00 2001 From: dbouman Date: Thu, 12 Dec 2024 13:27:45 +0100 Subject: [PATCH 4/5] format changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b85b542..44441a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ ### Changed -- Update readme with community and developer editions on Docker Hub +- Changed documentation with community and developer editions on Docker Hub + +### Fixed + - Fix broken link to sonar-findbugs ## [10.7.0](https://github.com/ICTU/sonar/releases/tag/10.7.0) - 2024-11-14 From 0b0a2be9a052bbc2345029ccf89688f35ea4f3eb Mon Sep 17 00:00:00 2001 From: wkoot <3715211+wkoot@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:40:59 +0100 Subject: [PATCH 5/5] Update Signed-off-by: wkoot <3715211+wkoot@users.noreply.github.com> --- CHANGELOG.md | 7 +++++-- README.md | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44441a9..b3f8e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ ### Changed -- Changed documentation with community and developer editions on Docker Hub +- Document the produced container images for Docker Hub (#89). ### Fixed -- Fix broken link to sonar-findbugs +- Fix broken link for sonar-findbugs plugin (#88). ## [10.7.0](https://github.com/ICTU/sonar/releases/tag/10.7.0) - 2024-11-14 @@ -16,6 +16,9 @@ - Kubernetes Helm chart (#74). - Changelog with backdated changes (#72). + +### Changed + - Update to [SonarQube version 10.7.0](https://www.sonarsource.com/products/sonarqube/whats-new/sonarqube-10-7/) (#80). - Update plugin `checkstyle/sonar-checkstyle` to [version 10.19.0](https://github.com/checkstyle/sonar-checkstyle/releases/tag/10.19.0) (#80). - Update plugin `spotbugs/sonar-findbugs` to [version 4.3.0](https://github.com/spotbugs/sonar-findbugs/releases/tag/4.3.0) (#80). diff --git a/README.md b/README.md index 7188fae..b4ce594 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ A SonarQube container image with plugins, profiles and configuration used at ICTU. -This project provides two editions on [Docker Hub](https://hub.docker.com/r/ictu/sonar/tags): +This project provides two SonarQube editions on [Docker Hub](https://hub.docker.com/r/ictu/sonar/tags): * Community Edition (tagged version) -* Developer Edition (tagged version with “-developer” suffix) +* Developer Edition (tagged version with `-developer` suffix) ## Creating a new quality profile