diff --git a/docs/release-notes/cloud/cloud-2025-08.md b/docs/release-notes/cloud/cloud-2025-08.md new file mode 100644 index 0000000000..6c797cf2a0 --- /dev/null +++ b/docs/release-notes/cloud/cloud-2025-08.md @@ -0,0 +1,83 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Cloud August 2025. +included_jira_versions: ['2025.8'] +codacy_tools_version_old: https://github.com/codacy/tools/releases/tag/8.13.37 +codacy_tools_version_new: https://github.com/codacy/tools/releases/tag/8.15.12-testnewdbemptycommit.1.sha.2cc7013 +--- + +# Cloud August 2025 + +These release notes are for the Codacy Cloud updates during August 2025. + +📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and let us know your feedback on both new and planned product updates! + +## Product enhancements and Bug fixes +**Dark Mode Is Here** +Enjoy a sleek new Dark Mode in the Codacy app for a more comfortable and visually appealing experience. (LK-1529) + +**Clearer License Insights** +Easily see license information for every dependency and repository right in the Security & Risk Management dashboard’s Dependencies tab. (LK-1481) + +## Tool versions + + +- **Cppcheck** has a new version: **2.18.0** ( updated from 2.17.1 ) +- **Jackson Linter** has a new version: **2.19.2** ( updated from 2.15.2 ) +- **Lizard** has a new version: **1.17.31** ( updated from 1.17.19 ) +- **Rubocop** has a new version: **1.79.1** ( updated from 1.79.0 ) +- **Ruff** has a new version: **0.12.7** ( updated from 0.12.5 ) +- **Sqlfluff** has a new version: **3.4.2** ( updated from 3.4.1 ) +- **Trivy** has a new version: **0.65.0** ( updated from 0.59.1 ) +- **Aligncheck**: **1.0.0** +- **Ameba**: **1.6.4** +- **Bandit**: **1.8.3** +- **Brakeman**: **4.3.1** +- **Bundler Audit**: **0.9.1** +- **Checkov**: **3.2.457** +- **Checkstyle**: **10.26.1** +- **Clang-Tidy**: **10.0.1** +- **Codenarc**: **3.6.0** +- **Codesniffer**: **3.10.1** +- **Coffeelint**: **5.2.11** +- **Credo**: **1.7.12** +- **Csslint**: **1.0.5** +- **Dartanalyzer**: **3.7.2** +- **Deadcode**: **1.0.0** +- **Detekt**: **1.23.8** +- **Eslint v8**: **8.57.0** +- **Eslint v7**: **7.32.0** +- **Eslint v9**: **9.32.0** +- **Faux Pas**: **1.7.2** +- **Flawfinder**: **2.0.19** +- **Revive**: **1.11.0** +- **Gosec**: **2.22.7** +- **Hadolint**: **2.12.0** +- **JShint**: **2.13.6** +- **Markdownlint**: **0.33.0** +- **PHP Mess Detector**: **2.14.1** +- **PMD v6**: **6.55.0** +- **PMD v7**: **7.16.0** +- **Prospector**: **1.17.2** +- **Psscriptanalyzer**: **1.24.0** +- **Pylint v1**: **1.9.5** +- **Pylint v3**: **3.3.7** +- **Reek**: **6.5.0** +- **Remark Lint**: **9.1.2** +- **Roslyn**: **1.23.0** +- **Scalameta PRO**: **1.4.4** +- **Scalastyle**: **1.5.1** +- **Semgrep**: **1.78.0** +- **Shellcheck**: **0.10.0** +- **Sonar CSharp**: **9.32** +- **Sonar Visual Basic**: **8.13** +- **Spectral**: **1.22.0** +- **Spotbugs**: **4.8.4** +- **Sqlint**: **0.2.1** +- **Staticcheck**: **2025.1.1** +- **Stylelint**: **16.23.0** +- **Swiftlint**: **0.59.1** +- **Tailor**: **0.12.0** +- **Tslint**: **6.1.3** +- **Tsqllint**: **1.16.0** \ No newline at end of file diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 395084cd8e..41e2107f75 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -19,6 +19,7 @@ For product updates that are in progress or planned [visit the Codacy public roa 2025 +- [Cloud August 2025](cloud/cloud-2025-08.md) - [Cloud July 2025](cloud/cloud-2025-07.md) - [Cloud June 2025](cloud/cloud-2025-06.md) - [Adding SQLFluff and Reek as new supported tools June, 2025](cloud/cloud-2025-06-adding-sqlfluff-reek.md) diff --git a/mkdocs.yml b/mkdocs.yml index 73299adfd0..9f72af5b0c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -680,6 +680,7 @@ nav: - release-notes/index.md - Cloud: - 2025: + - release-notes/cloud/cloud-2025-08.md - release-notes/cloud/cloud-2025-07.md - release-notes/cloud/cloud-2025-06.md - release-notes/cloud/cloud-2025-06-adding-sqlfluff-reek.md