From 38287a985f9198818661967b6bddd1d0b91b3b54 Mon Sep 17 00:00:00 2001 From: Maya Ross Date: Wed, 7 Sep 2022 10:35:57 -0400 Subject: [PATCH 1/2] Update ESX version support for 3.5 and higher (#30134) --- .../installing-github-enterprise-server-on-vmware.md | 2 +- data/release-notes/enterprise-server/3-5/0.yml | 5 +++++ data/release-notes/enterprise-server/3-5/1.yml | 3 +++ data/release-notes/enterprise-server/3-5/2.yml | 2 ++ data/release-notes/enterprise-server/3-5/3.yml | 2 ++ data/release-notes/enterprise-server/3-6/0.yml | 2 ++ 6 files changed, 15 insertions(+), 1 deletion(-) diff --git a/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware.md b/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware.md index 21e3dd13ce..4ab6243b0d 100644 --- a/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware.md +++ b/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware.md @@ -21,7 +21,7 @@ shortTitle: Install on VMware ## Prerequisites - {% data reusables.enterprise_installation.software-license %} -- You must have a VMware vSphere ESXi Hypervisor, applied to a bare metal machine that will run {% data variables.product.product_location %}s. We support versions 5.5 through 6.7. The ESXi Hypervisor is free and does not include the (optional) vCenter Server. For more information, see [the VMware ESXi documentation](https://www.vmware.com/products/esxi-and-esx.html). +- You must have a VMware vSphere ESXi Hypervisor, applied to a bare metal machine that will run {% data variables.product.product_location %}s. We support versions 5.5 through 6.7 for {% data variables.product.prodname_ghe_server %} 3.4 and earlier. ESX version 7.0 is supported for {% data variables.product.prodname_ghe_server %} 3.5 and later. The ESXi Hypervisor is free and does not include the (optional) vCenter Server. For more information, see [the VMware ESXi documentation](https://www.vmware.com/products/esxi-and-esx.html). - You will need access to a vSphere Client. If you have vCenter Server you can use the vSphere Web Client. For more information, see the VMware guide "[Log in to vCenter Server by Using the vSphere Web Client](https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.install.doc/GUID-CE128B59-E236-45FF-9976-D134DADC8178.html)." ## Hardware considerations diff --git a/data/release-notes/enterprise-server/3-5/0.yml b/data/release-notes/enterprise-server/3-5/0.yml index 3b87d0c7fd..b3cb18f0dd 100644 --- a/data/release-notes/enterprise-server/3-5/0.yml +++ b/data/release-notes/enterprise-server/3-5/0.yml @@ -351,6 +351,11 @@ sections: - In version 3.0, the minimum requirement for memory increased from 16 GB to 32 GB. As of 3.5.0, system preflight checks will fail if the system has less than 28 GB of memory. For more information, see the minimum requirements for each supported deployment platform in "[Setting up a GitHub Enterprise Server instance](/admin/installation/setting-up-a-github-enterprise-server-instance)." [Updated: 2022-06-20] + + # https://github.com/github/releases/issues/2479 + - | + VMware vSphere ESXi hypervisor version 7.0 is now supported. [Updated: 2022-09-07] + # https://github.com/github/releases/issues/2063 - | To use the device authorization flow for OAuth and GitHub Apps, you must manually enable the feature. This change reduces the likelihood of apps being used in phishing attacks against GitHub Enterprise Server users by ensuring integrators are aware of the risks and make a conscious choice to support this form of authentication. If you own or manage an OAuth App or GitHub App and you want to use the device flow, you can enable it for your app via the app's settings page. The device flow API endpoints will respond with status code `400` to apps that have not enabled this feature. For more information, see "[Authorizing OAuth Apps](/developers/apps/building-oauth-apps/authorizing-oauth-apps#device-flow)." diff --git a/data/release-notes/enterprise-server/3-5/1.yml b/data/release-notes/enterprise-server/3-5/1.yml index 30e6430c65..3eec569a1c 100644 --- a/data/release-notes/enterprise-server/3-5/1.yml +++ b/data/release-notes/enterprise-server/3-5/1.yml @@ -19,6 +19,9 @@ sections: changes: - Optimised the inclusion of metrics when generating a cluster support bundle. - In HA configurations where Elasticsearch reported a valid yellow status, changes introduced in a previous fix would block the `ghe-repl-stop` command and not allow replication to be stopped. Using `ghe-repo-stop --force` will now force Elasticsearch to stop when the service is in a normal or valid yellow status. + # https://github.com/github/releases/issues/2479 + - | + VMware vSphere ESXi hypervisor version 7.0 is now supported. [Updated: 2022-09-07] known_issues: - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user. - Custom firewall rules are removed during the upgrade process. diff --git a/data/release-notes/enterprise-server/3-5/2.yml b/data/release-notes/enterprise-server/3-5/2.yml index 4924d55302..4195c54474 100644 --- a/data/release-notes/enterprise-server/3-5/2.yml +++ b/data/release-notes/enterprise-server/3-5/2.yml @@ -23,6 +23,8 @@ sections: - Improves performance in pull requests' "Files changed" tab when the diff includes many changes. - The Actions repository cache usage policy no longer accepts a maximum value less than 1 for [`max_repo_cache_size_limit_in_gb`](/rest/actions/cache#set-github-actions-cache-usage-policy-for-an-enterprise). - When [deploying cache-server nodes](/admin/enterprise-management/caching-repositories/configuring-a-repository-cache#configuring-a-repository-cache), it is now mandatory to describe the datacenter topology (using the `--datacenter` argument) for every node in the system. This requirement prevents situations where leaving datacenter membership set to "default" leads to workloads being inappropriately balanced across multiple datacenters. + - | + VMware vSphere ESXi hypervisor version 7.0 is now supported. [Updated: 2022-09-07] known_issues: - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user. - Custom firewall rules are removed during the upgrade process. diff --git a/data/release-notes/enterprise-server/3-5/3.yml b/data/release-notes/enterprise-server/3-5/3.yml index a4e3f48635..26c012f38e 100644 --- a/data/release-notes/enterprise-server/3-5/3.yml +++ b/data/release-notes/enterprise-server/3-5/3.yml @@ -18,6 +18,8 @@ sections: - The Billing API's "[Get GitHub Advanced Security active committers for an organization](/rest/billing#get-github-advanced-security-active-committers-for-an-organization)" endpoint now returns `Link` headers to provide information about pagination. - The Billing API's "[Get GitHub Advanced Security active committers for an organization](/rest/billing#get-github-advanced-security-active-committers-for-an-organization)" endpoint now returns the correct number of total committers. - In the sidebar for an organization's settings, the **Archive** navigation item contained no children. + - | + VMware vSphere ESXi hypervisor version 7.0 is now supported. [Updated: 2022-09-07] changes: - The `ghe-set-password` command-line utility starts required services automatically when the instance is booted in recovery mode. - Metrics for `aqueduct` background processes are gathered for Collectd forwarding and display in the Management Console. diff --git a/data/release-notes/enterprise-server/3-6/0.yml b/data/release-notes/enterprise-server/3-6/0.yml index 5b99481bd5..4b1b538421 100644 --- a/data/release-notes/enterprise-server/3-6/0.yml +++ b/data/release-notes/enterprise-server/3-6/0.yml @@ -283,6 +283,8 @@ sections: changes: - Interactive elements in the web interface such as links and buttons show a visible outline when focused with a keyboard, to help users find the current position on a page. In addition, when focused, form fields have a higher contrast outline. - If a user refreshes the page while creating a new issue or pull request, the assignees, reviewers, labels and projects will all be preserved. + - | + VMware vSphere ESXi hypervisor version 7.0 is now supported. [Updated: 2022-09-07] known_issues: - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user. From dc05d0f96801b97a6fda1641bf7d8e7171e3bdf8 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 7 Sep 2022 17:41:19 +0200 Subject: [PATCH 2/2] always ignore @elastic/elasticsearch in Dependabot (#30569) --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7f61f10dd5..5359049164 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ updates: day: tuesday open-pull-requests-limit: 20 # default is 5 ignore: + - dependency-name: '@elastic/elasticsearch' - dependency-name: '*' update-types: ['version-update:semver-patch', 'version-update:semver-minor']