Skip to content

Commit

Permalink
Release MegaLinter v6.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Mar 7, 2023
1 parent 7c9070f commit fa25244
Show file tree
Hide file tree
Showing 149 changed files with 2,450 additions and 2,439 deletions.
58 changes: 29 additions & 29 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1349,8 +1349,8 @@
2804650
],
[
"2023-03-07T20:08:15",
2807928
"2023-03-07T22:04:26",
2808047
]
],
"ci_light": [
Expand Down Expand Up @@ -2703,8 +2703,8 @@
50967
],
[
"2023-03-07T20:08:15",
51279
"2023-03-07T22:04:26",
51285
]
],
"cupcake": [
Expand Down Expand Up @@ -3037,8 +3037,8 @@
3903
],
[
"2023-03-07T20:08:15",
4026
"2023-03-07T22:04:26",
4028
]
],
"dart": [
Expand Down Expand Up @@ -5301,8 +5301,8 @@
120908
],
[
"2023-03-07T20:08:15",
121443
"2023-03-07T22:04:26",
121462
]
],
"dotnet": [
Expand Down Expand Up @@ -6655,8 +6655,8 @@
354287
],
[
"2023-03-07T20:08:15",
354879
"2023-03-07T22:04:26",
354887
]
],
"go": [
Expand Down Expand Up @@ -8009,8 +8009,8 @@
17265
],
[
"2023-03-07T20:08:15",
17356
"2023-03-07T22:04:26",
17358
]
],
"java": [
Expand Down Expand Up @@ -9363,8 +9363,8 @@
110737
],
[
"2023-03-07T20:08:15",
110918
"2023-03-07T22:04:26",
110922
]
],
"javascript": [
Expand Down Expand Up @@ -10717,8 +10717,8 @@
210747
],
[
"2023-03-07T20:08:15",
212023
"2023-03-07T22:04:26",
212049
]
],
"php": [
Expand Down Expand Up @@ -12071,8 +12071,8 @@
46936
],
[
"2023-03-07T20:08:15",
46968
"2023-03-07T22:04:26",
46970
]
],
"python": [
Expand Down Expand Up @@ -13425,8 +13425,8 @@
166786
],
[
"2023-03-07T20:08:15",
168064
"2023-03-07T22:04:26",
168105
]
],
"ruby": [
Expand Down Expand Up @@ -14775,7 +14775,7 @@
3097
],
[
"2023-03-07T20:08:15",
"2023-03-07T22:04:26",
3113
]
],
Expand Down Expand Up @@ -16125,7 +16125,7 @@
4709
],
[
"2023-03-07T20:08:15",
"2023-03-07T22:04:26",
4729
]
],
Expand Down Expand Up @@ -17479,8 +17479,8 @@
17139
],
[
"2023-03-07T20:08:15",
17240
"2023-03-07T22:04:26",
17242
]
],
"scala": [
Expand Down Expand Up @@ -18831,7 +18831,7 @@
3593
],
[
"2023-03-07T20:08:15",
"2023-03-07T22:04:26",
3779
]
],
Expand Down Expand Up @@ -20181,8 +20181,8 @@
3242
],
[
"2023-03-07T20:08:15",
3253
"2023-03-07T22:04:26",
3255
]
],
"terraform": [
Expand Down Expand Up @@ -21535,8 +21535,8 @@
186856
],
[
"2023-03-07T20:08:15",
187740
"2023-03-07T22:04:26",
187775
]
]
}
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-linter.yml file, or with `oxsecurity/megalinter:beta` docker image

- Linter versions upgrades
<!-- linter-versions-end -->

## [v6.20.1] - 2023-03-07

- Fixes
- Fix [issue with running on Mac m1 no longer working](https://github.com/oxsecurity/megalinter/issues/2427), by @nvuillam
- Fix [Container images errors when pulling](https://github.com/oxsecurity/megalinter/issues/2348), by @echoix
- Fix [Pre npm install not resolving](https://github.com/oxsecurity/megalinter/issues/2428), by @echoix
- Fix [issue with running on Mac m1 no longer working](https://github.com/oxsecurity/megalinter/issues/2427), by @nvuillam in https://github.com/oxsecurity/megalinter/pull/2430
- Fix [Container images errors when pulling](https://github.com/oxsecurity/megalinter/issues/2348), by @echoix in https://github.com/oxsecurity/megalinter/pull/2435
- Fix [Pre npm install not resolving](https://github.com/oxsecurity/megalinter/issues/2428), by @echoix in https://github.com/oxsecurity/megalinter/pull/2435
- Add build date in Beta docker images, by @nvuillam
- Correct misleading error message in **GitlabCommentReporter.py**, see [#2420](https://github.com/oxsecurity/megalinter/issues/2420)
- Fix **GitlabCommentReporter** wrong variables names, check [#2423](https://github.com/oxsecurity/megalinter/issues/2423)

- Core
- Improve config test, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/2426

- Doc
- Add article [Level up your Unity Packages with CI/CD](https://medium.com/@RunningMattress/level-up-your-unity-packages-with-ci-cd-9498d2791211), by @RunningMattress in https://github.com/oxsecurity/megalinter/pull/2436
- Correct minor docs error by @moverperfect in https://github.com/oxsecurity/megalinter/pull/2440

- Linter versions upgrades
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 6.14.0 to **6.14.1**
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.14.85 to **0.15.31**
Expand All @@ -30,7 +42,6 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [pylint](https://pylint.pycqa.org) from 2.16.3 to **2.16.4**
- [rubocop](https://rubocop.org/) from 1.47.0 to **1.48.0**
- [stylelint](https://stylelint.io) from 14.16.1 to **15.2.0**
<!-- linter-versions-end -->

## [v6.20.0] - 2023-03-05

Expand Down
Loading

0 comments on commit fa25244

Please sign in to comment.