diff --git a/Cargo.lock b/Cargo.lock index 74f85b1d8..4b0c6c1f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1878,9 +1878,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.27.2" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" +checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" [[package]] name = "git-url-parse" @@ -3835,7 +3835,7 @@ dependencies = [ [[package]] name = "rover" -version = "0.16.0-alpha.0" +version = "0.16.0-alpha.1" dependencies = [ "anyhow", "apollo-federation-types", diff --git a/Cargo.toml b/Cargo.toml index 3f9483be2..7b2303969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license-file = "./LICENSE" name = "rover" readme = "README.md" repository = "https://github.com/apollographql/rover/" -version = "0.16.0-alpha.0" +version = "0.16.0-alpha.1" default-run = "rover" publish = false diff --git a/crates/rover-client/.schema/hash.id b/crates/rover-client/.schema/hash.id index 69a3bca40..dad1b9587 100644 --- a/crates/rover-client/.schema/hash.id +++ b/crates/rover-client/.schema/hash.id @@ -1 +1 @@ -1b9d0761d2c0390d6f307a47184ebaa40b81eac3deb79ddd823fa0112b247c79 \ No newline at end of file +73bccccf88e1d8c22b1af12dfe9705c44fb78fe789df565557bc24c264e7b43f \ No newline at end of file diff --git a/crates/rover-client/.schema/last_run.uuid b/crates/rover-client/.schema/last_run.uuid index 2545c6eaa..59847b3f0 100644 --- a/crates/rover-client/.schema/last_run.uuid +++ b/crates/rover-client/.schema/last_run.uuid @@ -1 +1 @@ -ca6f1128-0c16-409f-8160-1ddcf6f1b143 \ No newline at end of file +cb55caf7-d6ee-4d09-8f29-81ac876e2077 \ No newline at end of file diff --git a/crates/rover-client/.schema/schema.graphql b/crates/rover-client/.schema/schema.graphql index 51cd17342..6874e0706 100644 --- a/crates/rover-client/.schema/schema.graphql +++ b/crates/rover-client/.schema/schema.graphql @@ -865,6 +865,8 @@ type GraphVariantPermissions { canQueryCloudRouter: Boolean! """Whether the currently authenticated user is permitted to view cloud router logs""" canQueryCloudRouterLogs: Boolean! + """Whether the currently authenticated user is permitted to view launch history""" + canQueryLaunches: Boolean! """Whether the currently authenticated user is permitted to download schemas associated to this variant.""" canQuerySchemas: Boolean! """Whether the currently authenticated user is permitted to update the README for this variant.""" diff --git a/installers/binstall/scripts/nix/install.sh b/installers/binstall/scripts/nix/install.sh index 492659c03..ab5a6acf9 100755 --- a/installers/binstall/scripts/nix/install.sh +++ b/installers/binstall/scripts/nix/install.sh @@ -20,7 +20,7 @@ BINARY_DOWNLOAD_PREFIX="https://github.com/apollographql/rover/releases/download # Rover version defined in root cargo.toml # Note: this line is built automatically # in build.rs. Don't touch it! -PACKAGE_VERSION="v0.16.0-alpha.0" +PACKAGE_VERSION="v0.16.0-alpha.1" download_binary_and_run_installer() { downloader --check diff --git a/installers/binstall/scripts/windows/install.ps1 b/installers/binstall/scripts/windows/install.ps1 index 4a849c789..3f4178fcf 100644 --- a/installers/binstall/scripts/windows/install.ps1 +++ b/installers/binstall/scripts/windows/install.ps1 @@ -14,7 +14,7 @@ # version found in Rover's Cargo.toml # Note: this line is built automatically # in build.rs. Don't touch it! -$package_version = 'v0.16.0-alpha.0' +$package_version = 'v0.16.0-alpha.1' function Install-Binary($rover_install_args) { $old_erroractionpreference = $ErrorActionPreference diff --git a/installers/npm/package-lock.json b/installers/npm/package-lock.json index 3caf2483a..2edf9faa8 100644 --- a/installers/npm/package-lock.json +++ b/installers/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/rover", - "version": "0.16.0-alpha.0", + "version": "0.16.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/rover", - "version": "0.16.0-alpha.0", + "version": "0.16.0-alpha.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/installers/npm/package.json b/installers/npm/package.json index 6fc812498..a57942f7c 100644 --- a/installers/npm/package.json +++ b/installers/npm/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/rover", - "version": "0.16.0-alpha.0", + "version": "0.16.0-alpha.1", "description": "The new Apollo CLI", "main": "index.js", "bin": {