Releases: rainforestapp/rainforest-cli
Releases · rainforestapp/rainforest-cli
v3.6.2
v3.6.1
Changelog
- da1a159 Merge pull request #495 from rainforestapp/rf-34749-direct-connect-integration-test
- d5e2a8f Merge pull request #496 from rainforestapp/RF-35226-remove-default-tunnel-id
- 7ca2669 Merge pull request #497 from rainforestapp/release_3_6_1
- 3c6e3f0 RF-34749 - Add integration test for Rainforest Direct Connect
- 55eea57 RF-35226 - Fix printf format string
- e112e7a RF-35226 Add instruction for submodule install to README
- 42db471 RF-35226 Remove 'default' value from direct-connect command
- df176b0 Release v3.6.1
v3.6.0
Changelog
- a70ce5d Bump github.com/urfave/cli from 1.22.14 to 1.22.15
- 7ad8108 Merge pull request #489 from rainforestapp/dependabot/go_modules/github.com/urfave/cli-1.22.15
- e37d749 Merge pull request #490 from rainforestapp/RF-34736-rainforest-direct-connect
- 78fb1a6 Merge pull request #494 from rainforestapp/rf-34736-direct-connect-changelog
- ddd285a RF-34376 - Add direct-connect command
- 4c27120 RF-34376 - Update cloudbuild.yaml
- 00d83bd RF-34376 - Upgrade to golang 1.22
- e63a3b0 RF-34636 - Update integration tests to the correct run group
- d05facd RF-34736 - Add wiretap as a submodule
- 4a261a4 RF-34736 - Bump version to v3.6.0
- d24697a RF-34736 - Make sure the integration tests ensure a run actually starts
- 47348a2 RF-34736 - Update macos executor
v3.5.1 - Allow creation of temporary environment using custom-url with an empty fragment
Changelog
- 1212393 Allow creation of temporary environment using custom-url with an empty fragment.
- 060752d Display git commit info for
--version
Full diff: v3.5.0...v3.5.1
v3.5.0 - Allow specifying webhook when using custom-url
Changelog
- 52f224b Allow specifying webhook when using custom-url
- 4955549 Bump github.com/olekukonko/tablewriter
- a2810e1 Merge pull request #475 from rainforestapp/dependabot/go_modules/github.com/olekukonko/tablewriter-0.0.5
- 8cdf93b Merge pull request #477 from rainforestapp/RF-27778/pp/circle-macos-deprecation
- 1f83dce RF-27778 Update macos executor
- a0f1ca4 Update CHANGELOG
v3.4.4 Use slimmer=true when interacting with the tests API endpoint for download tests.
v3.4.3 - Fix upload command when uploading multiple tests including at least one new test
Fixes
- Fix
uploadcommand when uploading multiple tests including at least one new test (#474)
v3.4.2 - Handle updates to Environment and Branch APIs
v3.4.1 - Handle paginated responses from backend when fetching sites and environments
Fixes
- The
sitesandenvironmentscommands have been updated to continue to return all sites and all environments after the underlying API endpoints are updated to be paginated (#469)
v3.4.0 - Use run description for temporary environment name
Changes
- When starting a run using the
--custom-urlflag, the temporary environment's name will now be generated using the run's description if the--descriptionflag was set.