Skip to content

Commit c7b76a2

Browse files
authored
Add mid april patch release notes (#18789)
1 parent b620683 commit c7b76a2

3 files changed

Lines changed: 59 additions & 0 deletions

File tree

data/release-notes/2-21/19.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
date: '2021-04-14'
2+
sections:
3+
security_fixes:
4+
- Packages have been updated to the latest security versions.
5+
bugs:
6+
- 'A warning message `jq: error (at <stdin>:0): Cannot index number with string "settings"` could occur during replica promotion.'
7+
- Visiting the `/settings/emails page` would store state that could cause improper redirects when logging out and logging back in.
8+
- Dependency graph alerts weren''t shown for some components whose advisories have upper case package names in `vulnerable_version_ranges`.
9+
- User saw 500 error when executing git operations on an instance configured with LDAP authentication.
10+
- When ghe-migrator encountered import errors, it would sometimes abort the entire process, and the logs did not include enough context.
11+
known_issues:
12+
- On a freshly set up GitHub Enterprise Server without any users, an attacker could create the first admin user.
13+
- Custom firewall rules are not maintained during an upgrade.
14+
- 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.
15+
- 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.
16+
- 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.
17+
- Security alerts are not reported when pushing to a repository on the command line.

data/release-notes/2-22/11.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
date: '2021-04-14'
2+
sections:
3+
security_fixes:
4+
- Packages have been updated to the latest security versions.
5+
bugs:
6+
- 'A warning message `jq: error (at <stdin>:0): Cannot index number with string "settings"` could occur during replica promotion.'
7+
- Continuously restoring backups to a cluster could fail due to MySQL replicas failing to connect to the primary.
8+
- Syntax highlighting could fail due to the Treelights container running out of memory.
9+
- Visiting the `/settings/emails page` would store state that could cause improper redirects when logging out and logging back in.
10+
- Dependency graph alerts weren''t shown for some components whose advisories have upper case package names in `vulnerable_version_ranges`.
11+
- GitHub integration apps were not able to notify teams when mentioned directly via an at-mention in an issue comment.
12+
- When ghe-migrator encountered import errors, it would sometimes abort the entire process, and the logs did not include enough context.
13+
known_issues:
14+
- On a freshly set up GitHub Enterprise Server without any users, an attacker could create the first admin user.
15+
- Custom firewall rules are not maintained during an upgrade.
16+
- 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.
17+
- 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.
18+
- 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.

data/release-notes/3-0/5.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
date: '2021-04-14'
2+
sections:
3+
security_fixes:
4+
- Packages have been updated to the latest security versions.
5+
bugs:
6+
- Some logs were not included in the log forwarding configuration.
7+
- 'A warning message `jq: error (at <stdin>:0): Cannot index number with string "settings"` could occur during replica promotion.'
8+
- Continuously restoring backups to a cluster could fail due to MySQL replicas failing to connect to the primary.
9+
- Pages were not getting published when using custom CA certificate.
10+
- Packages related subdomains were not showing up in the "Test domain settings" prompt for subdomain isolation.
11+
- 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.
12+
- Upgrading from 2.22.x to 3.0.x would fail if GitHub Actions had previously been enabled, but disabled before the upgrade.
13+
- Visiting the `/settings/emails page` would store state that could cause improper redirects when logging out and logging back in.
14+
- GitHub integration apps were not able to notify teams when mentioned directly via an at-mention in an issue comment.
15+
- reStructuredText (RST) rendering in the web UI would fail and instead displayed raw RST markup text.
16+
- Email notifications for Secret Scanning alerts were not sent to authorized users when the Dependency Graph was not fully enabled.
17+
- When ghe-migrator encountered import errors, it would sometimes abort the entire process, and the logs did not include enough context.
18+
- Jupyter notebooks with non-ASCII characters could fail to render.
19+
known_issues:
20+
- On a freshly set up GitHub Enterprise Server without any users, an attacker could create the first admin user.
21+
- Custom firewall rules are not maintained during an upgrade.
22+
- 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.
23+
- 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.
24+
- 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.

0 commit comments

Comments
 (0)