Skip to content

Releases: rainforestapp/rainforest-cli

v2.21.0 - Switch autoupdate functionality provider from Equinox.io to go-github-selfupdate

10 Aug 12:20
362b8fb

Choose a tag to compare

Changes

  • Switch autoupdate functionality provider from Equinox.io to go-github-selfupdate

Commits

a5937b1 Merge pull request #413 from rainforestapp/RF-21932/pp/gh-autoupdate
362b8fb Merge pull request #415 from rainforestapp/pp/2.21
c718a0d RF-21932 Replace Equinox with go-github-selfupdate
d233f70 v2.21.0

v2.20.0 - Include URLs to tests for failed tests

29 Jul 12:30
1c9aeb2

Choose a tag to compare

Include the URL to the failed test result so it's easy to navigate straight to the failure from CI.

v2.19.1 - Release to GitHub via GoReleaser

14 Jul 23:23
3b589d6

Choose a tag to compare

This release doesn't add any functionality to the CLI itself. It instead sets up building and releasing via GoReleaser, as our previous solution, Equinox, is shutting down later this year. You can now find archives of our executables along with their checksums directly attached to our releases here on GitHub (nested under Assets below).

New

Commits

01d1156 2.19.1
aed60b5 RF-21915 Add basic .goreleaser.yml file
12f462e RF-21915 Add basic release CI job
2fa0f04 RF-21915 Update README to reference new GitHub release flow rather than deprecated Equinox

Add customization and reporting for CI services and Git providers

14 May 18:48
48e957d

Choose a tag to compare

Merge pull request #408 from rainforestapp/bump-version

Bump version, add to changelog.

Update documentation

17 Mar 09:36
fcb1e76

Choose a tag to compare

Correct documentation for rainforest run --custom-url argument.

Find the CLI's path dynamically for re-exec'ing when using the --max-reruns argument

27 Jan 10:58
0167950

Choose a tag to compare

  • Find the CLI's path dynamically for re-exec'ing when using the --max-reruns
    argument. Also handles when the CLI is not on the PATH.

Add --max-reruns flag to the run command

15 Jan 15:04
8e7d90d

Choose a tag to compare

  • Add --max-reruns N flag, which allows re-trying failed tests in a run up to N times.

Preserve draft state when downloading RFMLs

08 Sep 11:51
46f275e

Choose a tag to compare

Fix default crowd setting for Run Group runs

14 Jul 13:57
12ce4c8

Choose a tag to compare

  • Fix default crowd setting being overridden for Run Group runs
  • Fix publishing to secondary Equinox channels when releasing a new stable or beta version
  • Fix GCR image triggering

Add rerun command to only run failed tests from a previous run

08 Jul 12:49
7124a6f

Choose a tag to compare