You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experimental: Route GitHub API traffic through a custom host
Organizations can now route a GitHub host's API traffic through a gateway using the new per-host api_host configuration:
# Route API traffic for github.com through a gateway
gh config set api_host gh-gateway.example.com --host github.com
# Read the configured API host
gh config get api_host --host github.com
The original host remains in use for authentication, Git remotes, and browser URLs.
[!NOTE] api_host is experimental and is not a security boundary. Requests may still reach the original host.
What's Changed
✨ Features
Honor per-host api_host routing across GitHub API requests by @williammartin in #14104
Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: undefined
Post-upgrade command 'helm-docs --chart-search-root=. --log-level=warn' has not been added to the allowed list in allowedCommands
File name: undefined
Post-upgrade command 'helm-schema --chart-search-root . --skip-auto-generation required,additionalProperties --append-newline' has not been added to the allowed list in allowedCommands
None affecting our usage. This is a feature release; no removed commands or flags. The only pinned reference is .mise.toml:2; no app Dockerfile or docker-bake.hcl installs gh (verified: grep -r 'cli/cli|gh_' apps/ .github/ Taskfile.yaml → only .mise.toml).
Code Changes Required
None. The diff is a single-line version bump in .mise.toml. Commands this repo relies on (gh release download in Taskfile.yaml:25-29 and .github/actions/app-tests/setup.sh, gh workflow run in Taskfile.yaml:71, gh auth status in Taskfile.yaml:76) are unchanged in this release.
Security Impact
No security fixes in the release notes. The golang.org/x/crypto bump is routine maintenance. Note: the new api_host option is explicitly documented upstream as experimental and "not a security boundary" — it is opt-in and inert unless explicitly configured, so no threat-surface change for this repo. CI jobs use the GitHub-hosted runner's gh, not the mise-installed one, so workflows are unaffected either way.
Recommendation
Safe to merge — dev-tooling-only minor bump (mise-managed local gh), no container image affected, no breaking changes, no usage overlap with changed behavior.
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
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.
This PR contains the following updates:
2.99.0→2.100.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cli/cli (aqua:cli/cli)
v2.100.0: GitHub CLI 2.100.0Compare Source
Experimental: Route GitHub API traffic through a custom host
Organizations can now route a GitHub host's API traffic through a gateway using the new per-host
api_hostconfiguration:The original host remains in use for authentication, Git remotes, and browser URLs.
What's Changed
✨ Features
api_hostrouting across GitHub API requests by @williammartin in #14104api_hostthroughgh config getandgh config setby @williammartin in #14332webhookas an official extension by @williammartin in #14326ghis invoked by a coding agent by @niik in #14198🐛 Fixes
📚 Docs & Chores
golang.org/x/cryptofrom 0.55.0 to 0.56.0 by @babakks in #14331github.com/cli/go-gh/v2from 2.15.0 to 2.16.0 by @williammartin in #14338Full Changelog: cli/cli@v2.99.0...v2.100.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.