diff --git a/data/release-notes/enterprise-server/3-18/0.yml b/data/release-notes/enterprise-server/3-18/0.yml index 9824e58b617d..7be8140a0915 100644 --- a/data/release-notes/enterprise-server/3-18/0.yml +++ b/data/release-notes/enterprise-server/3-18/0.yml @@ -14,7 +14,7 @@ sections: notes: # https://github.com/github/releases/issues/6173 - | - Operators use native Prometheus metrics to monitor the appliance. This feature is currently in public preview and should only be used in pre-production environments. You can view the Prometheus-based dashboards directly in the appliance or export Prometheus metrics to third-party observability systems. See [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/about-opentelemetry-metrics). + Operators use OpenTelemetry metrics to monitor the appliance. This feature is currently in public preview and should only be used in preproduction environments. You can also export Prometheus metrics to third-party observability systems. See [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/about-opentelemetry-metrics). # https://github.com/github/releases/issues/6019 - | Admins can enable a larger item limit on projects, which supports up to 50,000 items. After the upgrade, the `memex-project-items` index will be migrated and an index repair started Once the `memex-project-items` index repair is completed, the new index is automatically promoted to primary and `ENABLE_PROJECTS_INCREASED_LIMITS` can be enabled. If `ENABLE_PROJECTS_INCREASED_LIMITS` is enabled before the index repair is completed, project data will appear to be missing from any partially repaired projects. This problem will resolve itself once the repair completes. @@ -184,9 +184,6 @@ sections: Repository and organization administrators can use the new merge method rule for rulesets to control which merge methods—merge commit, squash, or rebase—are allowed on targeted branches when merging pull requests via the UI or APIs. This ensures consistency and simplifies workflows across branches. known_issues: - - | - **Note:** This list is not complete. Any new known issues that are identified for the 3.18 release will be added between now and the general availability release. - # INCLUDE NOTES FOR RELEASE FROM "GHES Release Note Tracking" PROJECT'S "Known Issues" TAB - | Custom firewall rules are removed during the upgrade process. - | @@ -224,9 +221,7 @@ sections: - | When publishing npm packages in a workflow after restoring from a backup to GitHub Enterprise Server 3.13.5.gm4 or 3.14.2.gm3, you may encounter a `401 Unauthorized` error from the GitHub Packages service. This can happen if the restore is from an N-1 or N-2 version and the workflow targets the npm endpoint on the backup instance. To avoid this issue, ensure the access token is valid and includes the correct scopes for publishing to GitHub Packages. - | - The entry for Private Registries in the organization settings menu is not visible unless Dependabot is enabled. - - | - 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 {% ifversion ghes = 3.16 %}3.16{% endif %} {% ifversion ghes = 3.17 %}3.17{% endif %} {% ifversion ghes = 3.18 %}3.18{% endif %} with caution. + The entry for Private Registries in the organization settings menu is not visible unless Dependabot is enabled. closing_down: # https://github.com/github/releases/issues/5177 @@ -253,4 +248,4 @@ sections: The announcement banner GraphQL fields have been replaced. Users can now manage instance-wide announcements through updated GraphQL fields, improving consistency and control for administrators. The existing individual fields following the `announcementX` pattern have been removed, and the new fields are within the `announcementBanner` object. # https://github.com/github/releases/issues/5811 - | - Automatic watching of repositories and teams has been deprecated. Users will no longer be auto-subscribed when joining organizations or teams, reducing notification noise and confusion. Existing auto-watching subscriptions remain unchanged; users stay subscribed to previously watched repositories or teams. See [AUTOTITLE](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#automatic-watching). \ No newline at end of file + Automatic watching of repositories and teams has been deprecated. Users will no longer be auto-subscribed when joining organizations or teams, reducing notification noise and confusion. Existing auto-watching subscriptions remain unchanged; users stay subscribed to previously watched repositories or teams. See [AUTOTITLE](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#automatic-watching). diff --git a/data/reusables/enterprise/opentelemetry-preview.md b/data/reusables/enterprise/opentelemetry-preview.md index 71f9f81b2d99..7526daaa4cbd 100644 --- a/data/reusables/enterprise/opentelemetry-preview.md +++ b/data/reusables/enterprise/opentelemetry-preview.md @@ -1,6 +1,6 @@ {% ifversion ghes-opentelemetry %} > [!NOTE] -> OpenTelemetry metrics are in {% data variables.release-phases.public_preview %} and subject to change. +> OpenTelemetry metrics are in {% data variables.release-phases.public_preview %} and subject to change. We would love to hear your feedback on the preview. You can share it with your customer success team, or leave a comment in the [community discussion post](https://github.com/orgs/community/discussions/176826). {% endif %} diff --git a/src/audit-logs/data/ghes-3.18/organization.json b/src/audit-logs/data/ghes-3.18/organization.json index ffb6a0468463..7a322b6ebb82 100644 --- a/src/audit-logs/data/ghes-3.18/organization.json +++ b/src/audit-logs/data/ghes-3.18/organization.json @@ -1269,7 +1269,7 @@ "operation_type", "actor_is_bot" ], - "docs_reference_titles": "GitHub Copilot billing" + "docs_reference_titles": "GitHub Copilot licenses" }, { "action": "copilot.plan_downgrade_scheduled", diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index c33fe681d229..f15b46d02e1e 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -9,5 +9,5 @@ "git": "Note: Git events have special access requirements and retention policies that differ from other audit log events. For GitHub Enterprise Cloud, access Git events via the REST API only with 7-day retention. For GitHub Enterprise Server, Git events must be enabled in audit log configuration and are not included in search results.", "sso_redirect": "Note: Automatically redirecting users to sign in is currently in beta for Enterprise Managed Users and subject to change." }, - "sha": "73af758b3ef22814e29e064415327dc0840f5ec8" + "sha": "3a5aa25ce42183628586d7d70b75df063e1a63f4" } \ No newline at end of file