Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 23:46:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 23:46:23 +0300
commit60d26dd737ecc851863f5cfc98c43435c6960a92 (patch)
tree2d6317ff9a65a8ccc29843e46976533e96a73ea0 /CHANGELOG.md
parent999071e3b27beae9f7b3bab881b0c676e4812652 (diff)
Add latest changes from gitlab-org/gitlab@12-6-stable-ee
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
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)