The 2.15 series release notes contain important changes in this release series.
Bug Fixes
- Repositories migrated with
ghe-migrator
we not automatically re-indexed so weren't returned in the search results until manually re-indexed.
- The GitHub 2FA user interface was not disabled if an external authentication provider is configured.
- LFS objects were not reassociated with repositories when the repositories were unarchived.
- Adding a repository to an organisation team via Add or Update team repository as a GitHub app, would fail with error "You must have administrative rights on this repository".
- Users could encounter a 500 Internal Server Error when viewing a pull request on a repository imported with
ghe-migrator
that contains references to another pull request the user does not have access to.
- Creating or modifying Issue Templates on a repository with pre-receive hooks that rejected pushes would fail with a 500 Internal Server error.
- Listing all repositories of a team, via the user interface or API, that contained one or more disabled repositories would fail with a 500 Internal Server Error.
Changes
- Searching GitHub.com through GitHub Connect now works with all search prefixes accepted when searching directly in GitHub.com (e.g.:
repo:
, org:
, etc.).
- Wikis for forked repositories now have the "Restrict access to collaborators" setting enabled by default.
Known Issues
- On a freshly set up GitHub Enterprise without any users, an attacker could create the first admin user.
- Custom firewall rules aren't maintained during an upgrade.
- svn checkout may timeout while the repository data cache is being built. In most cases, subsequent svn checkout attempts will succeed.
- Git LFS tracked files uploaded through the web interface are incorrectly added directly to the repository.
- Pull request review comments can be misplaced when the pull request has large diffs. (updated 2019-01-21)
- Issues cannot be closed if they contain a permalink to a blob in the same repository where the file path is longer than 255 characters. (updated 2019-03-07)
- Some pull requests and issues are purged completely when restoring the repository right after deleting it. (updated 2019-03-19)
- Resque workers may not be cleaned up following a configuration run leading to a growing number of stale workers which in turn could lead to high memory consumption. (updated 2019-05-08)
Thanks!
The GitHub Team