From bfb41002930de85fb27ddfcb06c2031d07d0d16e Mon Sep 17 00:00:00 2001 From: Haripriya Chintalapati Date: Fri, 29 May 2026 20:45:00 -0400 Subject: [PATCH 1/6] Document Dependabot supported versioning tags for Bundler, Cargo and pip (PEP 440) (#61469) Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> --- .../dependabot-updates-supported-versioning-tags.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/reusables/dependabot/dependabot-updates-supported-versioning-tags.md b/data/reusables/dependabot/dependabot-updates-supported-versioning-tags.md index 3e16bb5dd6ca..0a98642a0505 100644 --- a/data/reusables/dependabot/dependabot-updates-supported-versioning-tags.md +++ b/data/reusables/dependabot/dependabot-updates-supported-versioning-tags.md @@ -13,10 +13,17 @@ The `dependabot.yml` file doesn't control the versioning tags that you can use, | sbt | `sbt` | `alpha, a, beta, b, milestone, m, rc, cr, sp, ga, final, release, snapshot` | `akka-actor@2.7.0-RC1`, `play-json@3.0.0-M1` | | {% endif %} | | yarn | `npm` | `alpha`, `beta`, `canary`, `dev`, `experimental`, `latest`, `legacy`, `next`, `nightly`, `rc`, `release`, `stable` | `lodash@1.2.0-alpha`, `axios@latest`, `moment@nightly` | -| Bundler | `bundler` | `alpha`, `beta`, `rc`, `pre` | `rails@1.0.0.alpha`, `rack@1.0.0.beta1`, `rspec@1.0.0.rc2` | +| Bundler | `bundler` | Any prerelease identifier (commonly `alpha`, `beta`, `rc`, `pre`) | `rails@1.0.0.alpha`, `rack@1.0.0.beta1`, `rspec@1.0.0.rc2` | +| Cargo | `cargo` | Any SemVer prerelease identifier (commonly `alpha`, `beta`, `rc`, `dev`) | `serde@1.0.0-alpha`, `tokio@0.2.0-preview.3`, `clap@4.0.0-rc.1`, `rand@1.0.0-dev` | +| pip | `pip` | `a`, `b`, `rc`, `dev`, `post` | `requests@1.0.0a1`, `numpy@2.0.0b3`, `django@4.0rc1`, `black@1.0.0.dev5`, `pandas@2.0.5.post1` | +| pipenv | `pip` | `a`, `b`, `rc`, `dev`, `post` | `requests@1.0.0a1`, `numpy@2.0.0b3`, `django@4.0rc1`, `black@1.0.0.dev5`, `pandas@2.0.5.post1` | +| pip-compile | `pip` | `a`, `b`, `rc`, `dev`, `post` | `requests@1.0.0a1`, `numpy@2.0.0b3`, `django@4.0rc1`, `black@1.0.0.dev5`, `pandas@2.0.5.post1` | +| poetry | `pip` | `a`, `b`, `rc`, `dev`, `post` | `requests@1.0.0a1`, `numpy@2.0.0b3`, `django@4.0rc1`, `black@1.0.0.dev5`, `pandas@2.0.5.post1` | #### Ecosystem-specific versioning details The following details describe how {% data variables.product.prodname_dependabot %} interprets versioning for specific ecosystems. * **Bundler:** Bundler does not use a fixed set of prerelease tags. Any version segment containing a letter is treated as a prerelease (for example, `.alpha`, `.beta1`, `.rc2`). Hyphens in version strings are normalized to `.pre.` internally (for example, `1.0.0-beta` becomes `1.0.0.pre.beta`). +* **Cargo:** Follows SemVer 2.0.0 prerelease conventions. Anything after `-` is a prerelease identifier (dot-separated, `[0-9A-Za-z-]`). Build metadata (`+...`) is allowed but ignored for version precedence. +* **pip/pipenv/pip-compile/poetry (PEP 440):** The table lists canonical prerelease and postrelease suffixes per PEP 440. Aliases are also recognized and normalized to their canonical forms (`alpha`→`a`, `beta`→`b`, `c`/`pre`/`preview`→`rc`, `rev`/`r`→`post`). Epoch versions (`N!...`) and local versions (`+local`) are supported; local version segments are used only to break ties when the public version is identical. From 32263fffdf855ca61b9b31041fa3d61b52c169fd Mon Sep 17 00:00:00 2001 From: Cory Calahan Date: Mon, 1 Jun 2026 01:42:00 -0700 Subject: [PATCH 2/6] created rotating-the-signing-key-for-upgrade-packages.md (#61445) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --- .../troubleshooting-upgrades/index.md | 1 + ...n-issues-with-upgrades-to-your-instance.md | 2 + ...ng-the-signing-key-for-upgrade-packages.md | 99 +++++++++++++++++++ 3 files changed, 102 insertions(+) create mode 100644 content/admin/upgrading-your-instance/troubleshooting-upgrades/rotating-the-signing-key-for-upgrade-packages.md diff --git a/content/admin/upgrading-your-instance/troubleshooting-upgrades/index.md b/content/admin/upgrading-your-instance/troubleshooting-upgrades/index.md index e57bca5d0957..35f742bedf37 100644 --- a/content/admin/upgrading-your-instance/troubleshooting-upgrades/index.md +++ b/content/admin/upgrading-your-instance/troubleshooting-upgrades/index.md @@ -6,5 +6,6 @@ versions: children: - /restoring-from-a-failed-upgrade - /known-issues-with-upgrades-to-your-instance + - /rotating-the-signing-key-for-upgrade-packages shortTitle: Troubleshoot an upgrade --- diff --git a/content/admin/upgrading-your-instance/troubleshooting-upgrades/known-issues-with-upgrades-to-your-instance.md b/content/admin/upgrading-your-instance/troubleshooting-upgrades/known-issues-with-upgrades-to-your-instance.md index 71fa1e4e4b4c..2b00dc0e07e8 100644 --- a/content/admin/upgrading-your-instance/troubleshooting-upgrades/known-issues-with-upgrades-to-your-instance.md +++ b/content/admin/upgrading-your-instance/troubleshooting-upgrades/known-issues-with-upgrades-to-your-instance.md @@ -17,6 +17,8 @@ category: {% data variables.product.company_short %} is aware of the following issues that could impact upgrades to new releases of {% data variables.product.prodname_ghe_server %}. For more information, see "Known issues" in the [{% data variables.product.prodname_ghe_server %} release notes](/admin/release-notes). +If you see the error `The file provided is not a valid GitHub Enterprise Server package` when attempting an upgrade, you may need to rotate the GPG signing key on your instance. For more information, see [AUTOTITLE](/admin/upgrading-your-instance/troubleshooting-upgrades/rotating-the-signing-key-for-upgrade-packages). + {% data variables.product.company_short %} strongly recommends regular backups of your instance's configuration and data. Before you proceed with any upgrade, back up your instance, then validate the backup in a staging environment. For more information, see [AUTOTITLE](/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance) and [AUTOTITLE](/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance). ## Lifting the pause on upgrades to version 3.15 and above diff --git a/content/admin/upgrading-your-instance/troubleshooting-upgrades/rotating-the-signing-key-for-upgrade-packages.md b/content/admin/upgrading-your-instance/troubleshooting-upgrades/rotating-the-signing-key-for-upgrade-packages.md new file mode 100644 index 000000000000..7a92b7d137e8 --- /dev/null +++ b/content/admin/upgrading-your-instance/troubleshooting-upgrades/rotating-the-signing-key-for-upgrade-packages.md @@ -0,0 +1,99 @@ +--- +title: Rotating the signing key for upgrade packages +intro: 'Learn how to rotate the GPG public key on {% data variables.product.prodname_ghe_server %} when {% data variables.product.company_short %} updates the key used to sign upgrade packages.' +versions: + ghes: '*' +shortTitle: Rotate upgrade signing key +contentType: how-tos +category: + - Back up and upgrade your instance +--- + +## About upgrade package signing keys + +{% data variables.product.prodname_ghe_server %} upgrade packages are signed with a GPG key so that administrators can verify the packages come from {% data variables.product.company_short %}. When you install an upgrade, the appliance checks the package signature against the GPG public key stored in its keyring. + +Occasionally, {% data variables.product.company_short %} may rotate this signing key. When that happens, you must update the GPG public key on your instance before you can install any upgrade packages signed with the new key. Your instance will continue to function normally without the key rotation, but upgrades will fail signature verification until the key is updated. + +If the signing key has not been rotated, attempting to install an upgrade package will fail with the following error: + +```text +Error: The file provided is not a valid GitHub Enterprise Server package. +``` + +## Considerations for unsupported versions + +{% data variables.product.company_short %} strongly recommends upgrading to a supported version as soon as possible. + +Versions of {% data variables.product.prodname_ghe_server %} prior to 3.16 are not being re-signed with the new GPG key. If you are on version 3.13 or earlier you will not be able to rotate the GPG public key until you are on at least version 3.14. If you rotate your GPG public key before upgrading to at least 3.14 you will not be able to install upgrades, as the prior GPG public key will be removed from your {% data variables.product.prodname_ghe_server %} instance. + +For help determining the correct upgrade path, use the [{% data variables.enterprise.upgrade_assistant %}](https://support.github.com/enterprise/server-upgrade). + +## Prerequisites + +* SSH access to your {% data variables.product.prodname_ghe_server %} instance. For more information, see [AUTOTITLE](/admin/administering-your-instance/accessing-the-administrative-shell-ssh). +* Your instance must be able to reach `enterprise.github.com` over HTTPS to download the rotation script. If your instance is behind a restrictive firewall or in an air-gapped environment, download the script from an external machine and transfer it to the appliance manually. + +## Rotating the signing key on a single-node instance + +1. Connect to your {% data variables.product.prodname_ghe_server %} instance via SSH. +1. Download the rotation script provided by {% data variables.product.company_short %}. + + ```shell + curl -fsSL https://enterprise.github.com/security/2026-05-24/rotate-gpg.sh -o rotate-gpg.sh + ``` + +1. Run the rotation script. The script must be run twice: once as the `admin` user and once with `sudo`, because the key is stored in both the admin and root accounts. + + ```shell + chmod ug+x ./rotate-gpg.sh + ./rotate-gpg.sh + sudo ./rotate-gpg.sh + ``` + +1. Verify the rotation completed successfully. Each run of the script prints a confirmation message that includes the new key fingerprint. + +## Rotating the signing key on HA or cluster topologies + +For instances configured with high availability or clustering, the key must be rotated on every node. + +1. Connect to any node in your HA or cluster installation via SSH. +1. Download the rotation script provided by {% data variables.product.company_short %}. + + ```shell + curl -fsSL https://enterprise.github.com/security/2026-05-24/rotate-gpg.sh -o rotate-gpg.sh + ``` + +1. Run the following commands. The `ghe-cluster-each` command copies the script to all nodes and runs it on all nodes. + + ```shell + ghe-cluster-each -- chmod ug+x ./rotate-gpg.sh + ghe-cluster-each -- ./rotate-gpg.sh + ghe-cluster-each -- sudo ./rotate-gpg.sh + ``` + +1. Verify the rotation completed successfully on each node. + +## Verifying the current signing key + +To check which GPG signing key is currently installed on your instance, connect via SSH and run: + +```shell +gpg --list-keys --keyid-format long +``` + +The output displays the fingerprint of the key in the keyring. Compare the fingerprint with the expected value published by {% data variables.product.company_short %} to confirm the rotation was applied correctly. + +## What to expect after rotating the key + +After you rotate the signing key: + +* Your instance continues to function normally. No user downtime is required. +* Previously downloaded upgrade packages that were signed with the prior key will fail verification. Download the latest available patch release to get a package signed with the new key. +* Only download {% data variables.product.prodname_ghe_server %} updates from the official releases page. For more information, see [{% data variables.product.prodname_ghe_server %} releases](https://enterprise.github.com/releases). + +## Reverting a key rotation + +The rotation script removes the previous key from the GPG keyring before importing the new key. There is no built-in way to undo the rotation. + +If you need assistance reverting a key rotation or recovering from a failed upgrade, [contact {% data variables.contact.github_support %}](/support/contacting-github-support). From fa1e18d69afaee87f493377f28c2b5aa74acaf59 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:42:51 -0700 Subject: [PATCH 3/6] fix: correct translation Liquid corruptions for search scraping [SCRAPE-6604] (#61386) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com> --- .../lib/correct-translation-content.ts | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/src/languages/lib/correct-translation-content.ts b/src/languages/lib/correct-translation-content.ts index adeaadf3d893..9fe44393fc2c 100644 --- a/src/languages/lib/correct-translation-content.ts +++ b/src/languages/lib/correct-translation-content.ts @@ -490,6 +490,26 @@ export function correctTranslatedContentStrings( '{% data variables.product.prodname_dotcom %} ホステッド ランナー{% ifversion default-setup-self-hosted-runners-GHEC %}なしのエンタープライズに対して {% data variables.product.prodname_code_scanning %} を有効化、構成、および無効化できます。 {% data variables.product.prodname_code_scanning_caps %} を使用すると、コードの脆弱性やエラーをスキャンできます。', '{% data variables.product.prodname_dotcom %} ホステッド ランナー{% ifversion default-setup-self-hosted-runners-GHEC %}なしのエンタープライズに対して{% endif %} {% data variables.product.prodname_code_scanning %} を有効化、構成、および無効化できます。 {% data variables.product.prodname_code_scanning_caps %} を使用すると、コードの脆弱性やエラーをスキャンできます。', ) + + // [SCRAPE-6604] Per-file fixes for ja pages whose intro/title Liquid was + // structurally scrambled. Scoped by unique broken substring so they are + // no-ops everywhere except the affected file. + + // code-security/.../enabling-github-advanced-security-for-your-enterprise.md + // (title): `{% ifversion ghas-products %}` opens but never closes. + // Append `{% endif %}`. (versions: ghes: '*') + content = content.replaceAll( + '{% ifversion ghas-products %}製品をあなたの企業のために有効にする\n', + '{% ifversion ghas-products %}製品をあなたの企業のために有効にする{% endif %}\n', + ) + + // admin/managing-iam/.../configuring-scim-provisioning-with-okta.md + // (intro): spurious `{% endif %}` after `上で` — one too many endifs for + // the single `{% ifversion ghec %}` opener. Drop the stray closer. + content = content.replaceAll( + '{% endif %} 上で{% endif %}エンタープライズとの通信を実行できるように Okta を構成する方法を学習します。', + '{% endif %} 上でエンタープライズとの通信を実行できるように Okta を構成する方法を学習します。', + ) } if (context.code === 'pt') { @@ -671,6 +691,15 @@ export function correctTranslatedContentStrings( // inside `{% data variables.product. prodname_ghe_cloud %}`. The generic // pt regex above already restored it, but here we only need to confirm — // no extra per-file replacement required. + + // [SCRAPE-6604] Per-file fix: + // organizations/.../requiring-two-factor-authentication-in-your-organization.md + // (intro): `{% ifversion fpt or ghec %}...{% else %}` never closes. + // Append `{% endif %}` at the end of the intro value. + content = content.replaceAll( + 'tornando mais difícil para os atores mal-intencionados acessarem os repositórios e as configurações de uma organização.', + 'tornando mais difícil para os atores mal-intencionados acessarem os repositórios e as configurações de uma organização.{% endif %}', + ) } if (context.code === 'zh') { @@ -800,6 +829,12 @@ export function correctTranslatedContentStrings( // Pattern: `{% 捕获IDENTIFIER %}` (no space) or `{% 捕获 IDENTIFIER %}` (with space) // → `{% capture IDENTIFIER %}` content = content.replace(/\{%(-?)\s*捕获\s*(\w+)\s*(-?)%\}/g, '{%$1 capture $2 $3%}') + + // [SCRAPE-6604] Per-file fix: + // organizations/.../permissions-of-custom-organization-roles.md (intro): + // `{% ifversion org-custom-role-with-repo-permissions %}...{% else %}` never + // closes. Append `{% endif %}` at the end of the intro value. + content = content.replaceAll("{% else %} 的访问权限。'", "{% else %} 的访问权限{% endif %}。'") } if (context.code === 'ru') { @@ -1433,6 +1468,15 @@ export function correctTranslatedContentStrings( '자체 호스팅된 실행기에서 실행 중인 {% data variables.product.prodname_dependabot %}에 대한 액세스를 구성할 수도 있습니다.{% data variables.product.prodname_dependabot %}', '자체 호스팅된 실행기에서 실행 중인 {% data variables.product.prodname_dependabot %}에 대한 액세스를 구성할 수도 있습니다.{% endif %}', ) + + // [SCRAPE-6604] Per-file fix: + // organizations/.../permissions-of-custom-organization-roles.md (intro): + // `{% ifversion org-custom-role-with-repo-permissions %}...{% else %}` never + // closes. Append `{% endif %}` at the end of the intro value. + content = content.replaceAll( + "{% else %}에 대한 액세스를 제어할 수 있습니다.'", + "{% else %}에 대한 액세스를 제어할 수 있습니다.{% endif %}'", + ) } if (context.code === 'de') { From 32417b33a7b8e75bc6d149800baf8c29a5f94f6e Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Mon, 1 Jun 2026 08:09:14 -0700 Subject: [PATCH 4/6] docs: update copilot-cli content from source docs (#61477) Co-authored-by: github-actions[bot] Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .../cli-command-reference.md | 17 ++++++++++++++++- src/content-pipelines/state/copilot-cli.sha | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/content/copilot/reference/copilot-cli-reference/cli-command-reference.md b/content/copilot/reference/copilot-cli-reference/cli-command-reference.md index bf8e32c71df4..3022a26de20c 100644 --- a/content/copilot/reference/copilot-cli-reference/cli-command-reference.md +++ b/content/copilot/reference/copilot-cli-reference/cli-command-reference.md @@ -301,6 +301,8 @@ For a complete list of commands and options, run `copilot help`. > [!NOTE] > The `--remote`, `--no-remote`, and `--connect` options require the remote sessions feature to be available on your account. +You can use `--remote` with `--resume ` to resume a remote task locally. This works even when the task was originally created outside a Git repository. + ## Tool availability values The `--available-tools` and `--excluded-tools` options support these values: @@ -541,13 +543,26 @@ The CLI includes built-in MCP servers that are available without additional setu | Server | Description | |--------|-------------| -| `github-mcp-server` | {% data variables.product.github %} API integration: issues, pull requests, commits, code search, and {% data variables.product.prodname_actions %}. | +| `github-mcp-server` | {% data variables.product.github %} API integration: issues, pull requests, labels, commits, code search, and {% data variables.product.prodname_actions %}. | | `playwright` | Browser automation: navigate, click, type, screenshot, and form handling. | | `fetch` | HTTP requests via the `fetch` tool. | | `time` | Time utilities: `get_current_time` and `convert_time`. | Use `--disable-builtin-mcps` to disable all built-in servers, or `--disable-mcp-server SERVER-NAME` to disable a specific one. +#### {% data variables.product.github %} MCP server tools + +The `github-mcp-server` provides the following tools. + +| Tools | Description | +|-------|-------------| +| `get_file_contents`, `search_code` | Browse repository files. | +| `list_issues`, `issue_read`, `search_issues` | Issue tracking. | +| `get_pull_request`, `list_pull_requests`, `get_pull_request_files` | Pull requests. | +| `list_commits`, `get_commit` | Commit history. | +| `list_workflow_runs`, `get_workflow_run_logs` | {% data variables.product.prodname_actions %}. | +| `get_label`, `list_label`, `label_write` | Label management. | + ### MCP server naming Server names can contain any printable characters, including spaces, Unicode characters, and punctuation. Control characters (U+0000–U+001F, U+007F) and the closing brace (`}`) are not allowed. Server names are used as prefixes for tool names—for example, a server named `my-server` produces tool names like `my-server-fetch`, and a server named `My Server` produces `My Server-fetch`. diff --git a/src/content-pipelines/state/copilot-cli.sha b/src/content-pipelines/state/copilot-cli.sha index 7768624e01b7..5acd853aef03 100644 --- a/src/content-pipelines/state/copilot-cli.sha +++ b/src/content-pipelines/state/copilot-cli.sha @@ -1 +1 @@ -e7ee4ef1f3d09323d60d202f335cc24f94d71fa9 +6f4199ecdb5aec16a6caafade77d0aab7352d176 From 3396c527acf406cb5050cdbd3d65c14340e7a56d Mon Sep 17 00:00:00 2001 From: Collin McNeese Date: Mon, 1 Jun 2026 10:30:13 -0500 Subject: [PATCH 5/6] Adds UBB ide/client versions to redirected pages (#61508) --- .../usage-based-billing-for-individuals.md | 26 ++++++++++++++++++- ...lling-for-organizations-and-enterprises.md | 24 +++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/content/copilot/concepts/billing/usage-based-billing-for-individuals.md b/content/copilot/concepts/billing/usage-based-billing-for-individuals.md index 6e5accd04cd3..3e5b9c14fb05 100644 --- a/content/copilot/concepts/billing/usage-based-billing-for-individuals.md +++ b/content/copilot/concepts/billing/usage-based-billing-for-individuals.md @@ -18,7 +18,7 @@ redirect_from: - /copilot/how-tos/manage-and-track-spending/prepare-for-your-move-to-usage-based-billing --- -{% data variables.product.prodname_copilot_short %} usage is measured in {% data variables.product.prodname_ai_credits_short %}. All {% data variables.product.prodname_copilot_short %} plans include a monthly allowance of {% data variables.product.prodname_ai_credits_short %}. If you use up all of the credits included in your plan, you can purchase more and keep working. +{% data variables.product.prodname_copilot_short %} usage is measured in {% data variables.product.prodname_ai_credits_short %}. All {% data variables.product.prodname_copilot_short %} plans include a monthly allowance of {% data variables.product.prodname_ai_credits_short %}. If you use up all of the credits included in your plan, you can purchase more and keep working. ## What are {% data variables.product.prodname_ai_credits %}? @@ -105,6 +105,30 @@ Your billing date will depend on whether or not you are already being billed by * **If you are not already being billed by {% data variables.product.prodname_dotcom %}**, in most cases your billing cycle will start on the day you sign up for {% data variables.product.prodname_copilot_short %}. For example, if you sign up on 3 September, with monthly billing, your initial billing cycle will run from 3 September until and including 2 October, and then on the same days of subsequent months. * **If you already have a billing cycle**, billing for {% data variables.product.prodname_copilot_short %} will be included in your next bill. You will be charged on a pro rata basis for that initial period. + + +## Update your IDE, client, and extension + +For the best experience with usage-based billing, update your IDE, client, and {% data variables.product.prodname_copilot_short %} extension to at least the versions listed below. + +> [!NOTE] +> Older versions will continue to work, but may display incorrect model pricing, inaccurate usage information, or outdated billing terminology. Usage alert notifications may also not appear as expected. + +| IDE, client, or extension | Minimum version | +| --- | --- | +| {% data variables.product.prodname_vscode_shortname %} | 1.120 | +| {% data variables.product.prodname_vs %} 2022 (17.x) | 17.14.33 | +| {% data variables.product.prodname_vs %} 2025 (18.x) | 18.6.0 | +| SQL Server Management Studio | 22.6 | +| JetBrains IDEs (plugin) | 1.9.1 | +| Eclipse (plugin) | 0.18.0 | +| Xcode (extension) | 0.50.0 | +| {% data variables.copilot.copilot_cli_short %} | 1.0.48 | + +We recommend keeping your IDE, client, and {% data variables.product.prodname_copilot_short %} extensions on the latest available stable version. For information on configuring automatic updates, see [AUTOTITLE](/copilot/how-tos/configure-personal-settings/configure-in-ide). To update {% data variables.copilot.copilot_cli_short %}, see [AUTOTITLE](/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cli). + + + ## Further reading * [AUTOTITLE](/copilot/about-github-copilot/subscription-plans-for-github-copilot) diff --git a/content/copilot/concepts/billing/usage-based-billing-for-organizations-and-enterprises.md b/content/copilot/concepts/billing/usage-based-billing-for-organizations-and-enterprises.md index 4c028f282621..bdd283caffc0 100644 --- a/content/copilot/concepts/billing/usage-based-billing-for-organizations-and-enterprises.md +++ b/content/copilot/concepts/billing/usage-based-billing-for-organizations-and-enterprises.md @@ -77,6 +77,30 @@ Budget controls let you govern how individual users draw from the shared pool an For a full explanation of how these controls work together and when usage gets blocked, see [AUTOTITLE](/copilot/concepts/billing/budgets-for-usage-based-billing). + + +## Update your IDE, client, and extension + +For the best experience with usage-based billing, update your IDE, client, and {% data variables.product.prodname_copilot_short %} extension to at least the versions listed below. + +> [!NOTE] +> Older versions will continue to work, but may display incorrect model pricing, inaccurate usage information, or outdated billing terminology. Usage alert notifications may also not appear as expected. + +| IDE, client, or extension | Minimum version | +| --- | --- | +| {% data variables.product.prodname_vscode_shortname %} | 1.120 | +| {% data variables.product.prodname_vs %} 2022 (17.x) | 17.14.33 | +| {% data variables.product.prodname_vs %} 2025 (18.x) | 18.6.0 | +| SQL Server Management Studio | 22.6 | +| JetBrains IDEs (plugin) | 1.9.1 | +| Eclipse (plugin) | 0.18.0 | +| Xcode (extension) | 0.50.0 | +| {% data variables.copilot.copilot_cli_short %} | 1.0.48 | + +We recommend keeping your IDE, client, and {% data variables.product.prodname_copilot_short %} extensions on the latest available stable version. For information on configuring automatic updates, see [AUTOTITLE](/copilot/how-tos/configure-personal-settings/configure-in-ide). To update {% data variables.copilot.copilot_cli_short %}, see [AUTOTITLE](/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cli). + + + ## Next steps * To set up budget controls for your enterprise, see [AUTOTITLE](/copilot/tutorials/budgets/getting-started-with-budget-controls). From 7790dfbcadc165cd0e92378e9c8cfbd0c4b19fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 08:55:15 -0700 Subject: [PATCH 6/6] Bump immutable from 5.1.1 to 5.1.5 in the npm_and_yarn group across 1 directory (#61442) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09394ece5ae5..2b199c932975 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11497,9 +11497,9 @@ "license": "ISC" }, "node_modules/immutable": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.1.tgz", - "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.5.tgz", + "integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==", "devOptional": true, "license": "MIT" },