Skip to content

Conversation

@heliocodacy
Copy link
Contributor

Adds auto-generated release notes for Codacy Self-hosted 16.0.0

👀 Live preview

https://feat-release-notes-self-hosted-16-0--docs-codacy.netlify.app/release-notes/cloud/cloud-v16.0.0/

🚧 To do

  • Update the variable extra.codacy_self_hosted_version in mkdocs.yml to the new Codacy Self-hosted version
  • Add the new release notes page to mkdocs.yml and docs/release-notes/index.md
  • Add the breaking changes section if the release is a new major version
  • Review generated release notes
  • Review list of issues with missing release notes
  • Ensure that links point to documentation for new Codacy Self-hosted version
  • Review links to changelogs of updated tools
  • Update the CLI tool versions and update the variable extra.codacy_coverage_reporter_version in mkdocs.yml
  • Update release date and remove TODO comments

Copilot AI review requested due to automatic review settings January 15, 2026 21:08
@github-actions
Copy link
Contributor

github-actions bot commented Jan 15, 2026

Overall readability score: 52.89 (🟢 +0.06)

File Readability
self-hosted-v16.0.0.md 68.6 (-)
View detailed metrics

🟢 - Shows an increase in readability
🔴 - Shows a decrease in readability

File Readability FRE GF ARI CLI DCRS
self-hosted-v16.0.0.md 68.6 72.42 6.23 12.7 12.54 7.23
  - - - - - -

Averages:

  Readability FRE GF ARI CLI DCRS
Average 52.89 42.91 10.98 12.72 12.64 8.01
  🟢 +0.06 🟢 +0.12 🟢 +0.02 🟢 +0 🟢 +0 🟢 +0
View metric targets
Metric Range Ideal score
Flesch Reading Ease 100 (very easy read) to 0 (extremely difficult read) 60
Gunning Fog 6 (very easy read) to 17 (extremely difficult read) 8 or less
Auto. Read. Index 6 (very easy read) to 14 (extremely difficult read) 8 or less
Coleman Liau Index 6 (very easy read) to 17 (extremely difficult read) 8 or less
Dale-Chall Readability 4.9 (very easy read) to 9.9 (extremely difficult read) 6.9 or less

@github-actions github-actions bot temporarily deployed to Netlify January 15, 2026 21:09 Inactive
@codacy-production
Copy link
Contributor

codacy-production bot commented Jan 15, 2026

Codacy's Analysis Summary

0 new issue (≤ 0 minor issue)
0 new security issue

Review Pull Request in Codacy →

AI Reviewer available: add the codacy-review label to get contextual insights without leaving GitHub.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds auto-generated release notes for Codacy Self-hosted v16.0.0. The release notes follow the established template format used in previous releases and includes placeholders for information that needs to be filled in before publication.

Changes:

  • Added new release notes file for Codacy Self-hosted v16.0.0 with template structure and TODO markers

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +5 to +6
codacy_tools_version_old: https://github.com/codacy-sh/codacy-tools-sh/releases/tag/1.2.19
codacy_tools_version_new: https://github.com/codacy-sh/codacy-tools-sh/releases/tag/1.2.21
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GitHub organization in the URLs should be 'codacy' not 'codacy-sh' to match the pattern used in previous releases (v11.0.0-v15.0.0). These URLs should be 'https://github.com/codacy/codacy-tools-sh/releases/tag/...'.

Suggested change
codacy_tools_version_old: https://github.com/codacy-sh/codacy-tools-sh/releases/tag/1.2.19
codacy_tools_version_new: https://github.com/codacy-sh/codacy-tools-sh/releases/tag/1.2.21
codacy_tools_version_old: https://github.com/codacy/codacy-tools-sh/releases/tag/1.2.19
codacy_tools_version_new: https://github.com/codacy/codacy-tools-sh/releases/tag/1.2.21

