Skip to content

Latest commit

 

History

History
251 lines (127 loc) · 7.95 KB

File metadata and controls

251 lines (127 loc) · 7.95 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.4.2 - 2026-04-06

Compare with previous release

Changed

  • Bump Homebrew/actions/setup-homebrew (PR #60)


v2.4.1 - 2026-03-12

Compare with previous release

Changed

  • Bump Homebrew/actions/setup-homebrew (PR #59)

v2.4.0 - 2026-03-09

Compare with previous release

Changed

  • Use SHA commit IDs in action.yaml (PR #56)

v2.3.3 - 2025-07-26

Compare with previous release

Fixed

  • Fix kaos/homebrew-shell failure

v2.3.2 - 2025-04-22

Compare with previous release

Fixed

  • Synchronize the major tag with the correct commit

v2.3.1 - 2025-04-22

Compare with previous release

Fixed


v2.3.0 - 2024-10-29

Compare with previous release

Changed

  • Exclude "release" tagged tests for push workflow (PR #38)

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