- First immutable release. This is the first release published with GitHub Immutable Releases enabled on the repository. The
v0.3.2tag and its assets cannot be modified or deleted, and the release carries a signed attestation. Users are encouraged to pin tov0.3.2(or later) for supply-chain hardening.
- Only show
use-prodeprecation message on top action input (#67).
use-pronow defaults totrue. The action will use thelocalstack/localstack-proimage by default. Workflows that relied on the community image without settinguse-prowill now get the Pro image, which requires aLOCALSTACK_AUTH_TOKEN. Setuse-pro: 'false'explicitly if you need the community image. For newer versions of LocalStack these images are equivalent.
use-proinput will be removed in a future release as we are consolidating our docker images.