Skip to content

Commit 5f70c49

Browse files
Reid Drapermegbirdsarahs
authored
Add dependency graph 3-0 release notes (#18198)
* Add dependency graph 3-0 release notes * Clarify combo of dg issue and logging duplication * Update data/release-notes/3-0/0.yml * Update data/release-notes/3-0/1.yml Co-authored-by: Meg Bird <[email protected]> Co-authored-by: Sarah Schneider <[email protected]>
1 parent 2e8b119 commit 5f70c49

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ sections:
124124
- 'Duplicated logging to `/var/log/messages`, `/var/log/syslog`, and `/var/log/user.log` results in increased root volume utilization.'
125125
- Users can dismiss a mandatory message without checking all checkboxes.
126126
- Repository [deploy keys](/developers/overview/managing-deploy-keys) are unable to be used with repositories containing LFS objects.
127-
- Jupyter Notebook rendering in the web UI may fail if the notebook includes non UTF-8 encoded characters.
127+
- Juypter Notebook rendering in the web UI may fail if the notebook includes non UTF-8 encoded characters.
128+
- Dependency graph fails to parse `setup.py` Python manifest files, resulting in HTTP 500 errors in logs. This, combined with the duplicated logging issue, results in increased root volume utilization.
129+
- A race condition can cause dependency graph database migrations to appear to fail.
128130

129131
deprecations:
130132
- heading: Deprecation of GitHub Enterprise Server 2.19

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ sections:
2424
- 'The "Prevent repository admins from changing anonymous Git read access" checkbox available in the enterprise account settings could not be successfully enabled or disabled.'
2525
- 'The modal used to display a mandatory message contained no vertical scrollbar, meaning longer messages could not be viewed in full.'
2626
- 'Redis would sometimes fail to start after a hard reboot or application crash.'
27+
- 'Dependency graph fails to parse `setup.py` Python manifest files, resulting in HTTP 500 errors in logs. This, combined with the duplicated logging issue, results in increased root volume utilization.'
2728
changes:
2829
- 'Satisfy requests concurrently when multiple users are downloading the same archive, resulting in improved performance.'
2930
known_issues:
@@ -36,4 +37,5 @@ sections:
3637
- 'Duplicated logging to `/var/log/messages`, `/var/log/syslog`, and `/var/log/user.log` results in increased root volume utilization.'
3738
- 'Users can dismiss a mandatory message without checking all checkboxes.'
3839
- 'Repository [deploy keys](/developers/overview/managing-deploy-keys) are unable to be used with repositories containing LFS objects.'
39-
- 'Jupyter Notebook rendering in the web UI may fail if the notebook includes non UTF-8 encoded characters.'
40+
- 'Juypter Notebook rendering in the web UI may fail if the notebook includes non UTF-8 encoded characters.'
41+
- 'Dependency graph fails to parse `yarn.lock` Javascript manifest files, resulting in HTTP 500 errors in logs.'

0 commit comments

Comments
 (0)