Skip to content

Document version-pinned Hive Gateway binary installation via install script#109

Merged
ardatan merged 2 commits into
mainfrom
copilot/update-installation-instructions
May 13, 2026
Merged

Document version-pinned Hive Gateway binary installation via install script#109
ardatan merged 2 commits into
mainfrom
copilot/update-installation-instructions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 7, 2026

Hive Gateway docs showed only the default install-gateway.sh flow, 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

    • Added version-pinned install instructions to:
      • docs/gateway/index.mdx
      • docs/schema-registry/get-started/apollo-federation.mdx
    • Kept existing default install command intact; added a targeted follow-up example for explicit version selection.
  • Install syntax now documented

    • Clarifies that a specific version can be passed as an argument to the shell script invocation.
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s -- 2.0.0

@ardatan ardatan marked this pull request as ready for review May 7, 2026 17:04
Copilot AI review requested due to automatic review settings May 7, 2026 17:04
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.sh in 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
@ardatan
Copy link
Copy Markdown
Member

ardatan commented May 7, 2026

@copilot apply changes based on the comments in this thread

Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 7, 2026

@copilot apply changes based on the comments in this thread

Applied in commit 256c56f.

Both docs now use X.Y.Z instead of a hard-coded version and explicitly say it must be a valid Hive Gateway release version.

No UI changes were made (docs text-only), so there is no screenshot to share.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

@ardatan ardatan requested review from enisdenjo and kamilkisiela May 7, 2026 17:15
@ardatan ardatan merged commit 4206520 into main May 13, 2026
15 of 16 checks passed
@ardatan ardatan deleted the copilot/update-installation-instructions branch May 13, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants