Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 20 May 20:22
acc6775

🐛 Fixes

  • Fix unusable rover subgraph check - EverlastingBugstopper, issue/553 pull/555

    Rover v0.1.1 had a regression that didn't allow rover subgraph check to be run on federated graphs due to a logic error. Thanks to @setchy for reporting this so quickly!


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
e7b6958ab93e2af3db0df042de0c6f0ee29224497c054fb617e3ef19498257ae

GNU Linux

Manual Verification:

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

MUSL Linux

Manual Verification:

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

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          14aaa45f36f704d689a8d57008d7fb33ea399b94fc70d84cd342ef6f9a76d766       C:\Users\username\.rover\bin\rover.exe