1
0
mirror of synced 2026-01-29 21:01:19 -05:00
Files
docs/translations/ru-RU/data/release-notes/3-0/5.yml
James M. Greene 885da5b3d3 Local run of Translations patching process over batch (#19360)
* New Crowdin translations by Github Action

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Ran script/fix-translation-errors.js

* Reverted translated files with parsing and rendering errors

* fix malformed liquid

* add next directory to exclude list

* currentversion -> currentVersion

* fix liquid errors

* fix liquid errors

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Revert /ja/github/authenticating-to-github/about-authentication-with-saml-single-sign-on

* Reset known broken translation files LAST

* Run script/i18n/homogenize-frontmatter.js

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2021-05-18 15:07:05 +00:00

28 lines
2.8 KiB
YAML

---
date: '2021-04-14'
intro: 'The minimum infrastructure requirements have increased for {% data variables.product.prodname_ghe_server %} 3.0+. For more information, see "[About minimum requirements for GitHub Enterprise Server 3.0 and later](/admin/enterprise-management/upgrading-github-enterprise-server#about-minimum-requirements-for-github-enterprise-server-30-and-later)."'
sections:
security_fixes:
- Packages have been updated to the latest security versions.
bugs:
- Some logs were not included in the log forwarding configuration.
- 'A warning message `jq: error (at <stdin>:0): Cannot index number with string "settings"` could occur during replica promotion.'
- Continuously restoring backups to a cluster could fail due to MySQL replicas failing to connect to the primary.
- Pages were not getting published when using custom CA certificate.
- Packages related subdomains were not showing up in the "Test domain settings" prompt for subdomain isolation.
- The `X-GitHub-Enterprise-Host` header sent with webhooks included a random string, rather than the hostname of the GitHub Enterprise Server instance that sent the HTTP POST payload.
- Upgrading from 2.22.x to 3.0.x would fail if GitHub Actions had previously been enabled, but disabled before the upgrade.
- Visiting the `/settings/emails` page would store state that could cause improper redirects when logging out and logging back in.
- GitHub integration apps were not able to notify teams when mentioned directly via an at-mention in an issue comment.
- reStructuredText (RST) rendering in the web UI would fail and instead displayed raw RST markup text.
- Email notifications for Secret Scanning alerts were not sent to authorized users when the Dependency Graph was not fully enabled.
- When ghe-migrator encountered import errors, it would sometimes abort the entire process, and the logs did not include enough context.
- Jupyter notebooks with non-ASCII characters could fail to render.
known_issues:
- On a freshly set up GitHub Enterprise Server without any users, an attacker could create the first admin user.
- Custom firewall rules are not maintained during an upgrade.
- Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository.
- 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.
- When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results.
- When deleting a branch after merging a pull request, an error message appears although the branch deletion succeeds.