Copilot uses AI. Check for mistakes.
@github-actions github-actions bot temporarily deployed to Netlify January 16, 2026 10:25 Inactive
Updated release notes for Codacy Self-hosted v16.0.0, including CLI tool versions and Kubernetes support.
Copilot AI review requested due to automatic review settings January 16, 2026 13:54
@github-actions github-actions bot temporarily deployed to Netlify January 16, 2026 13:55 Inactive
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 6 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +31 to +32
- Added support for [Kubernetes 1.32](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).
- Added support for [Kubernetes 1.33](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line has trailing whitespace after the period. Trailing whitespace should be removed to maintain consistent formatting.

Suggested change
- Added support for [Kubernetes 1.32](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).
- Added support for [Kubernetes 1.33](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).
- Added support for [Kubernetes 1.32](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).
- Added support for [Kubernetes 1.33](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).

Copilot uses AI. Check for mistakes.
Comment on lines +34 to +37

## Bug fixes


Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Bug fixes" section is empty and should either be populated with bug fixes for this release or removed if there are no bug fixes to document. Empty sections can be confusing to readers.

Suggested change
## Bug fixes

Copilot uses AI. Check for mistakes.
Comment on lines +34 to +37

## Bug fixes


Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are two consecutive blank lines here. Based on the formatting in previous release notes, only one blank line should be used between sections to maintain consistent formatting.

Suggested change
## Bug fixes
## Bug fixes

Copilot uses AI. Check for mistakes.
Comment on lines +31 to +32
- Added support for [Kubernetes 1.32](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).
- Added support for [Kubernetes 1.33](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line has trailing whitespace after the period. Trailing whitespace should be removed to maintain consistent formatting.

Suggested change
- Added support for [Kubernetes 1.32](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).
- Added support for [Kubernetes 1.33](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).
- Added support for [Kubernetes 1.32](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).
- Added support for [Kubernetes 1.33](https://docs.codacy.com/v16.0/chart/requirements/#kubernetes-or-microk8s-cluster-setup).

Copilot uses AI. Check for mistakes.
- Faux-Pas 1.7.2
- Flawfinder 2.0.19
- **[Gosec 2.22.7](https://github.com/securego/gosec/releases/tag/v2.22.7) (updated from 2.15.0)**
- **Hadolint 2.12.0 (updated from 1.18.2)**
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Hadolint entry is missing a link to its changelog or release page, unlike most other updated tools in this list. For consistency and to help users find more information about the update, consider adding a link to the Hadolint release page or changelog.

Suggested change
- **Hadolint 2.12.0 (updated from 1.18.2)**
- **[Hadolint 2.12.0](https://github.com/hadolint/hadolint/releases/tag/v2.12.0) (updated from 1.18.2)**

Copilot uses AI. Check for mistakes.
- **[SwiftLint 0.61.0](https://github.com/realm/SwiftLint/releases/tag/0.61.0) (updated from 0.54.0)**
- Tailor 0.12.0
- TSLint (deprecated) 6.1.3
- **TSQLLint 1.16.0 (updated from 1.11.1)**
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The TSQLLint entry is missing a link to its changelog or release page, unlike most other updated tools in this list. For consistency and to help users find more information about the update, consider adding a link to the TSQLLint release page or changelog.

Suggested change
- **TSQLLint 1.16.0 (updated from 1.11.1)**
- **[TSQLLint 1.16.0](https://github.com/tsqllint/tsqllint/releases/tag/v1.16.0) (updated from 1.11.1)**

Copilot uses AI. Check for mistakes.
@heliocodacy heliocodacy marked this pull request as ready for review January 16, 2026 14:00
@heliocodacy heliocodacy requested review from a team as code owners January 16, 2026 14:00
@heliocodacy heliocodacy merged commit 9736119 into master Jan 16, 2026
11 checks passed
@heliocodacy heliocodacy deleted the feat/release-notes-self-hosted-16.0.0 branch January 16, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants