Document version-pinned Hive Gateway binary installation via install script#109
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/graphql-hive/docs/sessions/f80a755f-c422-42f1-b4fe-777b78318e1d Co-authored-by: ardatan <20847995+ardatan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ardatan
May 7, 2026 17:04
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Hive Gateway documentation to explicitly show how to pin a specific version when using the curl-based install-gateway.sh binary installer flow.
Changes:
- Added an example showing passing a version argument to
install-gateway.shin the Gateway installation docs. - Added the same version-pinning example to the Apollo Federation “get started” docs under the binary install path.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| packages/documentation/content/docs/gateway/index.mdx | Adds a follow-up example for installing a specific Gateway version via sh -s -- <version>. |
| packages/documentation/content/docs/schema-registry/get-started/apollo-federation.mdx | Adds the same version-pinned install example in the Federation getting-started binary instructions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+60
to
+63
| To install a specific Hive Gateway version, pass it to the script: | ||
|
|
||
| ```sh | ||
| curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s -- 2.0.0 |
| To install a specific Hive Gateway version, pass it to the script: | ||
|
|
||
| ```sh | ||
| curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s -- 2.0.0 |
Member
|
@copilot apply changes based on the comments in this thread |
Agent-Logs-Url: https://github.com/graphql-hive/docs/sessions/0d00d7a4-231d-47e9-afa7-45b70dfe94eb Co-authored-by: ardatan <20847995+ardatan@users.noreply.github.com>
Contributor
Author
Applied in commit Both docs now use No UI changes were made (docs text-only), so there is no screenshot to share. |
|
ardatan
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hive Gateway docs showed only the default
install-gateway.shflow, but not how to pin a specific version. This update adds explicit version-selection guidance for the curl-based binary install path.Docs coverage updates
docs/gateway/index.mdxdocs/schema-registry/get-started/apollo-federation.mdxInstall syntax now documented
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s -- 2.0.0