Skip to content

Latest commit

 

History

History
124 lines (85 loc) · 9.35 KB

CHANGELOG.md

File metadata and controls

124 lines (85 loc) · 9.35 KB

Changelog

3.2.0 (2024-09-05)

Features

  • composite actions to work with github PRs (d769688)

3.1.1 (2024-06-07)

Bug Fixes

  • wrong phive cache key in github action (900467c)

3.1.0 (2024-05-09)

Features

  • use markdown-linter in CI and locally (f0830f0)

Documentation

3.0.0 (2024-04-18)

⚠ BREAKING CHANGES

  • changes in action directory structure

Features

  • changes in action directory structure (37f2dec)
  • refactoring s3 cache action (75eedec)
  • switch to rhysd/actionlint action linter (5a8f0e7)

Bug Fixes

  • Makefile and apply actionlint (1911f1a)

Documentation

2.0.0 (2024-04-14)

⚠ BREAKING CHANGES

  • change default-branch name to target-branch

Features

  • add action to install phive dependencies (072115b)
  • add build-image workflow (feabbbb)
  • add commitlint configuration and github action to lint commits (f85d90b)
  • add composer composite actions (d5b7afa)
  • add create-release action using changesets (9eb0c8d)
  • add labels workflow (2c027b8)
  • add playwright install action (aaa0389)
  • add pnpm composite install action (b491bc8)
  • add release-please action, to start using releases and attach to tag instead of @master (f85d90b)
  • add shared release workflow (5221c97)
  • add workflows (29edc7b)
  • add yamllint action and Makefile support (f85d90b)
  • added s3-cache action (9b4f526)
  • allow to pass custom head reference (3fddee2)
  • allow to pass platform in docker-build (38174a4)
  • infra files, fixes in actions (22fb724)
  • move to docker cache (a40de72)
  • move to docker cache (7b8b5bd)
  • shellcheck workflow (bd17f4e)
  • update release-please workflow (ea6a209)
  • updates (f85d90b)

Bug Fixes

  • add custom path for template (e320afc)
  • change default-branch name to target-branch (4e49afd)
  • deps: update dependency @action-validator/cli to v0.5.2 (65ef3ea)
  • deps: update dependency @action-validator/cli to v0.5.3 (2c7175d)
  • deps: update dependency @action-validator/cli to v0.5.4 (ca064e4)
  • deps: update dependency @action-validator/cli to v0.6.0 (6782647)
  • deps: update dependency @action-validator/core to v0.5.3 (4559930)
  • deps: update dependency @action-validator/core to v0.5.4 (40554af)
  • deps: update dependency @action-validator/core to v0.6.0 (7c2ccdd)
  • limit tests only to amd64 builds (a53c398)
  • make sh files executable (ddcc034)
  • move to actions folder (2f40a0f)
  • playwright install action (e1833e9)
  • replace pnpm to pnpx to resolve ENOENT playwrite (85d80da)
  • script permissions (3b901ff)
  • secret name github_token within workflow_call can not be used since it would collide with system reserved name (c719560)
  • shellcheck (8564406)
  • shellcheck upload (7f11fa0)
  • tokens must be passed as secrets (f615054)

Documentation