Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-14/8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ sections:
Certain search terms for repositories and wikis did not return all valid results.
- |
In some cluster configurations, secret scanning failed to run normally due to connection failures.
- |
Images were not migrated properly when using {% data variables.product.prodname_importer %} to import repositories from {% data variables.product.prodname_ghe_server %}.
changes:
- |
Log files on the appliance root disk are compressed immediately upon rotation daily instead of after a 24 hour delay. You can revert to the previous `delaycompress` behavior by signing in as an SSH admin user, setting `ghe-config logrotate.delaycompress true` and then running `ghe-config-apply`.
Expand Down
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-15/3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ sections:
Users who had authenticated to multiple accounts, then logged out of one account, were unable to switch to a different account on the platform.
- |
In some cluster configurations, secret scanning failed to run normally due to connection failures.
- |
Images were not migrated properly when using {% data variables.product.prodname_importer %} to import repositories from {% data variables.product.prodname_ghe_server %}.
changes:
- |
Log files on the appliance root disk are compressed immediately upon daily rotation instead of after a 24 hour delay. You can revert to the previous `delaycompress` behavior by signing in as an SSH admin user, setting `ghe-config logrotate.delaycompress true` and then running `ghe-config-apply`.
Expand Down
Loading