From fc343eeff69b6e058820d64706c3692423e20700 Mon Sep 17 00:00:00 2001 From: Mage-OS <100189073+mage-os-ci@users.noreply.github.com> Date: Sat, 16 May 2026 00:18:59 -0400 Subject: [PATCH] chore: release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e2202cc..b7c9dac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.7.3"} +{".":"2.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b0871cd..7bb4c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ 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. +## [2.0.0](https://github.com/mage-os/github-actions/compare/v1.7.3...v2.0.0) (2026-05-16) + + +### ⚠ BREAKING CHANGES + +* **setup-magento:** Previously, when using setup-magento in extension mode, the magento 2 repo root was ../magento2 (outside of the extension folder). Due to interactions with `cache-magento` we need to keep magento inside the GITHUB_WORKSPACE (the root repo). We now do this in the `_ghamagento` folder. If you rely on the `steps.setup-magento.outputs.path` nothing changes for you. But, if you hardcoded the path, it's likely broken. +* **coding-standard:** simplify action architecture ([#342](https://github.com/mage-os/github-actions/issues/342)) +* **supported-version:** bump node runtime to v24 ([#323](https://github.com/mage-os/github-actions/issues/323)) + +### Features + +* **coding-standard:** simplify action architecture ([#342](https://github.com/mage-os/github-actions/issues/342)) ([bc96953](https://github.com/mage-os/github-actions/commit/bc969536f15f610aba956bd5b42b5d858eb1ca72)) +* **integration:** compute services from matrix ([#354](https://github.com/mage-os/github-actions/issues/354)) ([7c8ffc3](https://github.com/mage-os/github-actions/commit/7c8ffc399d5063e3f6e68195b0a8092a2bb0a520)) +* **setup-install:** create new action ([#349](https://github.com/mage-os/github-actions/issues/349)) ([efc18f2](https://github.com/mage-os/github-actions/commit/efc18f226172ee2189696810a4eec5849f6c02e1)) +* **setup-magento:** add composer_auth support ([#357](https://github.com/mage-os/github-actions/issues/357)) ([ce7a25a](https://github.com/mage-os/github-actions/commit/ce7a25a762b111aa7586a3f9c5de99bb558510fe)) +* **setup-magento:** align with upstream defaults ([#355](https://github.com/mage-os/github-actions/issues/355)) ([6e58a15](https://github.com/mage-os/github-actions/commit/6e58a15b0e7e5c9143e450a53104b1f41b7701c7)) +* **setup-magento:** change extension working dir to _ghamagento ([#367](https://github.com/mage-os/github-actions/issues/367)) ([f9f4ef4](https://github.com/mage-os/github-actions/commit/f9f4ef4b0b38fd0044568d20670626395a1d0893)) +* **setup-magento:** mkdir app/etc to allow prevent composer plugin crashing ([#368](https://github.com/mage-os/github-actions/issues/368)) ([f54dcc5](https://github.com/mage-os/github-actions/commit/f54dcc597c4ad781a7bb4ad7f815e0f71b258d4b)) +* **supported-version:** add recent kind ([#321](https://github.com/mage-os/github-actions/issues/321)) ([e2494ac](https://github.com/mage-os/github-actions/commit/e2494acd7923a39387a0f390caf71e9d8865a2e7)) +* **supported-version:** add services configuration ([#353](https://github.com/mage-os/github-actions/issues/353)) ([bf803e8](https://github.com/mage-os/github-actions/commit/bf803e8f7f06b3cddbd33893f4b5f94613f3e097)) +* **supported-version:** bump node runtime to v24 ([#323](https://github.com/mage-os/github-actions/issues/323)) ([2189663](https://github.com/mage-os/github-actions/commit/2189663060a881cb7369de054ab9e2d41e2bf377)) +* **supported-version:** revise v2.4.6-p14 eol for adjustments from adobe ([#325](https://github.com/mage-os/github-actions/issues/325)) ([378ec1b](https://github.com/mage-os/github-actions/commit/378ec1b16af3658a0581bb9521002d5142e51ac4)) + + +### Bug Fixes + +* **cache-magento:** address `set-output` deprecation ([#231](https://github.com/mage-os/github-actions/issues/231)) ([#326](https://github.com/mage-os/github-actions/issues/326)) ([2edb83e](https://github.com/mage-os/github-actions/commit/2edb83ea12a621ed98d44f8685431001060c6b6d)) +* **supported-version:** bump pinned Composer versions for GHSA-f9f8-rm49-7jv2 ([#362](https://github.com/mage-os/github-actions/issues/362)) ([603ebb6](https://github.com/mage-os/github-actions/commit/603ebb6a6d4731199dd1000aa890f5371c9cab2a)) +* **supported-version:** filter uninstallable versions from usable kind ([#319](https://github.com/mage-os/github-actions/issues/319)) ([0590231](https://github.com/mage-os/github-actions/commit/0590231b6df72fcb90092721c14d45f9a073b5fd)) +* **workflows:** run the Mage-OS Suite testsuite, not a removed one ([#371](https://github.com/mage-os/github-actions/issues/371)) ([8118ba2](https://github.com/mage-os/github-actions/commit/8118ba2c42cd4f86d608f8acc70966a2c593bb83)) + ## [1.7.3](https://github.com/mage-os/github-actions/compare/v1.7.2...v1.7.3) (2025-12-30) diff --git a/package-lock.json b/package-lock.json index f053ed0..7699cfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mage-os/github-actions", - "version": "1.7.3", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mage-os/github-actions", - "version": "1.7.3", + "version": "2.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0" diff --git a/package.json b/package.json index fe18bbe..b7b9965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mage-os/github-actions", - "version": "1.7.3", + "version": "2.0.0", "description": "Github Actions for Magento 2", "scripts": { "test": "cd supported-version && npm run test && cd - && cd setup-install && npm run test && cd -",