Skip to content

Latest commit

 

History

History
165 lines (98 loc) · 15.7 KB

File metadata and controls

165 lines (98 loc) · 15.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.7.3 (2025-12-30)

Bug Fixes

  • pin specific composer 2 versions for historic Magento releases (#311) (2c91044)
  • supported-version: handle semver-ish values from old magento verisons (#309) (b860bf9)

1.7.2 (2025-12-13)

Bug Fixes

  • 'invalid kind provided' when defining usable type (#305) (dcc08f9)

1.7.1 (2025-11-05)

Bug Fixes

  • allow matrix testing without EOL versions (#299) (ce264fc)

1.7.0 (2025-04-09)

Features

  • add new releases to the version matrix (#286) (45c08cf)

1.6.1 (2025-04-08)

Bug Fixes

  • remove code coverage output from integration tests (975d8ee)

1.6.0 (2025-03-07)

Features

1.5.0 (2024-12-30)

Features

  • add magento releases 2.4.4-p9, 2.4.5-p8, 2.4.6-p6, and 2.4.7-p1 (#226) (a326271)
  • add new releases to the version matrix (#232) (b633b21)
  • add project versions (#110) (f7f0504)
  • add releases 2.4.4-p6, 2.4.5-p5 and 2.4.6-p3 (#169) (2086708)
  • add support for v2.3.7 on new vms (#67) (2824849)
  • add upcoming release for mage-os 1.0.2 (#223) (f1b13e8)
  • add upcoming release Mage-OS 1.0.3 to supported-version matrix (#229) (6e50d0d)
  • coding-standard: add ignore_warnings flag (#147) (4e21b18)
  • get-composer-version: create new action (#145) (bc840e1)
  • semver-compare: add new Github action (#146) (01e4ccb)
  • supported-versions: add release date (#100) (5599a0d)

Bug Fixes

  • add missing build for 1.4.0 of supported versions (#64) (e48a346)
  • coding-standard-baseline: Run baseline test on modified files only (fixes #227) (#228) (e29ea44)
  • continue to use elasticsearch instead of opensearch for now (#224) (dd47d22)
  • make es8 run correctly in integration tests (#66) (85d11af)
  • pass correct repo url for nightly (#158) (b645c23)
  • PHPcs baseline composer conflicts (bf34ec4)
  • supported-versions: nightly build matrix tag (#152) (7f1821f)
  • switch from tj-actions/changed-files to dorny/paths-filter (87fe77f)
  • use exact version of elasticsearch since there is no 8.11 tag (#225) (b4f27f1)

1.4.0 (2023-06-20)

Features

  • make phpcs severity level configurable (#130) (81a1eb2)
  • supported-version: validate custom_versions (5c19804)

Bug Fixes

  • supported-version: falsiness of custom_versions (c9b7f41)

1.3.0 (2023-03-15)

Features

  • add cache-magento action (#87) (f5d43a5)
  • add fix-magento action (#86) (856d2df)
  • add rabbitmq images with management plugin (#125) (0f31e40)
  • get-magento-version: add get-magento-version action (#72) (fd858c3)
  • setup-magento: add a new action to setup Magento (#76) (7b74ff7)
  • supported-version: dynamically compute (#120) (dbc889f)
  • supported-version: Magento v2.4.6 (d3b1ab6)

Bug Fixes

  • installation-test: handle non-range composer versions (c136c11)
  • supported-versions: GA Ubuntu-22.04 release (#110) (b0e1a0a)

1.2.0 (2022-10-11)

Features

  • add coding standard action (#51) (2a102c2)
  • add support for v2.4.4-p2 and v2.4.5-p1 (#69) (3e4d3c1)
  • allow using "next" version on supported version (#58) (7431dcb)
  • integration: fix integration tests for v2.4.0 (#46) (b4e7831)
  • supported-version: package @actions/core:1.10.0 (e4f0f85)

Bug Fixes

  • supported-version: pin-back MySQL to breaking change for tests (#46) (4b9366f)

1.1.0 (2022-08-14)

Features

  • make cache key consistent (and configurable) (#38) (cbbba62)
  • supported-version: add all kind (#36) (26c354d)
  • supported-version: add support for v2.4.5 (#35) (affb1ce)

Bug Fixes

  • integration: only run monolog fixup on v2.4.4 (#37) (841670a)

1.0.0 (2022-08-06)

Features

  • add Installation Test Action (#1) (4bc0854)
  • add integration test workflow (#3) (d638c02)
  • add matrix to integration-test workflow (#7) (fb1ac5f)
  • add runner version to supported version (#7) (dd1a36b)
  • add supported version matrix action (#6) (6e81ef9)
  • add unit test action (#2) (72b1f25)
  • allow fail-fast as an input argument (#25) (2405cd1)
  • automatically allow the default Magento composer plugins (#12) (d6e6688)
  • install composer via shivammathur/setup-php github action (#23) (49bbcc8)
  • integration: Install composer plugin for parallel downloads (#24) (97b4223)
  • remove COMPOSER_AUTH requirement (#18) (e92a242)
  • supported-version: add user-defined kind (#28) (664360e)
  • update actions/checkout to v3 (#23) (8a209b9)
  • use Mage-OS by default (#17) (d1cced8)

Bug Fixes

  • installation: allow plugins in installation tests (#14) (fcc0b85)
  • integration: force to explicitly older monolog versions (#12) (#16) (e9ea198)
  • supported-version: matrix innaccessible outside of repo (#8) (56cff9d)