parent
38c79b697f
commit
2494b608a4
21
CHANGELOG.md
21
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)
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Removes arrow icons for old collapsible sections
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix Prometheus duplicate metrics
|
||||
merge_request: 19327
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Disable upload HTTP caching to fix case when object storage is enabled and
|
||||
proxy_download is disabled
|
||||
merge_request: 19494
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add extra sentence about registry to AutoDevOps popup
|
||||
merge_request: 19092
|
||||
author:
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fixed welcome screen icons not showing
|
||||
merge_request: 19148
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Disable protected path throttling by default
|
||||
merge_request: 19185
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Clean up duplicate indexes on ci_trigger_requests
|
||||
merge_request: 19053
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Extend gRPC timeouts for Rake tasks
|
||||
merge_request: 19461
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix project imports not working with serialized data
|
||||
merge_request: 19124
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix ref switcher not working on Microsoft Edge
|
||||
merge_request: 19335
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Increase timeout for FetchInternalRemote RPC call
|
||||
merge_request: 18908
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Increased deactivation threshold to 180 days
|
||||
merge_request: 18902
|
||||
author:
|
||||
type: changed
|
||||
Loading…
Reference in New Issue