diff options
author | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2019-11-04 14:57:40 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2019-11-04 14:57:40 +0000 |
commit | 2494b608a460c46c759ad84bb29e6cc3447499a1 (patch) | |
tree | 315333ad583121b9f1eca7f45699646204a32bf5 /CHANGELOG.md | |
parent | 38c79b697f45a949701b9961e87b7c9b8de75abf (diff) | |
download | gitlab-ce-2494b608a460c46c759ad84bb29e6cc3447499a1.tar.gz |
Update CHANGELOG.md for 12.4.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f7957860c..fda536ae157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 12.4.2 + +### Fixed (10 changes) + +- Increase timeout for FetchInternalRemote RPC call. !18908 +- Clean up duplicate indexes on ci_trigger_requests. !19053 +- Fix project imports not working with serialized data. !19124 +- Fixed welcome screen icons not showing. !19148 +- Disable protected path throttling by default. !19185 +- Fix Prometheus duplicate metrics. !19327 +- Fix ref switcher not working on Microsoft Edge. !19335 +- Extend gRPC timeouts for Rake tasks. !19461 +- Disable upload HTTP caching to fix case when object storage is enabled and proxy_download is disabled. !19494 +- Removes arrow icons for old collapsible sections. + +### Changed (2 changes) + +- Increased deactivation threshold to 180 days. !18902 +- Add extra sentence about registry to AutoDevOps popup. !19092 + + ## 12.4.1 ### Security (14 changes) |