From 381e4e8bcf4afde728ffa24deea12fc68b8b4f27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:08:32 +0000 Subject: [PATCH] chore(main): release 7.2.0 --- .../.release-please-manifest.json | 2 +- CHANGELOG.md | 31 +++++++++++++++++++ README.md | 4 +-- action.yml | 2 +- slim/action.yml | 2 +- version.txt | 2 +- 6 files changed, 37 insertions(+), 6 deletions(-) diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 58ef57e0..eb0c51f1 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.0" + ".": "7.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef68ad35..b62aba6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [7.2.0](https://github.com/super-linter/super-linter/compare/v7.1.0...v7.2.0) (2024-09-27) + + +### 🚀 Features + +* allow passing custom options to rust clippy ([#6094](https://github.com/super-linter/super-linter/issues/6094)) ([05d4d4e](https://github.com/super-linter/super-linter/commit/05d4d4e128d14b9c442efdd6617237b0e2ded1c1)), closes [#4001](https://github.com/super-linter/super-linter/issues/4001) +* implement a linter to check git conflicts ([#6113](https://github.com/super-linter/super-linter/issues/6113)) ([e0d8b4f](https://github.com/super-linter/super-linter/commit/e0d8b4fb2f36c890b71c5e14fd46715098c3c6f1)) +* lint commit messages with commitlint ([#6118](https://github.com/super-linter/super-linter/issues/6118)) ([5d6e3fc](https://github.com/super-linter/super-linter/commit/5d6e3fcecc2b2906eedc2d15495fd6027bf51a9e)) +* optionally remove color codes from output ([#6095](https://github.com/super-linter/super-linter/issues/6095)) ([94920ff](https://github.com/super-linter/super-linter/commit/94920ffcc743ebba42205db26cc4bad16f309498)), closes [#5540](https://github.com/super-linter/super-linter/issues/5540) + + +### 🐛 Bugfixes + +* correctly load custom linter commands ([#6085](https://github.com/super-linter/super-linter/issues/6085)) ([ad0ff68](https://github.com/super-linter/super-linter/commit/ad0ff68c526c79ca1fd61d0225db7662571b8037)), closes [#6084](https://github.com/super-linter/super-linter/issues/6084) + + +### ⬆️ Dependency updates + +* **npm:** bump next from 14.2.6 to 14.2.11 in /dependencies ([#6157](https://github.com/super-linter/super-linter/issues/6157)) ([b526eff](https://github.com/super-linter/super-linter/commit/b526effb8b749bc8290f1c5ec05fdc75a1ba110b)) + + +### 🧰 Maintenance + +* configure terraform formatting ([#6092](https://github.com/super-linter/super-linter/issues/6092)) ([dd33b47](https://github.com/super-linter/super-linter/commit/dd33b476f887b19d84d51613d3cec227d5d9d963)) +* devcontainer, docs, prettier config ([#6119](https://github.com/super-linter/super-linter/issues/6119)) ([170cabf](https://github.com/super-linter/super-linter/commit/170cabf92b9ee74a38a2c035cdd48e63d8d42153)) +* improve ignore/exclude examples ([#6088](https://github.com/super-linter/super-linter/issues/6088)) ([c9116aa](https://github.com/super-linter/super-linter/commit/c9116aac88ffa6f475029ec2c9b2a30c365a8ce7)) +* manage php dependencies ([#6139](https://github.com/super-linter/super-linter/issues/6139)) ([72a4884](https://github.com/super-linter/super-linter/commit/72a4884f7a37b7409b5ef2c7ab29fb552636bb74)) +* simplified awk usage for version extraction ([#5893](https://github.com/super-linter/super-linter/issues/5893)) ([dd646d7](https://github.com/super-linter/super-linter/commit/dd646d7b7feddf1e7660f8cf080a2c924ef657db)) +* update link to jscpd documentation ([#6117](https://github.com/super-linter/super-linter/issues/6117)) ([058b923](https://github.com/super-linter/super-linter/commit/058b9239d47af5565e7c80f55ec097259ad00673)) +* update rollup ([#6203](https://github.com/super-linter/super-linter/issues/6203)) ([c4fe4da](https://github.com/super-linter/super-linter/commit/c4fe4da1f3bda7fd0f28bf92dd357fb9feeef5bf)), closes [#6197](https://github.com/super-linter/super-linter/issues/6197) + ## [7.1.0](https://github.com/super-linter/super-linter/compare/v7.0.0...v7.1.0) (2024-08-27) diff --git a/README.md b/README.md index 20a4a062..8ffeb54a 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ To run super-linter as a GitHub Action, you do the following: fetch-depth: 0 - name: Super-linter - uses: super-linter/super-linter@v7.1.0 # x-release-please-version + uses: super-linter/super-linter@v7.2.0 # x-release-please-version env: # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -531,7 +531,7 @@ jobs: with: fetch-depth: 0 - name: Super-Linter - uses: super-linter/super-linter@v7.1.0 # x-release-please-version + uses: super-linter/super-linter@v7.2.0 # x-release-please-version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Set your fix mode variables to true diff --git a/action.yml b/action.yml index e737fe5a..2275af8e 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: "Super-linter contributors" description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code." runs: using: "docker" - image: "docker://ghcr.io/super-linter/super-linter:v7.1.0" # x-release-please-version + image: "docker://ghcr.io/super-linter/super-linter:v7.2.0" # x-release-please-version branding: icon: "check-square" color: "white" diff --git a/slim/action.yml b/slim/action.yml index 72ce6c90..9978eda0 100644 --- a/slim/action.yml +++ b/slim/action.yml @@ -4,7 +4,7 @@ author: "Super-linter contributors" description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code." runs: using: "docker" - image: "docker://ghcr.io/super-linter/super-linter:slim-v7.1.0" # x-release-please-version + image: "docker://ghcr.io/super-linter/super-linter:slim-v7.2.0" # x-release-please-version branding: icon: "check-square" color: "white" diff --git a/version.txt b/version.txt index a3fcc712..0ee843cc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.1.0 +7.2.0