Skip to content

Commit 2bd6bcf

Browse files
feat: Release notes for Codacy Self-hosted 14.1.1 (#2363)
* feat: Release notes for Codacy Self-hosted 14.1.1 * improve 14.1.1 release notes * improve 14.1.1 release notes
1 parent 9ddc958 commit 2bd6bcf

File tree

3 files changed

+83
-1
lines changed

3 files changed

+83
-1
lines changed

docs/release-notes/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ For product updates that are in progress or planned [visit the Codacy public roa
117117

118118
v14
119119

120+
- [v14.1.1](self-hosted/self-hosted-v14.1.1.md) (March 10, 2025)
120121
- [v14.0.0](self-hosted/self-hosted-v14.0.0.md) (June 26, 2024)
121122

122123
v13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
rss_title: Codacy release notes RSS feed
3+
rss_href: /feed_rss_created.xml
4+
description: Release notes for Codacy Self-hosted v14.1.1.
5+
codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/1.2.12
6+
codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/1.2.12
7+
---
8+
9+
# Self-hosted v14.1.1
10+
11+
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.
12+
13+
14+
📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and <span class="skip-vale">let us know</span> your feedback on both new and planned product updates!
15+
16+
## Upgrading Codacy Self-hosted
17+
18+
Follow the steps below to upgrade to Codacy Self-hosted v14.1.1:
19+
20+
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 <span class="skip-vale">carefully</span>.
21+
22+
1. Follow the instructions to [upgrade your Codacy Self-hosted instance](https://docs.codacy.com/v14.1/chart/maintenance/upgrade/).
23+
24+
1. Update your Codacy command-line tools to the following versions:
25+
26+
- [Codacy Analysis CLI 7.9.5](https://github.com/codacy/codacy-analysis-cli/releases/tag/7.9.5)
27+
- [Codacy Coverage Reporter 13.10.15](https://github.com/codacy/codacy-coverage-reporter/releases/tag/13.10.15)
28+
29+
## Product enhancements
30+
- Added support for [Kubernetes 1.28](https://docs.codacy.com/v14.1/chart/requirements/#kubernetes-or-microk8s-cluster-setup). (REL-1560)
31+
32+
33+
## Tool versions
34+
- Ameba 1.5.0
35+
- Bandit 1.7.5
36+
- Brakeman 4.3.1
37+
- bundler-audit (deprecated) 0.9.1
38+
- Checkov 3.0.25
39+
- Checkstyle 10.13.0
40+
- Clang-Tidy 10.0.1
41+
- CodeNarc 3.3.0
42+
- CoffeeLint 5.2.11
43+
- Cppcheck 2.12.0
44+
- Credo 1.7.2
45+
- CSSLint (deprecated) 1.0.5
46+
- dartanalyzer 3.3.0
47+
- detekt 1.23.5
48+
- ESLint 8.56.0
49+
- ESLint (deprecated) 7.32.0
50+
- Faux-Pas 1.7.2
51+
- Flawfinder 2.0.19
52+
- Gosec 2.15.0
53+
- Hadolint 1.18.2
54+
- Jackson Linter 2.15.2
55+
- JSHint (deprecated) 2.13.6
56+
- markdownlint 0.33.0
57+
- PHP Mess Detector 2.14.1
58+
- PHP_CodeSniffer 3.7.2
59+
- PMD 6.55.0
60+
- Prospector 1.10.3
61+
- PSScriptAnalyzer 1.21.0
62+
- Pylint 3.0.3
63+
- Pylint (deprecated) 1.9.5
64+
- remark-lint 9.1.2
65+
- Revive 1.3.7
66+
- RuboCop 1.60.2
67+
- Scalastyle 1.5.1
68+
- ShellCheck v0.9.0
69+
- SonarC# 9.19
70+
- SonarVB 8.15
71+
- Spectral 1.18.1
72+
- SpotBugs 4.8.3
73+
- SQLint 0.2.1
74+
- Staticcheck 2023.1.6
75+
- Stylelint 15.10.3
76+
- SwiftLint 0.54.0
77+
- Tailor 0.12.0
78+
- TSLint (deprecated) 6.1.3
79+
- TSQLLint 1.11.1
80+
- Unity Roslyn Analyzers 1.17.0

mkdocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extra_javascript:
2929
# Extra variables
3030
# https://github.com/rosscdh/mkdocs-markdownextradata-plugin
3131
extra:
32-
codacy_self_hosted_version: "14.0.0"
32+
codacy_self_hosted_version: "14.1.1"
3333
codacy_coverage_reporter_version: "13.10.15"
3434
segment_key: "4sT1ml0BeKdR1RtrK5dSQmwxmvcUpYtL"
3535
user_feedback: "true"
@@ -751,6 +751,7 @@ nav:
751751
- release-notes/cloud/cloud-2018-07-23.md
752752
- Self-hosted:
753753
- v14:
754+
- release-notes/self-hosted/self-hosted-v14.1.1.md
754755
- release-notes/self-hosted/self-hosted-v14.0.0.md
755756
- v13:
756757
- release-notes/self-hosted/self-hosted-v13.0.0.md

0 commit comments

Comments
 (0)