diff options
author | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2018-06-26 19:34:51 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2018-06-26 19:34:51 +0000 |
commit | a1bd2434872c85ef157035118dde83c7d34e6035 (patch) | |
tree | bbc60bfad6ba838ccf6b09dc3e42a9632bc601b3 /CHANGELOG.md | |
parent | ef64869333abc16f1e25a6e769b76ae28290464e (diff) | |
download | gitlab-ce-a1bd2434872c85ef157035118dde83c7d34e6035.tar.gz |
Update CHANGELOG.md for 11.0.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 72725122b8f..f9f38766392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 11.0.2 (2018-06-26) + +### Fixed (8 changes, 1 of them is from the community) + +- Serve favicon image always from the main GitLab domain to avoid issues with CORS. !19810 (Alexis Reigel) +- Specify chart version when installing applications on Clusters. !20010 +- Fix invalid fuzzy translations being generated during installation. !20048 +- Fix incremental rollouts for Auto DevOps. !20061 +- Notify conflict for only open merge request. !20125 +- Only load Omniauth if enabled. !20132 +- Fix sorting by name on explore projects page. !20162 +- Fix alert button styling so that they don't show up white. + +### Performance (1 change) + +- Remove performance bottleneck preventing large wiki pages from displaying. !20174 + +### Added (1 change) + +- Add support for verifying remote uploads, artifacts, and LFS objects in check rake tasks. !19501 + + ## 11.0.1 (2018-06-21) ### Security (5 changes) |