Skip to content

Commit d41ea1c

Browse files
pallsamavgrl
andauthored
Updating release notes for 3.16 and 3.17 with a known issue. (#56866)
Co-authored-by: Vanessa <[email protected]>
1 parent 3dc73ae commit d41ea1c

File tree

9 files changed

+19
-1
lines changed

9 files changed

+19
-1
lines changed

data/release-notes/enterprise-server/3-16/0.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ sections:
181181
Customers who have code scanning enabled may experience slower transitions when upgrading to version 3.16.0, due to changes in the data model that require data migration. We recommend testing this upgrade in a non-production environment first, as it could result in longer downtime than expected. [Updated: 2025-06-12]
182182
183183
known_issues:
184+
- |
185+
Customers operating at high scale or near capacity may experience unexpected performance degradation, such as slow response times, background job queue spikes, elevated CPU usage, and increased MySQL load. Consider upgrading to 3.16 with caution. [Updated: 2025-07-28]
184186
- |
185187
{% data reusables.release-notes.2025-03-security-product-transition-bug %} [Updated: 2025-03-17]
186188
- |
@@ -268,4 +270,4 @@ sections:
268270
- |
269271
The release notes previously mentioned Dependabot support for `pnpm` workspace catalogs, which did not ship in 3.16 and will ship in 3.17. [Updated: 2025-05-08]
270272
- |
271-
Customers who have code scanning enabled may experience slower transitions when upgrading to version 3.16.0, due to changes in the data model that require data migration. We recommend testing this upgrade in a non-production environment first, as it could result in longer downtime than expected. [Updated: 2025-06-12]
273+
Customers who have code scanning enabled may experience slower transitions when upgrading to version 3.16.0, due to changes in the data model that require data migration. We recommend testing this upgrade in a non-production environment first, as it could result in longer downtime than expected. [Updated: 2025-06-12]

data/release-notes/enterprise-server/3-16/1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ sections:
2828
- |
2929
Update the bundled `actions/setup-dotnet` with the latest versions from https://github.com/actions/setup-dotnet.
3030
known_issues:
31+
- |
32+
Customers operating at high scale or near capacity may experience unexpected performance degradation, such as slow response times, background job queue spikes, elevated CPU usage, and increased MySQL load. Consider upgrading to 3.16 with caution. [Updated: 2025-07-28]
3133
- |
3234
Upgrades to 3.16.1 may fail due to an error while migrating a secret scanning database. The `ghe-migrations` command output will include a `DelegatedBypassConfigurationNotNil` error. To recover, you can restore from a backup, fail over to a replica, or reach out to GitHub Support if you encounter this issue. [Updated: 2025-04-03]
3335
- |

data/release-notes/enterprise-server/3-16/2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ sections:
3232
- |
3333
The `spokesctl info` and `spokesctl repos` commands now also show wikis that are part of a network.
3434
known_issues:
35+
- |
36+
Customers operating at high scale or near capacity may experience unexpected performance degradation, such as slow response times, background job queue spikes, elevated CPU usage, and increased MySQL load. Consider upgrading to 3.16 with caution. [Updated: 2025-07-28]
3537
- |
3638
Custom firewall rules are removed during the upgrade process.
3739
- |

data/release-notes/enterprise-server/3-16/3.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ sections:
5353
- |
5454
Microsoft Exchange Online is retiring SMTP basic authentication in September 2025. If your GitHub Enterprise Server instance uses this method to send email, delivery may fail after the retirement date. Microsoft recommends switching to a supported alternative. As another option, you may consider using an SMTP OAuth proxy such as [email-oauth2-proxy](https://github.com/simonrob/email-oauth2-proxy), though this is not officially supported. For details and configuration guidance, see the [Microsoft announcement](https://techcommunity.microsoft.com/blog/exchange/exchange-online-to-retire-basic-auth-for-client-submission-smtp-auth/4114750) and the proxy’s [documentation](https://github.com/simonrob/email-oauth2-proxy/blob/main/emailproxy.config).
5555
known_issues:
56+
- |
57+
Customers operating at high scale or near capacity may experience unexpected performance degradation, such as slow response times, background job queue spikes, elevated CPU usage, and increased MySQL load. Consider upgrading to 3.16 with caution. [Updated: 2025-07-28]
5658
- |
5759
Custom firewall rules are removed during the upgrade process.
5860
- |

data/release-notes/enterprise-server/3-16/4.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ sections:
4343
- |
4444
Site administrators who manage dependencies with the base-pinned image should no longer rely on the vulcanizer CLI, as it is in the process of being retired and replaced with vulcancli. Transition to vulcancli to ensure continued support and compatibility.
4545
known_issues:
46+
- |
47+
Customers operating at high scale or near capacity may experience unexpected performance degradation, such as slow response times, background job queue spikes, elevated CPU usage, and increased MySQL load. Consider upgrading to 3.16 with caution. [Updated: 2025-07-28]
4648
- |
4749
Custom firewall rules are removed during the upgrade process.
4850
- |

data/release-notes/enterprise-server/3-16/5.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ sections:
1818
- |
1919
The babeld service no longer reports log messages about some common client-induced networking errors, reducing noise in the logs.
2020
known_issues:
21+
- |
22+
Customers operating at high scale or near capacity may experience unexpected performance degradation, such as slow response times, background job queue spikes, elevated CPU usage, and increased MySQL load. Consider upgrading to 3.16 with caution. [Updated: 2025-07-28]
2123
- |
2224
Applying a new GitHub Enterprise Server license using the Management Console can sometimes fail with an HTTP 500 error.
2325
- |

data/release-notes/enterprise-server/3-17/0.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ sections:
178178
Users see a horizontal navigation bar at the top of their enterprise account. This update is designed to improve the user experience by providing a consistent, intuitive navigation structure that mirrors the rest of the GitHub experience.
179179
180180
known_issues:
181+
- |
182+
Customers operating at high scale or near capacity may experience unexpected performance degradation, such as slow response times, background job queue spikes, elevated CPU usage, and increased MySQL load. Consider upgrading to 3.17 with caution. [Updated: 2025-07-28]
181183
- |
182184
Custom firewall rules are removed during the upgrade process.
183185
- |

data/release-notes/enterprise-server/3-17/1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ sections:
4343
- |
4444
Site administrators who manage dependencies with the base-pinned image should no longer rely on the vulcanizer CLI, as it is in the process of being retired and replaced with vulcancli. Transition to vulcancli to ensure continued support and compatibility.
4545
known_issues:
46+
- |
47+
Customers operating at high scale or near capacity may experience unexpected performance degradation, such as slow response times, background job queue spikes, elevated CPU usage, and increased MySQL load. Consider upgrading to 3.17 with caution. [Updated: 2025-07-28]
4648
- |
4749
Custom firewall rules are removed during the upgrade process.
4850
- |

data/release-notes/enterprise-server/3-17/2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ sections:
2424
- |
2525
The babeld service no longer reports log messages about some common client-induced networking errors, reducing noise in the logs.
2626
known_issues:
27+
- |
28+
Customers operating at high scale or near capacity may experience unexpected performance degradation, such as slow response times, background job queue spikes, elevated CPU usage, and increased MySQL load. Consider upgrading to 3.17 with caution. [Updated: 2025-07-28]
2729
- |
2830
Applying a new GitHub Enterprise Server license using the Management Console can sometimes fail with an HTTP 500 error.
2931
- |

0 commit comments

Comments
 (0)