From 62d2aec976cdc6487586cecf2e497e1add45f526 Mon Sep 17 00:00:00 2001 From: GrayBot <120588553+gray-bot@users.noreply.github.com> Date: Fri, 1 May 2026 07:52:47 -0400 Subject: [PATCH] chore: release 7.0.0 (#230) --- .github/workflows/check-extension.yaml | 16 ++++++++-------- .github/workflows/integration.yaml | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ coding-standard/action.yml | 4 ++-- fix-magento-install/action.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- setup-magento/action.yml | 2 +- 9 files changed, 35 insertions(+), 17 deletions(-) diff --git a/.github/workflows/check-extension.yaml b/.github/workflows/check-extension.yaml index 8166644..b8749f4 100644 --- a/.github/workflows/check-extension.yaml +++ b/.github/workflows/check-extension.yaml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graycoreio/github-actions-magento2/setup-magento@main + - uses: graycoreio/github-actions-magento2/setup-magento@v7.0.0 id: setup-magento with: php-version: ${{ matrix.php }} @@ -54,7 +54,7 @@ jobs: magento_repository: ${{ inputs.magento_repository }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@main + - uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0 with: composer_cache_key: ${{ inputs.composer_cache_key }} @@ -104,7 +104,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graycoreio/github-actions-magento2/setup-magento@main + - uses: graycoreio/github-actions-magento2/setup-magento@v7.0.0 id: setup-magento with: php-version: ${{ matrix.php }} @@ -114,7 +114,7 @@ jobs: magento_repository: ${{ inputs.magento_repository }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@main + - uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0 with: composer_cache_key: ${{ inputs.composer_cache_key }} @@ -161,7 +161,7 @@ jobs: tools: composer:v${{ matrix.composer }} coverage: none - - uses: graycoreio/github-actions-magento2/coding-standard@main + - uses: graycoreio/github-actions-magento2/coding-standard@v7.0.0 with: path: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} @@ -175,7 +175,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graycoreio/github-actions-magento2/setup-magento@main + - uses: graycoreio/github-actions-magento2/setup-magento@v7.0.0 id: setup-magento with: php-version: ${{ matrix.php }} @@ -185,7 +185,7 @@ jobs: magento_repository: ${{ inputs.magento_repository }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@main + - uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0 with: composer_cache_key: ${{ inputs.composer_cache_key }} @@ -210,7 +210,7 @@ jobs: COMPOSER_AUTH: ${{ secrets.composer_auth }} COMPOSER_MIRROR_PATH_REPOS: 1 - - uses: graycoreio/github-actions-magento2/get-magento-version@main + - uses: graycoreio/github-actions-magento2/get-magento-version@v7.0.0 id: magento-version with: working-directory: ${{ steps.setup-magento.outputs.path }} diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 22a5629..78997a3 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -82,7 +82,7 @@ jobs: COMPOSER_AUTH: ${{ secrets.composer_auth }} name: Create Magento ${{ matrix.magento }} Project - - uses: graycoreio/github-actions-magento2/get-magento-version@main + - uses: graycoreio/github-actions-magento2/get-magento-version@v7.0.0 id: magento-version with: working-directory: ${{ inputs.magento_directory }} diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b448c02..3246481 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"7.0.0-rc.0"} +{".":"7.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c9425..c4c838c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [7.0.0](https://github.com/graycoreio/github-actions-magento2/compare/v7.0.0-rc.0...v7.0.0) (2026-04-29) + + +### Features + +* **supported-version:** update for Mage-OS 2.2.2 ([#317](https://github.com/graycoreio/github-actions-magento2/issues/317)) ([bbecc7f](https://github.com/graycoreio/github-actions-magento2/commit/bbecc7f5f9e4ddfdf5b41eb17fac6db1b30b56f0)) + + +### Bug Fixes + +* **cache-magento:** address `set-output` deprecation ([#231](https://github.com/graycoreio/github-actions-magento2/issues/231)) ([771dd05](https://github.com/graycoreio/github-actions-magento2/commit/771dd054395a0e0a33e2d712d9793ca8322173e9)) +* **supported-version:** filter uninstallable versions from usable kind ([#319](https://github.com/graycoreio/github-actions-magento2/issues/319)) ([f803617](https://github.com/graycoreio/github-actions-magento2/commit/f8036173e143ab5d13147c136e0d9e0c6bbb829b)) + + +### Miscellaneous Chores + +* promote release 7.0.0 ([90babb1](https://github.com/graycoreio/github-actions-magento2/commit/90babb16bfb28ca1953c95edb2301c9090b52f67)) + ## [7.0.0-rc.0](https://github.com/graycoreio/github-actions-magento2/compare/v6.0.0...v7.0.0-rc.0) (2026-04-28) diff --git a/coding-standard/action.yml b/coding-standard/action.yml index 7555a7a..3f7e225 100644 --- a/coding-standard/action.yml +++ b/coding-standard/action.yml @@ -52,12 +52,12 @@ runs: fi - name: Get Composer Version - uses: graycoreio/github-actions-magento2/get-composer-version@main + uses: graycoreio/github-actions-magento2/get-composer-version@v7.0.0 id: get-composer-version if: steps.check-installed.outputs.installed != 'true' - name: Check if allow-plugins option is available for this version of composer - uses: graycoreio/github-actions-magento2/semver-compare@main + uses: graycoreio/github-actions-magento2/semver-compare@v7.0.0 id: is-allow-plugins-available if: steps.check-installed.outputs.installed != 'true' with: diff --git a/fix-magento-install/action.yml b/fix-magento-install/action.yml index 317ad2a..a920e35 100644 --- a/fix-magento-install/action.yml +++ b/fix-magento-install/action.yml @@ -9,7 +9,7 @@ inputs: runs: using: "composite" steps: - - uses: graycoreio/github-actions-magento2/get-magento-version@main + - uses: graycoreio/github-actions-magento2/get-magento-version@v7.0.0 id: init-magento-get-magento-version with: working-directory: ${{ inputs.magento_directory }} diff --git a/package-lock.json b/package-lock.json index f232197..ccbc239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@graycoreio/github-actions-magento2", - "version": "7.0.0-rc.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@graycoreio/github-actions-magento2", - "version": "7.0.0-rc.0", + "version": "7.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1" diff --git a/package.json b/package.json index 0d4e2ae..1529555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graycoreio/github-actions-magento2", - "version": "7.0.0-rc.0", + "version": "7.0.0", "description": "Github Actions for Magento 2", "scripts": { "test": "cd supported-version && npm run test && cd -", diff --git a/setup-magento/action.yml b/setup-magento/action.yml index 9c97590..38c96c5 100644 --- a/setup-magento/action.yml +++ b/setup-magento/action.yml @@ -90,7 +90,7 @@ runs: env: COMPOSER_AUTH: ${{ inputs.composer_auth }} - - uses: graycoreio/github-actions-magento2/fix-magento-install@main + - uses: graycoreio/github-actions-magento2/fix-magento-install@v7.0.0 name: Fix Magento Out of Box Install Issues with: magento_directory: ${{ steps.setup-magento-compute-directory.outputs.MAGENTO_DIRECTORY }}