diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 12ab2462a3..358899686d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,51 +2,59 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.177.0/containers/javascript-node // - { - "name": "docs.github.com", - "build": { - "dockerfile": "Dockerfile", - // Update 'VARIANT' to pick a Node version - "args": { "VARIANT": "18" } - }, + "name": "docs.github.com", + "build": { + "dockerfile": "Dockerfile", + // Update 'VARIANT' to pick a Node version + "args": { "VARIANT": "18" } + }, - // Set *default* container specific settings.json values on container create. - "settings": { - "terminal.integrated.shell.linux": "/bin/bash", - "cSpell.language": ",en" - }, + // Set *default* container specific settings.json values on container create. + "settings": { + "terminal.integrated.shell.linux": "/bin/bash", + "cSpell.language": ",en" + }, - // Install features. Type 'feature' in the VS Code command palette for a full list. - "features": { - "sshd": "latest" - }, + // Install features. Type 'feature' in the VS Code command palette for a full list. + "features": { + "sshd": "latest" + }, - // Visual Studio Code extensions which help authoring for docs.github.com. - "extensions": [ - "dbaeumer.vscode-eslint", - "sissel.shopify-liquid", - "davidanson.vscode-markdownlint", - "bierner.markdown-preview-github-styles", - "streetsidesoftware.code-spell-checker", - "alistairchristie.open-reusables" - ], + "customizations": { + "vscode": { + "settings": {}, + // Visual Studio Code extensions which help authoring for docs.github.com. + "extensions": [ + "dbaeumer.vscode-eslint", + "sissel.shopify-liquid", + "davidanson.vscode-markdownlint", + "bierner.markdown-preview-github-styles", + "streetsidesoftware.code-spell-checker", + "alistairchristie.open-reusables", + "github.copilot", + "github.copilotChat", + "github.copilotLabs" + ] + } + }, - // Use 'forwardPorts' to make a list of ports inside the container available locally. - "forwardPorts": [4000], - - "portsAttributes": { - "4000": { - "label": "Preview", - "onAutoForward": "openPreview" - } - }, + // Use 'forwardPorts' to make a list of ports inside the container available locally. + "forwardPorts": [4000], - // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "npm ci", + "portsAttributes": { + "4000": { + "label": "Preview", + "onAutoForward": "openPreview" + } + }, - // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. - "remoteUser": "node" -, - "hostRequirements": { - "memory": "8gb" - } + // Use 'postCreateCommand' to run commands after the container is created. + "postCreateCommand": "npm ci", + + // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. + "remoteUser": "node", + + "hostRequirements": { + "memory": "8gb" + } } diff --git a/data/release-notes/enterprise-server/3-10/0.yml b/data/release-notes/enterprise-server/3-10/0.yml index 057d7bb142..acba41d619 100644 --- a/data/release-notes/enterprise-server/3-10/0.yml +++ b/data/release-notes/enterprise-server/3-10/0.yml @@ -3,6 +3,12 @@ release_candidate: false deprecated: false intro: | For upgrade instructions, see "[Upgrading {% data variables.product.prodname_ghe_server %}](/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server)." + + {% warning %} + + **Warning**: This release contains known issues that can impact the performance of your instance. Before you upgrade, make sure you've read the "[Known issues](#3.10.0-known-issues)" section of these release notes. + + {% endwarning %} sections: # Remove section heading if the section contains no notes. diff --git a/data/reusables/enterprise/upgrade-to-3-9-or-to-3-10-mysql-cannot-start-up.md b/data/reusables/enterprise/upgrade-to-3-9-or-to-3-10-mysql-cannot-start-up.md index c930b32782..06e2431df2 100644 --- a/data/reusables/enterprise/upgrade-to-3-9-or-to-3-10-mysql-cannot-start-up.md +++ b/data/reusables/enterprise/upgrade-to-3-9-or-to-3-10-mysql-cannot-start-up.md @@ -1 +1 @@ -After an administrator upgrades from {% data variables.product.prodname_ghe_server %} 3.7 or 3.8, to 3.9 or 3.10, MySQL may not start back up. For more information, see "[AUTOTITLE](/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/known-issues-with-upgrades-to-your-instance#mysql-does-not-start-after-upgrade-to-github-enterprise-server-39)." +After an administrator upgrades from {% data variables.product.prodname_ghe_server %} 3.7 or 3.8, to 3.9 or 3.10, MySQL may not start back up. For more information, see "[AUTOTITLE](/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/known-issues-with-upgrades-to-your-instance#mysql-does-not-start-after-upgrade-to-github-enterprise-server-39-or-310)."