summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-05-23 14:07:58 -0500
committerMayra Cabrera <mcabrera@gitlab.com>2018-05-23 14:07:58 -0500
commit6c51e220ef2774447038a909c4f22ff90eb624fb (patch)
tree893c3f923dfb3b393e3b34073049c81ff7a420e5 /CHANGELOG.md
parentdd512684797cfba0ed467a4af41d20345077c06e (diff)
downloadgitlab-ce-6c51e220ef2774447038a909c4f22ff90eb624fb.tar.gz
Update CHANGELOG.md for 10.8.1
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c90ab1e8bd..99cf96035d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 10.8.1 (2018-05-23)
+
+### Fixed (9 changes)
+
+- Allow CommitStatus class to use presentable methods. !18979
+- Fix corrupted environment pages with unathorized proxy url. !18989
+- Fixes deploy token variables on Ci::Build. !19047
+- Fix project mirror database inconsistencies when upgrading from EE to CE. !19109
+- Render 404 when prometheus adapter is disabled in Prometheus metrics controller. !19110
+- Fix error when deleting an empty list of refs.
+- Fixed U2F login when used with LDAP.
+- Bump prometheus-client-mmap to 0.9.3 to fix nil exception error.
+- Fix system hook not firing for blocked users when LDAP sign-in is used.
+
+
## 10.8.0 (2018-05-22)
### Security (3 changes, 1 of them is from the community)