Skip to content

Latest commit

 

History

History
177 lines (90 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

177 lines (90 loc) · 5.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Public API

The public API of this project is defined by the action.yaml file.


v2.2.0 - 2024-10-15

Compare with previous release

Changed

  • Quiet down the brew installs (PR #35)

v2.1.0 - 2024-10-02

Compare with previous release

Changed

  • Exclude "release" tagged tests for pull request workflow (PR #34)

Added

  • Add test_command input (PR #34)

v2.0.2 - 2024-05-25

Compare with previous release

Fixed

  • Run keepalive step only for scheduled run (PR #33)

v2.0.1 - 2024-05-22

Compare with previous release

Fixed

  • Shorten the default keepalive_time_elapsed value to "0" day (PR #31)

v2.0.0 - 2024-03-15

Compare with previous release

Changed

  • Breaking change: Use gautamkrishnar/keepalive-workflow@v2 to avoid dummy commit. This change requires modifying permission from contents: write to actions: write in the main workflow.

v1.2.0 - 2024-02-19

Compare with previous release

Changed

  • Update actions/checkout to v4 for Node.js 20 (PR #26)

v1.1.1 - 2023-10-29

Compare with previous release

Fixed

  • Turn off instrumentation for tests (PR #23)

v1.1.0 - 2023-09-20

Compare with previous release

Changed


v1.0.0 - 2023-08-25

Compare with previous release

Changed

  • Install bats-assert and friends by default (@see PR #15)

v0.6.0 - 2023-08-21

Compare with previous release

Changed

  • Move (or create) the major version tag (such as v1, v2) to point to the Git ref of the current release (@see #11)

v0.5.0 - 2023-08-21

Compare with previous release

Added

  • Add disable_checkout_action boolean input (@see #9)

v0.4.0 - 2023-08-21

Compare with previous release

Changed

  • Run keepalive-workflow step even if a previous step failed

v0.3.0 - 2023-08-11

Compare with previous release

Added

  • Add actions/checkout and gautamkrishnar/keepalive-workflow steps in the action

v0.2.0 - 2023-08-10

Compare with previous release

Removed

  • Remove edge for ddev_version input

Added

  • Add mxschmitt/action-tmate and Run test steps in the action

v0.1.0 - 2023-08-07

Compare with previous release

Changed

  • Use choice (stable, edge, HEAD) for ddev_version input instead of a free string

v0.0.1 - 2023-07-10

Added

  • Initial release