Skip to content

Releases: pleo-io/spa-tools

v5.0.0

27 Jul 13:13
Compare
Choose a tag to compare

5.0.0 (2022-07-27)

Features

  • Get rid of S3 Cache Action (moved to pleo-oss/s3-cache-action) (#17) (97c4836)

BREAKING CHANGES

  • The S3 cache action is no longer available in this repository. Use the standalone
    version available at pleo-oss/s3-cache-action

v4.0.0

05 Jul 16:56
Compare
Choose a tag to compare

4.0.0 (2022-07-05)

Features

  • Switch from passing build_script to passing build_cmd in the build workflow (#16) (4739578)

BREAKING CHANGES

  • The reusable build workflow now requires to pass a build_cmd input
    which is the entire command ran to build the deployable app bundle. This replaces the
    previous build_script input which assumed using a script defined in package.json

  • docs: Slight clarification in docs

v3.1.0

01 Jul 08:30
Compare
Choose a tag to compare

3.1.0 (2022-07-01)

Features

  • Invoke injection script with env variables for bundle dir, env and tree hash (#15) (f88df4b)

v3.0.0

29 Jun 08:38
Compare
Choose a tag to compare

3.0.0 (2022-06-29)

Features

  • Inversion of control for how injecting config works in deploy workflow (#14) (fe4edba)

BREAKING CHANGES

  • Instead of passing a boolean input called "apply_config" that
    would cause the deploy workflow to run a predefined script in package.json, we
    now allow the workflow consumer to pass the entire command, including the
    paramaters in order and fashion that fits the usecase best.
    This allows to pass additional arguments to those scripts, not related to
    cursor deployment, without the deploy workflow needing to support them explicitly.

  • docs: Fix wording in readme

  • feat: Adds bundle_dir input to the deploy workfow

bundle_dir allows to specify where the directory where the bundle should be unpacked.
This is especially relevant for the script that injects the configuration.

v2.1.0

03 Jun 14:35
Compare
Choose a tag to compare

2.1.0 (2022-06-03)

Features

  • Upload deployed artifact for debugging (#11) (950f359)

v2.0.0

23 May 08:39
Compare
Choose a tag to compare

2.0.0 (2022-05-23)

Features

  • Use the new GitHub reusable workflow secret inherit feature (#10) (e644e4a)

BREAKING CHANGES

  • The reusable workflow need to be used with secrets: inherit option

v1.3.1

27 Mar 20:31
Compare
Choose a tag to compare

1.3.1 (2022-03-27)

Bug Fixes

v1.3.0

09 Mar 13:05
Compare
Choose a tag to compare

1.3.0 (2022-03-09)

Features

  • Remove yarn install from the deploy action (#5) (45ab255)

v1.2.0

21 Feb 23:32
Compare
Choose a tag to compare

1.2.0 (2022-02-21)

Features

  • Add an option to pass app name when deploying (#4) (e3042ba)

v1.1.1

21 Feb 20:23
Compare
Choose a tag to compare

1.1.1 (2022-02-21)

Bug Fixes