From a13b7f8cd8dad1ca77bb97e898d61473ffb80e3b Mon Sep 17 00:00:00 2001 From: "david.marinho@codacy.com" Date: Thu, 10 Jul 2025 15:41:12 +0100 Subject: [PATCH] release notes june 2025 --- docs/release-notes/cloud/cloud-2025-06.md | 80 +++++++++++++++++++++++ docs/release-notes/index.md | 1 + mkdocs.yml | 1 + 3 files changed, 82 insertions(+) create mode 100644 docs/release-notes/cloud/cloud-2025-06.md diff --git a/docs/release-notes/cloud/cloud-2025-06.md b/docs/release-notes/cloud/cloud-2025-06.md new file mode 100644 index 0000000000..0f1123b4c5 --- /dev/null +++ b/docs/release-notes/cloud/cloud-2025-06.md @@ -0,0 +1,80 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Cloud June 2025. +included_jira_versions: ['2025.6'] +codacy_tools_version_old: https://github.com/codacy/tools/releases/tag/8.8.0-featureapirewireala1568.1.sha.9f54e7b +codacy_tools_version_new: https://github.com/codacy/tools/releases/tag/8.11.1 +--- + +# Cloud June 2025 + +These release notes are for the Codacy Cloud updates during June 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 +- Resolved an issue where an incorrect error banner appeared for GitHub repository integrations: "We can't analyze your pull requests because the GitHub integration is disabled. Please remove the repository from Codacy and add the repository again." This message is no longer shown erroneously. (TCE-1290) +- Fixed the query responsible for retrieving GitHub segments in the Codacy UI and improved the related database workflow. (LK-1442) + + +## Tool versions + + +- **checkov** has a new version: **3.2.442** ( updated from 3.2.362 ) +- **aligncheck**: 1.0.0 +- **ameba**: 1.6.4 +- **bandit**: 1.8.3 +- **brakeman**: 4.3.1 +- **bundler-audit**: 0.9. 1 +- **checkov**: 3.2.362 +- **checkstyle**: 10.21.4 +- **clang-tidy**: 10.0.1 +- **codenarc**: 3.6.0 +- **codesniffer**: 3.10.1 +- **coffeelint**: 5.2.11 +- **cppcheck**: 2.17.1 +- **credo**: 1.7.11 +- **csslint**: 1.0.5 +- **dartanalyzer**: 3.7.2 +- **deadcode**: 1.0.0 +- **detekt**: 1.23.8 +- **eslint v9**: 9.26.0 +- **eslint v8**: 8.57.0 +- **eslint v7**: 7.32.0 +- **faux-pas**: 1.7.2 +- **flawfinder**: 2.0.19 +- **gorevive**: 1.7.0 +- **gosec**: 2.15.0 +- **hadolint**: 2.12.0 +- **jackson-linter**: 2.15.2 +- **jshint**: 2.13.6 +- **lizard**: 1.17.19 +- **markdownlint**: 0.33.0 +- **php mess detector**: 2.14.1 +- **pmd v6**: 6.55.0 +- **pmd v7**: 7.11.0 +- **prospector**: 1.15.3 +- **psscriptanalyzer**: 1.24.0 +- **pylint v1**: 1.9.5 +- **pylint v3**: 3.3.7 +- **remark-lint**: 9.1.2 +- **roslyn**: 1.22.0 +- **rubocop**: 1.75.1 +- **ruff**: 0.11.2 +- **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.21.4 +- **spotbugs**: 4.8.4 +- **sqlint**: 0.2.1 +- **staticcheck**: 2025.1.1 +- **stylelint**: 16.17.0 +- **swiftlint**: 0.58.2 +- **tailor**: 0.12.0 +- **trivy**: 0.59.1 +- **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 d12f7a63f9..83a5809d27 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 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) - [Cloud May 2025](cloud/cloud-2025-05.md) - [Cloud April 2025](cloud/cloud-2025-04.md) diff --git a/mkdocs.yml b/mkdocs.yml index ecfd0d206c..7635f0afb8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -680,6 +680,7 @@ nav: - release-notes/index.md - Cloud: - 2025: + - release-notes/cloud/cloud-2025-06.md - release-notes/cloud/cloud-2025-06-adding-sqlfluff-reek.md - release-notes/cloud/cloud-2025-05.md - release-notes/cloud/cloud-2025-04.md