1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Enterprise bug fix hour for week of 2024-03-25 (#49929)

This commit is contained in:
Matt Pollard
2024-04-03 11:16:02 +02:00
committed by GitHub
parent b460b62353
commit e7e368c787
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.9'

View File

@@ -198,10 +198,6 @@ sections:
- heading: Organizations
notes:
# https://github.com/github/releases/issues/2986
- |
Organization owners can improve security posture and protect data from threats by enabling the display of organization members' IP addresses in audit log events. This feature is in beta and is subject to change. For more information, see "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/displaying-ip-addresses-in-the-audit-log-for-your-organization)."
# https://github.com/github/releases/issues/2916
- |
To allow the management of branch protection rules without granting admin access, organization owners can create a custom role with the "Edit repository rules" permission. For more information, see "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization)."
@@ -470,3 +466,8 @@ sections:
notes:
- |
To improve the security of an instance where users deploy sites using GitHub Pages, sites that contain symbolic links will no longer build outside of GitHub Actions. If a user's site is affected and a site administrator has configured email for the instance, the user will receive an email with instructions about how to fix the error. To continue using symbolic links in the site's source, the instance must be configured for GitHub Actions, and the user must write a GitHub Actions workflow to use as a publishing source. For more information, see "[AUTOTITLE](/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)."
errata:
# https://github.com/github/releases/issues/2986
- |
Previously, these release notes indiciated that organization owners could enable the display of organization members' IP addresses in audit log events. Audit logs for GitHub Enterprise Server always include IP addresses. [Updated: 2024-03-28]