v0.9.2-rc.0
Pre-release
Pre-release
This release is essentially the same as v0.9.1
, except for a few things:
- This release bumps the router used in
rover dev
tov1.1.0
by default. - The installation endpoints for this release will deliver pre-built binaries to unix ARM devices. This enables the following:
- You can now run
rover
without emulation on your M1/M2 machines. However, thesupergraph
androuter
plugins will still be emulated as we cannot yet cross-compile them, and CircleCI does not provide ARM-enabled MacOS runners. - You can now run
rover
in Docker containers on M1/M2 devices as well instead of needing to build it from source.
- You can now run
You can try this release out by running curl -sSL https://rover.apollo.dev/nix/v0.9.2-rc.0 | sh
on Unix devices, and iwr https://rover.apollo.dev/win/v0.9.2-rc.0 | iex
on Windows devices.
This release was automatically created by CircleCI.
If you would like to verify that the binary you have downloaded was built from the source code in this repository, you can compute a checksum of the zipped tarball and compare it to the checksums that are included as release artifacts.
Binaries built for MacOS are signed, notarized, and automatically verified with Gatekeeper.