diff --git a/docs/release-notes/cloud/cloud-2026-02.md b/docs/release-notes/cloud/cloud-2026-02.md new file mode 100644 index 0000000000..f31c572773 --- /dev/null +++ b/docs/release-notes/cloud/cloud-2026-02.md @@ -0,0 +1,88 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Cloud February 2026. +included_jira_versions: ['2026.2'] +codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/8.16.146 +codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/9.0.15 +--- + +# Cloud February 2026 + +These release notes are for the Codacy Cloud updates during February 2026. + +📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and let us know your feedback on both new and planned product updates! + +## Product enhancements + +- **Migration from Semgrep to Opengrep**: In response to recent licensing changes affecting Semgrep, we have transitioned to Opengrep, an open-source fork of the Semgrep engine. This update ensures uninterrupted access to your existing code patterns and continued support for your workflows. (CF-2184) + +- **Organization Overview Dashboard**: Launched a comprehensive dashboard providing a holistic view of your organization's health, including new metrics for code health & security, grade, complexity, duplication, and coverage. (CF-2135) + +- **Pattern Selection with Filters**: Resolved an issue that previously prevented enabling patterns on the repository "Code patterns" page when filters were applied. (CF-2081) + +- **SRM Findings Text Search**: Added the ability to filter findings in the SRM tab using text search, enabling more efficient navigation and management of results. (LK-1933) + + +## Tool versions + + +- **Opengrep** is our new tool with the version **1.16.1** +- **Swiftlint** has a new version: **0.63.2** ( updated from 0.61.0 ) +- **Trivy** has a new version: **0.69.1** ( updated from 0.68.2 ) +- **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** +- **Cppcheck**: **2.18.0** +- **Credo**: **1.7.12** +- **Csslint**: **1.0.5** +- **Dartanalyzer**: **3.9.3** +- **Deadcode**: **1.0.0** +- **Detekt**: **1.23.8** +- **Eslint v7**: **7.32.0** +- **Eslint v8**: **8.57.0** +- **Eslint v9**: **9.38.0** +- **Faux-pas**: **1.7.2** +- **Flawfinder**: **2.0.19** +- **GolangCI Lint**: **2.7.2** +- **Revive**: **1.12.0** +- **Gosec**: **2.22.7** +- **Hadolint**: **2.12.0** +- **Jackson-linter**: **2.19.2** +- **Jshint**: **2.13.6** +- **Lizard**: **1.17.31** +- **Markdownlint**: **0.33.0** +- **Phpmd**: **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.9** +- **Reek**: **6.5.0** +- **Remark-lint**: **10.0.1** +- **Roslyn**: **1.23.0** +- **Rubocop**: **1.80.2** +- **Ruff**: **0.12.7** +- **Scalameta-pro**: **1.4.4** +- **Scalastyle**: **1.5.1** +- **Shellcheck**: **0.10.0** +- **Sonar-CSHarp**: **9.32** +- **Sonar Visual Basic**: **8.13** +- **Spectral**: **1.22.0** +- **Spotbugs**: **4.8.4** +- **Sqlfluff**: **3.5.0** +- **SQLint**: **0.2.1** +- **Staticcheck**: **2025.1.1** +- **Stylelint**: **16.23.0** +- **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 28c0f10496..a68e2c9744 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -18,6 +18,7 @@ For product updates that are in progress or planned [visit the Codacy public roa 2026 +- [Cloud February 2026](cloud/cloud-2026-02.md) - [Semgrep to Opengrep migration February, 2026](cloud/cloud-2026-02-migrating-semgrep.md) - [Cloud January 2026](cloud/cloud-2026-01.md) - [Adding GolangCI-Lint as new supported tool January, 2026](cloud/cloud-2026-01-adding-golangci-lint.md) diff --git a/mkdocs.yml b/mkdocs.yml index 7029e0026d..605f6956cc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -690,6 +690,7 @@ nav: - release-notes/index.md - Cloud: - 2026: + - release-notes/cloud/cloud-2026-02.md - release-notes/cloud/cloud-2026-03-github-integration-settings-changes.md - release-notes/cloud/cloud-2026-01.md - release-notes/cloud/cloud-2026-01-adding-golangci-lint.md