Skip to content

v0.2.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jul 21:07
37dae02

🚀 Features

  • Adds structured output to Rover - EverlastingBugstopper, issue/285 pull/676

    Rover now has an --output parameter on every command that allows you to format Rover's output as well-structured JSON. This structure is not set in stone and will change prior to a stable release. If you write scripts around this structured output, then you should add a check in your scripts for the top level json_version key, and make sure to update your scripts when that version is not what you expect (the first version is 1.beta).

    We'd love your feedback on this new feature, or if you notice any bugs in your existing workflows, so please submit issues!


This release was automatically created by Github Actions.

If you would like to verify that the binary you have downloaded was built from the source code
in this repository, you can compare the output of the commands below to the output of the same
commands on your machine.

MacOS

Binaries built for MacOS are signed and notarized, and are automatically verified with Gatekeeper.

Manual Verification:

$ sha256sum -b $(which rover) | cut -d ' ' -f1
6af4b4537d6c9be7a168f8ef629ed090b9db310407b3512f1ab634c81053168c

GNU Linux

Manual Verification:

$ sha256sum -b $(which rover) | cut -d ' ' -f1
80ba8fbe7342c146750ba233be63c31092f702050f8a312f5651fff2dc56d073

MUSL Linux

Manual Verification:

$ sha256sum -b $(which rover) | cut -d ' ' -f1
dfadb83a1b4453f44f59c1ce58975e480f00b798480014aa5d9ea6da92d5410e

Windows

Manual Verification:

PS> Get-Command rover

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Application     rover.exe                                          0.0.0.0    C:\Users\username\.rover\bin\rover.exe

PS> Get-FileHash C:\Users\username\.rover\bin\rover.exe

Algorithm       Hash                                                                   Path
---------       ----                                                                   ----
SHA256          70c812e6596a4725fc189efdb7febe58e97e89d160781a3b01f662074dfcf9c2       C:\Users\username\.rover\bin\rover.exe