Please view this file on the master branch, on stable branches it's out of date.
## 12.6.3
- No changes.
## 12.6.2
### Security (2 changes)
......
......
......@@ -2,6 +2,25 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
 
## 12.6.3
### Security (1 change)
- Upgrade json-jwt to v1.11.0. !22440
### Fixed (9 changes)
- Fix RefreshMergeRequestsService raises an exception and unnecessary sidekiq retry. !22262
- Disable Prometheus metrics if initialization fails. !22355
- Fix bug when trying to expose artifacts and no artifacts are produced by the job. !22378
- Gracefully error handle CI lint errors in artifacts section. !22388
- Fix GitLab plugins not working without hooks configured. !22409
- Fix releases page when tag contains a slash. !22527
- Reverts Add RBAC permissions for getting knative version. !22560
- Remove unused keyword from EKS provision service. !22633
- Fix CAS users being signed out repeatedly. !22704
## 12.6.2
 
### Security (6 changes)
......
......
12.6.2-ee
12.6.3-ee
---
title: Fix CAS users being signed out repeatedly
merge_request: 22704
author:
type: fixed
---
title: Remove unused keyword from EKS provision service
merge_request: 22633
author:
type: fixed
---
title: Fix releases page when tag contains a slash
merge_request: 22527
author:
type: fixed
---
title: Fix bug when trying to expose artifacts and no artifacts are produced by the job
merge_request: 22378
author:
type: fixed
---
title: Fix RefreshMergeRequestsService raises an exception and unnecessary sidekiq retry
merge_request: 22262
author:
type: fixed
---
title: Reverts Add RBAC permissions for getting knative version
merge_request: 22560
author:
type: fixed
---
title: Upgrade json-jwt to v1.11.0
merge_request: 22440
author:
type: security
---
title: Disable Prometheus metrics if initialization fails
merge_request: 22355
author:
type: fixed
---
title: Gracefully error handle CI lint errors in artifacts section
merge_request: 22388
author:
type: fixed
---
title: Fix GitLab plugins not working without hooks configured
merge_request: 22409
author:
type: fixed