Skip to content

Commit

Permalink
release: v0.26.0-rc.1 (#2051)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan <[email protected]>
  • Loading branch information
aaronArinder and loshz authored Aug 14, 2024
1 parent 58a3721 commit 7aa1656
Show file tree
Hide file tree
Showing 13 changed files with 609 additions and 1,003 deletions.
553 changes: 303 additions & 250 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license-file = "./LICENSE"
name = "rover"
readme = "README.md"
repository = "https://github.com/apollographql/rover/"
version = "0.26.0-rc.0"
version = "0.26.0-rc.1"
default-run = "rover"

publish = false
Expand Down Expand Up @@ -131,7 +131,7 @@ shellexpand = "3.1"
termcolor = "1.3"
thiserror = "1"
tar = "0.4"
termimad = "0.29"
termimad = "0.28"
tempfile = "3.8"
tokio = "1.38"
tokio-stream = "0.1"
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Options:

--format <FORMAT_KIND>
Specify Rover's format type

[default: plain]
[possible values: plain, json]

Expand All @@ -87,21 +86,21 @@ Options:

--insecure-accept-invalid-certs
Accept invalid certificates when performing HTTPS requests.

You should think very carefully before using this flag.

If invalid certificates are trusted, any certificate for any site will be trusted for use. This includes expired certificates. This introduces significant vulnerabilities, and should only be used as a last resort.
If invalid certificates are trusted, any certificate for any site will be trusted for use. T
his includes expired certificates. This introduces significant vulnerabilities, and should only be use
d as a last resort.

--insecure-accept-invalid-hostnames
Accept invalid hostnames when performing HTTPS requests.

You should think very carefully before using this flag.

If hostname verification is not used, any valid certificate for any site will be trusted for use from any other. This introduces a significant vulnerability to man-in-the-middle attacks.
If hostname verification is not used, any valid certificate for any site will be trusted for
use from any other. This introduces a significant vulnerability to man-in-the-middle attacks.

--client-timeout <CLIENT_TIMEOUT>
Configure the timeout length (in seconds) when performing HTTP(S) requests

[default: 30]

--skip-update-check
Expand All @@ -127,7 +126,8 @@ This will prompt you for an API Key that can be generated in Apollo Studio.
The most common commands from there are:

- rover graph fetch: Fetch a graph schema from the Apollo graph registry
- rover graph check: Check for breaking changes in a local graph schema against a graph schema in the Apollo graph
- rover graph check: Check for breaking changes in a local graph schema against a graph schema in
the Apollo graph
registry
- rover graph publish: Publish an updated graph schema to the Apollo graph registry

Expand Down
2 changes: 1 addition & 1 deletion crates/rover-client/.schema/hash.id

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rover-client/.schema/last_run.uuid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 65 additions & 9 deletions crates/rover-client/.schema/schema.graphql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7aa1656

Please sign in to comment.