Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 924 Bytes

File metadata and controls

20 lines (16 loc) · 924 Bytes

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.

[Unreleased]

  • Initial release of the setup-amp action.
  • Install Amp (ampd, ampctl, ampsql) via ampup on Linux (x86_64/aarch64) and macOS (x86_64/aarch64) runners.
  • version input accepting stable, latest, nightly, an explicit release tag, or none (install only ampup itself).
  • Caching of the ampup-managed install directory via actions/cache, keyed on repository, platform, architecture, and resolved version, with cache, cache-key, and cache-restore-keys inputs.
  • version and cache-hit outputs, and a step summary reporting the installed binaries.
  • Clear failure on unsupported runner platforms and unknown versions.