-
Notifications
You must be signed in to change notification settings - Fork 60k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27790 from github/repo-sync
Repo sync
- Loading branch information
Showing
40 changed files
with
149 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Binary file removed
BIN
-9.51 KB
assets/images/enterprise/business-accounts/settings-options-tab.png
Binary file not shown.
Binary file removed
BIN
-27.7 KB
assets/images/enterprise/site-admin-settings/all-users-click-username.png
Binary file not shown.
Binary file removed
BIN
-56.3 KB
assets/images/enterprise/site-admin-settings/update-saml-nameid-edit.png
Binary file not shown.
Binary file removed
BIN
-22 KB
assets/images/enterprise/site-admin-settings/update-saml-nameid-field-in-modal.png
Binary file not shown.
Binary file removed
BIN
-21.1 KB
assets/images/enterprise/site-admin-settings/update-saml-nameid-update.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-34.7 KB
assets/images/help/settings/user-account-temporary-interaction-limits-options.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
date: '2023-08-24' | ||
sections: | ||
security_fixes: | ||
- Packages have been updated to the latest security versions. | ||
bugs: | ||
- If MinIO was configured for external blob storage on an instance with GitHub Actions enabled and MinIO was configured for bucket replication, the instance's credential validation with MinIO would occasionally fail. | ||
- syslog-ng configurations for containerized services caused errors for log forwarding services. The configurations have been removed. | ||
- When an instance exhausted available memory, in some cases, the system's out-of-memory killer (OOMK) killed the process for `dockerd`, causing Nomad to fail to recover after systemd restarted Docker. | ||
- When an administrator used GitHub Enterprise Importer on versions 3.7 and below to migrate repositories from GitHub Enterprise Server, the system backup size would increase after running many migrations due to storage files not being cleaned up. | ||
- On an instance with Dependabot alerts enabled, repository creation could fail if an organization owner did not set a primary email address. | ||
changes: | ||
- Administrators with SSH access to an instance can view the version of GitHub Enterprise Server on the instance by using the `-v` flag with the `ghe-version` utility. | ||
- As a security measure, GitHub Pages does not build sites that contain symbolic links except when using custom GitHub Actions workflows. When the page builder encounters a symbolic link, the build will fail with an error indicating that the symbolic link should be dereferenced. Custom workflows for GitHub Pages are available in GitHub Enterprise Server 3.7 and later. | ||
known_issues: | ||
- | | ||
Custom firewall rules are removed during the upgrade process. | ||
- | | ||
Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository. | ||
- | | ||
The GitHub Packages npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues. | ||
- | | ||
In a repository's settings, enabling the option to allow users with read access to create discussions does not enable this functionality. | ||
- | | ||
Custom patterns for secret scanning have `.*` as an end delimiter, specifically in the "After secret" field. This delimiter causes inconsistencies in scans for secrets across repositories, and you may notice gaps in a repository's history where no scans completed. Incremental scans may also be impacted. To prevent issues with scans, modify the end of the pattern to remove the `.*` delimiter. | ||
- | | ||
{% data reusables.release-notes.repository-inconsistencies-errors %} | ||
- | | ||
On an instance in a high-availability configuration, passive replica nodes accept Git client requests and forward the requests to the primary node. | ||
- | | ||
If an instance is configured to forward logs to a target server with TLS enabled, certificate authority (CA) bundles that a site administrator uploads using `ghe-ssl-ca-certificate-install` are not respected, and connections to the server fail. | ||
- | | ||
When running `ghe-config-apply`, the process may stall with the message `Deployment is running pending automatic promotion`. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
date: '2023-08-24' | ||
sections: | ||
security_fixes: | ||
- To prevent commits from a detached repository from syncing to prior forks that are now in a separate repository network, GitHub Enterprise Server closes pull requests between repositories during detachment. | ||
- Packages have been updated to the latest security versions. | ||
bugs: | ||
- syslog-ng configurations for containerized services caused errors for log forwarding services. The configurations have been removed. | ||
- When an instance exhausted available memory, in some cases, the system's out-of-memory killer (OOMK) killed the process for `dockerd`, causing Nomad to fail to recover after systemd restarted Docker. | ||
- When running the ghe-migrator, certain error messages contained an invalid link to import documentation. | ||
- On an instance with Dependabot alerts enabled, repository creation could fail if an organization owner did not set a primary email address. | ||
- On an instance with a GitHub Advanced Security license and secret scanning enabled, in some cases, custom patterns would erroneously show no results for a dry run. | ||
changes: | ||
- Administrators with SSH access to an instance can view the version of GitHub Enterprise Server on the instance by using the `-v` flag with the `ghe-version` utility. | ||
- As a security measure, GitHub Pages does not build sites that contain symbolic links except when using custom GitHub Actions workflows. When the page builder encounters a symbolic link, the build will fail with an error indicating that the symbolic link should be dereferenced. Custom workflows for GitHub Pages are available in GitHub Enterprise Server 3.7 and later. | ||
known_issues: | ||
- | | ||
Custom firewall rules are removed during the upgrade process. | ||
- | | ||
The GitHub Packages npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues. | ||
- | | ||
In a repository's settings, enabling the option to allow users with read access to create discussions does not enable this functionality. | ||
- | | ||
Custom patterns for secret scanning have `.*` as an end delimiter, specifically in the "After secret" field. This delimiter causes inconsistencies in scans for secrets across repositories, and you may notice gaps in a repository's history where no scans completed. Incremental scans may also be impacted. To prevent issues with scans, modify the end of the pattern to remove the `.*` delimiter. | ||
- | | ||
{% data reusables.release-notes.repository-inconsistencies-errors %} | ||
- | | ||
During the validation phase of a configuration run, a `No such object` error may occur for the Notebook and Viewscreen services. This error can be ignored as the services should still correctly start. | ||
- | | ||
On an instance in a high-availability configuration, passive replica nodes accept Git client requests and forward the requests to the primary node. | ||
- | | ||
If an instance is configured to forward logs to a target server with TLS enabled, certificate authority (CA) bundles that a site administrator uploads using `ghe-ssl-ca-certificate-install` are not respected, and connections to the server fail. | ||
- | | ||
When running `ghe-config-apply`, the process may stall with the message `Deployment is running pending automatic promotion`. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
date: '2023-08-24' | ||
sections: | ||
security_fixes: | ||
- Packages have been updated to the latest security versions. | ||
bugs: | ||
- When an administrator tried to validate blob storage connection settings for GitHub Enterprise Importer in the Management Console using the **Test storage settings** button, the operation failed. | ||
- syslog-ng configurations for containerized services caused errors for log forwarding services. The configurations have been removed. | ||
- When an instance exhausted available memory, in some cases, the system's out-of-memory killer (OOMK) killed the process for `dockerd`, causing Nomad to fail to recover after systemd restarted Docker. | ||
- When running the ghe-migrator, certain error messages contained an invalid link to import documentation. | ||
- On an instance with GitHub Actions enabled, due to mismatched values, users could not easily associate workflow job run IDs from the GitHub Enterprise Server APIs or webhooks with a job in the UI. Workflow job runs now use a new URL pattern of `...actions/runs/job/{job_id}`, and `job_id` matches values from APIs and webhook payloads. | ||
- On an instance with a GitHub Advanced Security license and secret scanning enabled, in some cases, custom patterns would erroneously show no results for a dry run. | ||
changes: | ||
- Administrators with SSH access to an instance can view the version of GitHub Enterprise Server on the instance by using the `-v` flag with the `ghe-version` utility. | ||
known_issues: | ||
- | | ||
Custom firewall rules are removed during the upgrade process. | ||
- | | ||
The GitHub Packages npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues. | ||
- | | ||
During the validation phase of a configuration run, a `No such object` error may occur for the Notebook and Viewscreen services. This error can be ignored as the services should still correctly start. | ||
- | | ||
If the root site administrator is locked out of the Management Console after failed login attempts, the account does not unlock automatically after the defined lockout time. Someone with administrative SSH access to the instance must unlock the account using the administrative shell. For more information, see "[Troubleshooting access to the Management Console](https://docs.github.com/en/[email protected]/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console#unlocking-the-root-site-administrator-account)." [Updated: 2023-02-23] | ||
- | | ||
On an instance in a high-availability configuration, passive replica nodes accept Git client requests and forward the requests to the primary node. | ||
- | | ||
If an instance is configured to forward logs to a target server with TLS enabled, certificate authority (CA) bundles that a site administrator uploads using `ghe-ssl-ca-certificate-install` are not respected, and connections to the server fail. | ||
- | | ||
When running `ghe-config-apply`, the process may stall with the message `Deployment is running pending automatic promotion`. | ||
- | | ||
{% data reusables.release-notes.mermaid-rendering-known-issue %} | ||
- | | ||
{% data reusables.release-notes.migrations-blob-storage-unconfigurable-known-issue %} | ||
- | | ||
{% data reusables.release-notes.migrations-missing-section-known-issue %} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
date: '2023-08-24' | ||
intro: | | ||
{% 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.9.4-known-issues)" section of these release notes. | ||
{% endwarning %} | ||
sections: | ||
security_fixes: | ||
- To prevent commits from a detached repository from syncing to prior forks that are now in a separate repository network, GitHub Enterprise Server closes pull requests between repositories during detachment. | ||
- Packages have been updated to the latest security versions. | ||
bugs: | ||
- On an instance with GitHub Actions enabled, scale sets configured at the enterprise level did not appear for use within the instance's organizations or repositories. | ||
- When an administrator tried to validate blob storage connection settings for GitHub Enterprise Importer in the Management Console using the **Test storage settings** button, the operation failed. | ||
- syslog-ng configurations for containerized services caused errors for log forwarding services. The configurations have been removed. | ||
- When an instance exhausted available memory, in some cases, the system's out-of-memory killer (OOMK) killed the process for `dockerd`, causing Nomad to fail to recover after systemd restarted Docker. | ||
- In some cases, when starting a new GitHub Enterprise Server instance, the preflight page indicated that there was no user disk of sufficient size attached. | ||
- When running the ghe-migrator, certain error messages contained an invalid link to import documentation. | ||
- On an instance with GitHub Actions enabled, due to mismatched values, users could not easily associate workflow job run IDs from the GitHub Enterprise Server APIs or webhooks with a job in the UI. Workflow job runs now use a new URL pattern of `...actions/runs/job/{job_id}`, and `job_id` matches values from APIs and webhook payloads. | ||
known_issues: | ||
- | | ||
Custom firewall rules are removed during the upgrade process. | ||
- | | ||
The GitHub Packages npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues. | ||
- | | ||
During the validation phase of a configuration run, a `No such object` error may occur for the Notebook and Viewscreen services. This error can be ignored as the services should still correctly start. | ||
- | | ||
If the root site administrator is locked out of the Management Console after failed login attempts, the account does not unlock automatically after the defined lockout time. Someone with administrative SSH access to the instance must unlock the account using the administrative shell. For more information, see "[Troubleshooting access to the Management Console](https://docs.github.com/en/[email protected]/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console#unlocking-the-root-site-administrator-account)." [Updated: 2023-02-23] | ||
- | | ||
On an instance in a high-availability configuration, passive replica nodes accept Git client requests and forward the requests to the primary node. | ||
- | | ||
If an instance is configured to forward logs to a target server with TLS enabled, certificate authority (CA) bundles that a site administrator uploads using `ghe-ssl-ca-certificate-install` are not respected, and connections to the server fail. | ||
- | | ||
When running `ghe-config-apply`, the process may stall with the message `Deployment is running pending automatic promotion`. | ||
- | | ||
The `mbind: Operation not permitted` error in the `/var/log/mysql/mysql.err` file can be ignored. MySQL 8 does not gracefully handle when the `CAP_SYS_NICE` capability isn't required, and outputs an error instead of a warning. | ||
- | | ||
{% data reusables.release-notes.mermaid-rendering-known-issue %} | ||
- | | ||
When enabling CodeQL via default setup [at scale](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-at-scale), some checks related to GitHub Actions are omitted, potentially preventing the process from completing. | ||
- | | ||
{% data reusables.release-notes.upgrade-mysql8-cannot-start-up %} | ||
- | | ||
{% data reusables.release-notes.upgrade-to-3-9-or-to-3-10-io-utilization-increase %} | ||
- | | ||
{% data reusables.release-notes.migrations-blob-storage-unconfigurable-known-issue %} | ||
- | | ||
{% data reusables.release-notes.migrations-missing-section-known-issue %} |
This file contains 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