diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-09 20:46:23 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-09 20:46:23 +0000 |
commit | 60d26dd737ecc851863f5cfc98c43435c6960a92 (patch) | |
tree | 2d6317ff9a65a8ccc29843e46976533e96a73ea0 /CHANGELOG.md | |
parent | 999071e3b27beae9f7b3bab881b0c676e4812652 (diff) | |
download | gitlab-ce-60d26dd737ecc851863f5cfc98c43435c6960a92.tar.gz |
Add latest changes from gitlab-org/gitlab@12-6-stable-ee
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb44fa826d..8b02034466d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) |