Skip to content

Commit fa75085

Browse files
release-controller[bot]Release-Controllertimreimherrbonsohimchammer01
authored
Patch release notes for GitHub Enterprise Server (#57402)
Co-authored-by: Release-Controller <[email protected]> Co-authored-by: Tim Reimherr <[email protected]> Co-authored-by: bonsohi <[email protected]> Co-authored-by: mc <[email protected]> Co-authored-by: Felicity Chapman <[email protected]>
1 parent 5457af8 commit fa75085

File tree

4 files changed

+266
-0
lines changed

4 files changed

+266
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
date: '2025-09-09'
2+
sections:
3+
security_fixes:
4+
- |
5+
Packages have been updated to the latest security versions.
6+
bugs:
7+
- |
8+
When generating a support bundle, site administrators could encounter errors if character escaping caused the bundle script to omit the URL parameter for `curl`.
9+
- |
10+
In some environments, `syslog-ng` could write excessive logs to a regular file named `tty10`, continuously filling disk space.
11+
- |
12+
Secret scanning backfills for pull requests and discussions did not run as expected during backfills of new secret types. Site administrators and security teams may have noticed incomplete secret scanning coverage or unworked queues after upgrading.
13+
- |
14+
Administrators saw daily `SignalException` errors in `github-stream-processors` when log rotation happened. Log rotation using "copytruncate" no longer sends SIGUSR1, preventing these errors and improving log management stability. No administrator action is required.
15+
- |
16+
Maintenance periods scheduled more than a week in advance were triggered on the first occurrence of the scheduled day-of-week rather than the intended specific date.
17+
changes:
18+
- |
19+
For administrators managing logs, log folders are more consistently accessible from the administrative account without the need to use `sudo`.
20+
- |
21+
Azure VMs that use the NVMe disk controller are now supported, as well as Azure VMs that do not include temporary resource disks.
22+
known_issues:
23+
- |
24+
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.
25+
- |
26+
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 "[AUTOTITLE](/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console#unlocking-the-root-site-administrator-account)."
27+
- |
28+
On an instance with the HTTP `X-Forwarded-For` header configured for use behind a load balancer, all client IP addresses in the instance's audit log erroneously appear as 127.0.0.1.
29+
- |
30+
{% data reusables.release-notes.large-adoc-files-issue %}
31+
- |
32+
Admin stats REST API endpoints may timeout on appliances with many users or repositories. Retrying the request until data is returned is advised.
33+
- |
34+
When following the steps for [Replacing the primary MySQL node](/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/replacing-a-cluster-node#replacing-the-primary-mysql-node), step 14 (running `ghe-cluster-config-apply`) might fail with errors. If this occurs, re-running `ghe-cluster-config-apply` is expected to succeed.
35+
- |
36+
Running a config apply as part of the steps for [Replacing a node in an emergency](/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/replacing-a-cluster-node#replacing-a-node-in-an-emergency) may fail with errors if the node being replaced is still reachable. If this occurs, shutdown the node and repeat the steps.
37+
- |
38+
{% data reusables.release-notes.2024-06-possible-frontend-5-minute-outage-during-hotpatch-upgrade %}
39+
- |
40+
When restoring data originally backed up from a 3.13 or greater appliance version, the Elasticsearch indices need to be reindexed before some of the data will show up. This happens via a nightly scheduled job. It can also be forced by running `/usr/local/share/enterprise/ghe-es-search-repair`.
41+
- |
42+
An organization-level code scanning configuration page is displayed on instances that do not use GitHub Advanced Security or code scanning.
43+
- |
44+
In the header bar displayed to site administrators, some icons are not available.
45+
- |
46+
When enabling automatic update checks for the first time in the Management Console, the status is not dynamically reflected until the "Updates" page is reloaded.
47+
- |
48+
When restoring from a backup snapshot, a large number of `mapper_parsing_exception` errors may be displayed.
49+
- |
50+
After a restore, existing outside collaborators cannot be added to repositories in a new organization. This issue can be resolved by running `/usr/local/share/enterprise/ghe-es-search-repair` on the appliance.
51+
- |
52+
After a geo-replica is promoted to be a primary by running `ghe-repl-promote`, the actions workflow of a repository does not have any suggested workflows.
53+
- |
54+
Unexpected elements may appear in the UI on the repo overview page for locked repositories.
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
date: '2025-09-09'
2+
sections:
3+
security_fixes:
4+
- |
5+
Packages have been updated to the latest security versions.
6+
bugs:
7+
- |
8+
When generating a support bundle, site administrators could encounter errors if character escaping caused the bundle script to omit the URL parameter for `curl`.
9+
- |
10+
In some environments, `syslog-ng` could write excessive logs to a regular file named `tty10`, continuously filling disk space.
11+
- |
12+
Administrators saw daily `SignalException` errors in `github-stream-processors` when log rotation happened. Log rotation using "copytruncate" no longer sends SIGUSR1, preventing these errors and improving log management stability. No administrator action is required.
13+
- |
14+
Maintenance periods scheduled more than a week in advance were triggered on the first occurrence of the scheduled day-of-week rather than the intended specific date.
15+
- |
16+
Administrators debugging Elasticsearch index repairs previously did not see a "starting" log entry before a repair began, making it harder to track repair initiation in logs.
17+
changes:
18+
- |
19+
For administrators managing logs, log folders are more consistently accessible from the administrative account without the need to use `sudo`.
20+
- |
21+
Administrators can no longer run the `ghe-upgrade` command on a replica node if a configuration apply is running or has failed on the primary node. This change helps prevent upgrade conflicts and ensures more reliable high availability maintenance workflows.
22+
- |
23+
Azure VMs that use the NVMe disk controller are now supported, as well as Azure VMs that do not include temporary resource disks.
24+
- |
25+
Administrators monitoring Elasticsearch index repair jobs benefit from improved log clarity. Log messages provide more detailed and actionable information, making it easier to troubleshoot and track the progress of index repair operations.
26+
known_issues:
27+
- |
28+
Custom firewall rules are removed during the upgrade process.
29+
- |
30+
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.
31+
- |
32+
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 "[AUTOTITLE](/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console#unlocking-the-root-site-administrator-account)."
33+
- |
34+
On an instance with the HTTP `X-Forwarded-For` header configured for use behind a load balancer, all client IP addresses in the instance's audit log erroneously appear as 127.0.0.1.
35+
- |
36+
{% data reusables.release-notes.large-adoc-files-issue %}
37+
- |
38+
Admin stats REST API endpoints may timeout on appliances with many users or repositories. Retrying the request until data is returned is advised.
39+
- |
40+
When following the steps for [Replacing the primary MySQL node](/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/replacing-a-cluster-node#replacing-the-primary-mysql-node), step 14 (running `ghe-cluster-config-apply`) might fail with errors. If this occurs, re-running `ghe-cluster-config-apply` is expected to succeed.
41+
- |
42+
Running a config apply as part of the steps for [Replacing a node in an emergency](/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/replacing-a-cluster-node#replacing-a-node-in-an-emergency) may fail with errors if the node being replaced is still reachable. If this occurs, shutdown the node and repeat the steps.
43+
- |
44+
{% data reusables.release-notes.2024-06-possible-frontend-5-minute-outage-during-hotpatch-upgrade %}
45+
- |
46+
When restoring data originally backed up from a 3.13 or greater appliance version, the Elasticsearch indices need to be reindexed before some of the data will show up. This happens via a nightly scheduled job. It can also be forced by running `/usr/local/share/enterprise/ghe-es-search-repair`.
47+
- |
48+
An organization-level code scanning configuration page is displayed on instances that do not use GitHub Advanced Security or code scanning.
49+
- |
50+
In the header bar displayed to site administrators, some icons are not available.
51+
- |
52+
When enabling automatic update checks for the first time in the Management Console, the status is not dynamically reflected until the "Updates" page is reloaded.
53+
- |
54+
When restoring from a backup snapshot, a large number of `mapper_parsing_exception` errors may be displayed.
55+
- |
56+
When initializing a new GHES cluster, nodes with the `consul-server` role should be added to the cluster before adding additional nodes. Adding all nodes simultaneously creates a race condition between nomad server registration and nomad client registration.
57+
- |
58+
Admins setting up cluster high availability (HA) may encounter a spokes error when running `ghe-cluster-repl-status` if a new organization and repositories are created before using the `ghe-cluster-repl-bootstrap` command. To avoid this issue, complete the cluster HA setup with `ghe-cluster-repl-bootstrap` before creating new organizations and repositories.
59+
- |
60+
After a restore, existing outside collaborators cannot be added to repositories in a new organization. This issue can be resolved by running `/usr/local/share/enterprise/ghe-es-search-repair` on the appliance.
61+
- |
62+
Unexpected elements may appear in the UI on the repo overview page for locked repositories.
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
date: '2025-09-09'
2+
sections:
3+
security_fixes:
4+
- |
5+
Packages have been updated to the latest security versions.
6+
bugs:
7+
- |
8+
The Git service (babeld) could panic in some cases, causing it to become unresponsive.
9+
- |
10+
When generating a support bundle, site administrators could encounter errors if character escaping caused the bundle script to omit the URL parameter for `curl`.
11+
- |
12+
In some environments, `syslog-ng` could write excessive logs to a regular file named `tty10`, continuously filling disk space.
13+
- |
14+
When configuring primary and secondary NTP servers, only a hostname was expected. This prevented server options (see the [`chronyd` man page for options](https://chrony-project.org/doc/3.4/chrony.conf.html)) from being used which would cause `ghe-config-check` and `ghe-config-apply` to throw validation errors.
15+
- |
16+
When adding a new git data node in cluster environments, pre-receive hooks were not synchronized, causing missing hooks on the new node. Pre-receive hooks are now synced automatically when running `ghe-config-apply`.
17+
- |
18+
Administrators saw daily `SignalException` errors in `github-stream-processors` when log rotation happened. Log rotation using "copytruncate" no longer sends SIGUSR1, preventing these errors and improving log management stability. No administrator action is required.
19+
- |
20+
Maintenance periods scheduled more than a week in advance were triggered on the first occurrence of the scheduled day-of-week rather than the intended specific date.
21+
- |
22+
Users were unable to use the "/" key to focus the search bar on pages where a file tree is displayed.
23+
- |
24+
When users pushed to forked repositories from the command line, the users received incorrect links for creating push protection bypass requests. The links referenced the parent repository instead of the forked repository.
25+
changes:
26+
- |
27+
For administrators managing logs, log folders are more consistently accessible from the administrative account without the need to use `sudo`.
28+
- |
29+
Administrators can no longer run the `ghe-upgrade` command on a replica node if a configuration apply is running or has failed on the primary node. This change helps prevent upgrade conflicts and ensures more reliable high availability maintenance workflows.
30+
- |
31+
Azure VMs that use the NVMe disk controller are now supported, as well as Azure VMs that do not include temporary resource disks.
32+
known_issues:
33+
- |
34+
Custom firewall rules are removed during the upgrade process.
35+
- |
36+
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.
37+
- |
38+
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 "[AUTOTITLE](/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console#unlocking-the-root-site-administrator-account)."
39+
- |
40+
On an instance with the HTTP `X-Forwarded-For` header configured for use behind a load balancer, all client IP addresses in the instance's audit log erroneously appear as 127.0.0.1.
41+
- |
42+
{% data reusables.release-notes.large-adoc-files-issue %}
43+
- |
44+
Admin stats REST API endpoints may timeout on appliances with many users or repositories. Retrying the request until data is returned is advised.
45+
- |
46+
When following the steps for [Replacing the primary MySQL node](/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/replacing-a-cluster-node#replacing-the-primary-mysql-node), step 14 (running `ghe-cluster-config-apply`) might fail with errors. If this occurs, re-running `ghe-cluster-config-apply` is expected to succeed.
47+
- |
48+
Running a config apply as part of the steps for [Replacing a node in an emergency](/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/replacing-a-cluster-node#replacing-a-node-in-an-emergency) may fail with errors if the node being replaced is still reachable. If this occurs, shutdown the node and repeat the steps.
49+
- |
50+
{% data reusables.release-notes.2024-06-possible-frontend-5-minute-outage-during-hotpatch-upgrade %}
51+
- |
52+
When restoring data originally backed up from a 3.13 or greater appliance version, the Elasticsearch indices need to be reindexed before some of the data will show up. This happens via a nightly scheduled job. It can also be forced by running `/usr/local/share/enterprise/ghe-es-search-repair`.
53+
- |
54+
An organization-level code scanning configuration page is displayed on instances that do not use GitHub Advanced Security or code scanning.
55+
- |
56+
When enabling automatic update checks for the first time in the Management Console, the status is not dynamically reflected until the "Updates" page is reloaded.
57+
- |
58+
When restoring from a backup snapshot, a large number of `mapper_parsing_exception` errors may be displayed.
59+
- |
60+
When initializing a new GHES cluster, nodes with the `consul-server` role should be added to the cluster before adding additional nodes. Adding all nodes simultaneously creates a race condition between nomad server registration and nomad client registration.
61+
- |
62+
Admins setting up cluster high availability (HA) may encounter a spokes error when running `ghe-cluster-repl-status` if a new organization and repositories are created before using the `ghe-cluster-repl-bootstrap` command. To avoid this issue, complete the cluster HA setup with `ghe-cluster-repl-bootstrap` before creating new organizations and repositories.
63+
- |
64+
In a cluster, the host running restore requires access the storage nodes via their private IPs.
65+
- |
66+
On an instance hosted on Azure, commenting on an issue via email meant the comment was not added to the issue.
67+
- |
68+
After a restore, existing outside collaborators cannot be added to repositories in a new organization. This issue can be resolved by running `/usr/local/share/enterprise/ghe-es-search-repair` on the appliance.
69+
- |
70+
After a geo-replica is promoted to be a primary by running `ghe-repl-promote`, the actions workflow of a repository does not have any suggested workflows.
71+
- |
72+
Unexpected elements may appear in the UI on the repo overview page for locked repositories.

0 commit comments

Comments
 (0)