diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index a9e3c76c55..f43bf5c023 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -117,6 +117,7 @@ For product updates that are in progress or planned [visit the Codacy public roa v14 +- [v14.1.1](self-hosted/self-hosted-v14.1.1.md) (March 10, 2025) - [v14.0.0](self-hosted/self-hosted-v14.0.0.md) (June 26, 2024) v13 diff --git a/docs/release-notes/self-hosted/self-hosted-v14.1.1.md b/docs/release-notes/self-hosted/self-hosted-v14.1.1.md new file mode 100644 index 0000000000..cad524c9a4 --- /dev/null +++ b/docs/release-notes/self-hosted/self-hosted-v14.1.1.md @@ -0,0 +1,80 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Self-hosted v14.1.1. +codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/1.2.12 +codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/1.2.12 +--- + +# Self-hosted v14.1.1 + +These release notes are for [Codacy Self-hosted v14.1.1](https://github.com/codacy/chart/releases/tag/14.1.1){: target="_blank"}, released on March 10, 2025. + + +📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and let us know your feedback on both new and planned product updates! + +## Upgrading Codacy Self-hosted + +Follow the steps below to upgrade to Codacy Self-hosted v14.1.1: + +1. Check the [release notes for all Codacy Self-hosted versions](../index.md#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided carefully. + +1. Follow the instructions to [upgrade your Codacy Self-hosted instance](https://docs.codacy.com/v14.1/chart/maintenance/upgrade/). + +1. Update your Codacy command-line tools to the following versions: + + - [Codacy Analysis CLI 7.9.5](https://github.com/codacy/codacy-analysis-cli/releases/tag/7.9.5) + - [Codacy Coverage Reporter 13.10.15](https://github.com/codacy/codacy-coverage-reporter/releases/tag/13.10.15) + +## Product enhancements +- Added support for [Kubernetes 1.28](https://docs.codacy.com/v14.1/chart/requirements/#kubernetes-or-microk8s-cluster-setup). (REL-1560) + + +## Tool versions +- Ameba 1.5.0 +- Bandit 1.7.5 +- Brakeman 4.3.1 +- bundler-audit (deprecated) 0.9.1 +- Checkov 3.0.25 +- Checkstyle 10.13.0 +- Clang-Tidy 10.0.1 +- CodeNarc 3.3.0 +- CoffeeLint 5.2.11 +- Cppcheck 2.12.0 +- Credo 1.7.2 +- CSSLint (deprecated) 1.0.5 +- dartanalyzer 3.3.0 +- detekt 1.23.5 +- ESLint 8.56.0 +- ESLint (deprecated) 7.32.0 +- Faux-Pas 1.7.2 +- Flawfinder 2.0.19 +- Gosec 2.15.0 +- Hadolint 1.18.2 +- Jackson Linter 2.15.2 +- JSHint (deprecated) 2.13.6 +- markdownlint 0.33.0 +- PHP Mess Detector 2.14.1 +- PHP_CodeSniffer 3.7.2 +- PMD 6.55.0 +- Prospector 1.10.3 +- PSScriptAnalyzer 1.21.0 +- Pylint 3.0.3 +- Pylint (deprecated) 1.9.5 +- remark-lint 9.1.2 +- Revive 1.3.7 +- RuboCop 1.60.2 +- Scalastyle 1.5.1 +- ShellCheck v0.9.0 +- SonarC# 9.19 +- SonarVB 8.15 +- Spectral 1.18.1 +- SpotBugs 4.8.3 +- SQLint 0.2.1 +- Staticcheck 2023.1.6 +- Stylelint 15.10.3 +- SwiftLint 0.54.0 +- Tailor 0.12.0 +- TSLint (deprecated) 6.1.3 +- TSQLLint 1.11.1 +- Unity Roslyn Analyzers 1.17.0 diff --git a/mkdocs.yml b/mkdocs.yml index 2e39850bf1..e4d6c973e2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,7 +29,7 @@ extra_javascript: # Extra variables # https://github.com/rosscdh/mkdocs-markdownextradata-plugin extra: - codacy_self_hosted_version: "14.0.0" + codacy_self_hosted_version: "14.1.1" codacy_coverage_reporter_version: "13.10.15" segment_key: "4sT1ml0BeKdR1RtrK5dSQmwxmvcUpYtL" user_feedback: "true" @@ -751,6 +751,7 @@ nav: - release-notes/cloud/cloud-2018-07-23.md - Self-hosted: - v14: + - release-notes/self-hosted/self-hosted-v14.1.1.md - release-notes/self-hosted/self-hosted-v14.0.0.md - v13: - release-notes/self-hosted/self-hosted-v13.0.0.md