Skip to content

Commit 62c799d

Browse files
committed
Release MegaLinter v9.1.0
1 parent 6158659 commit 62c799d

171 files changed

Lines changed: 2996 additions & 2991 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 41 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
1111
- Core
1212

1313
- New linters
14-
- Add [Robocop](https://github.com/MarketSquare/robotframework-robocop) linter, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/6232>
1514

1615
- Disabled linters
1716

@@ -20,57 +19,63 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
2019
- Media
2120

2221
- Linters enhancements
23-
- Python Linting: Added more file type supports for various linters. Full description [here](https://github.com/oxsecurity/megalinter/pull/6214)
2422

2523
- Fixes
2624

2725
- Reporters
2826

2927
- Doc
30-
- Add OLLAMA_BASE_URL is MegaLinter config Json schema
3128

3229
- Flavors
33-
- Custom flavors: Add workflow to automate detection of new MegaLinter versions and generation of new Custom Flavor
3430

3531
- CI
36-
- Fix v9 release issue + mark hardcoded versions to upgrade at each new major release.
3732

3833
- mega-linter-runner
3934

40-
4135
- Linter versions upgrades (N)
42-
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.13.2 to **1.13.3** on 2025-09-21
43-
- [terragrunt](https://terragrunt.gruntwork.io) from 0.87.2 to **0.87.4** on 2025-09-21
44-
- [golangci-lint](https://golangci-lint.run/) from 2.4.0 to **2.5.0** on 2025-09-22
45-
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2025.09.19 to **2025.09.22** on 2025-09-23
46-
- [hadolint](https://github.com/hadolint/hadolint) from 2.13.1 to **2.14.0** on 2025-09-24
47-
- [kics](https://www.kics.io) from 2.1.13 to **2.1.14** on 2025-09-24
48-
- [php-cs-fixer](https://cs.symfony.com/) from 3.87.2 to **3.88.2** on 2025-09-27
49-
- [phpstan](https://phpstan.org/) from 2.1.28 to **2.1.29** on 2025-09-27
50-
- [snakemake](https://snakemake.github.io/) from 9.11.4 to **9.11.6** on 2025-09-27
51-
- [ruff-format](https://github.com/astral-sh/ruff) from 0.13.1 to **0.13.2** on 2025-09-27
52-
- [ruff](https://github.com/astral-sh/ruff) from 0.13.1 to **0.13.2** on 2025-09-27
53-
- [rubocop](https://rubocop.org/) from 1.80.2 to **1.81.1** on 2025-09-28
54-
- [terragrunt](https://terragrunt.gruntwork.io) from 0.87.4 to **0.88.0** on 2025-09-28
55-
- [checkstyle](https://checkstyle.org/) from 11.0.1 to **11.1.0** on 2025-09-28
56-
- [isort](https://pycqa.github.io/isort/) from 6.0.1 to **6.1.0** on 2025-10-01
57-
- [robocop](https://github.com/MarketSquare/robotframework-robocop) from 6.7.0 to **6.7.1** on 2025-10-01
58-
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 25.9.0 to **25.9.1** on 2025-10-03
59-
- [phpstan](https://phpstan.org/) from 2.1.29 to **2.1.30** on 2025-10-05
60-
- [pyright](https://github.com/Microsoft/pyright) from 1.1.405 to **1.1.406** on 2025-10-05
61-
- [ruff-format](https://github.com/astral-sh/ruff) from 0.13.2 to **0.13.3** on 2025-10-05
62-
- [ruff](https://github.com/astral-sh/ruff) from 0.13.2 to **0.13.3** on 2025-10-05
63-
- [robocop](https://github.com/MarketSquare/robotframework-robocop) from 6.7.1 to **6.7.2** on 2025-10-05
64-
- [terragrunt](https://terragrunt.gruntwork.io) from 0.88.0 to **0.88.1** on 2025-10-05
65-
- [snakemake](https://snakemake.github.io/) from 9.11.6 to **9.11.9** on 2025-10-06
66-
- [pylint](https://pylint.readthedocs.io) from 3.3.8 to **3.3.9** on 2025-10-06
67-
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.66.0 to **0.67.0** on 2025-10-06
68-
- [trivy](https://aquasecurity.github.io/trivy/) from 0.66.0 to **0.67.0** on 2025-10-06
69-
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 15.2.1 to **15.2.2** on 2025-10-07
70-
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.37.4 to **0.38.33** on 2025-10-07
71-
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.39.1 to **1.40.0** on 2025-10-07
7236
<!-- linter-versions-end -->
7337

38+
## [v9.1.0] - 2025-10-07
39+
40+
- New linters
41+
- Add [Robocop](https://github.com/MarketSquare/robotframework-robocop) linter, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/6232>
42+
43+
- Linters enhancements
44+
- Python Linting: Added more file type supports for various linters. Full description [here](https://github.com/oxsecurity/megalinter/pull/6214)
45+
46+
- Doc
47+
- Add OLLAMA_BASE_URL is MegaLinter config Json schema
48+
49+
- Flavors
50+
- Custom flavors: Add workflow to automate detection of new MegaLinter versions and generation of new Custom Flavor
51+
52+
- CI
53+
- Fix v9 release issue + mark hardcoded versions to upgrade at each new major release.
54+
55+
- Linter versions upgrades (22)
56+
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 25.9.0 to **25.9.1**
57+
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.37.4 to **0.38.33**
58+
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.39.1 to **1.40.0**
59+
- [checkstyle](https://checkstyle.org/) from 11.0.1 to **11.1.0**
60+
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2025.09.19 to **2025.09.22**
61+
- [golangci-lint](https://golangci-lint.run/) from 2.4.0 to **2.5.0**
62+
- [hadolint](https://github.com/hadolint/hadolint) from 2.13.1 to **2.14.0**
63+
- [isort](https://pycqa.github.io/isort/) from 6.0.1 to **6.1.0**
64+
- [kics](https://www.kics.io) from 2.1.13 to **2.1.14**
65+
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 15.2.1 to **15.2.2**
66+
- [php-cs-fixer](https://cs.symfony.com/) from 3.87.2 to **3.88.2**
67+
- [phpstan](https://phpstan.org/) from 2.1.28 to **2.1.30**
68+
- [pylint](https://pylint.readthedocs.io) from 3.3.8 to **3.3.9**
69+
- [pyright](https://github.com/Microsoft/pyright) from 1.1.405 to **1.1.406**
70+
- [robocop](https://github.com/MarketSquare/robotframework-robocop) from 6.7.0 to **6.7.2**
71+
- [rubocop](https://rubocop.org/) from 1.80.2 to **1.81.1**
72+
- [ruff-format](https://github.com/astral-sh/ruff) from 0.13.1 to **0.13.3**
73+
- [ruff](https://github.com/astral-sh/ruff) from 0.13.1 to **0.13.3**
74+
- [snakemake](https://snakemake.github.io/) from 9.11.4 to **9.11.9**
75+
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.13.2 to **1.13.3**
76+
- [terragrunt](https://terragrunt.gruntwork.io) from 0.87.2 to **0.88.1**
77+
- [trivy](https://aquasecurity.github.io/trivy/) from 0.66.0 to **0.67.0**
78+
7479
## [v9.0.1] - 2025-09-21
7580

7681
- Fix v9 release issue

0 commit comments

Comments
 (0)