summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-01-27 20:50:24 +0000
committerRobert Speicher <robert@gitlab.com>2016-01-27 20:50:24 +0000
commit40403c78ef1677a8ce048f4de78d3de32ef81797 (patch)
treeb69dbf3a3bc4a36d24ad5fc09b6316374230ee20 /CHANGELOG
parent56538f9cc144c5149c412b5cf1e41e386c6441e1 (diff)
parent95d2f0fb51de2c5800d41b7c4f285ed533ffe21a (diff)
downloadgitlab-ce-40403c78ef1677a8ce048f4de78d3de32ef81797.tar.gz
Merge branch 'fix-ci-runners-version-update' into 'master'
Fix CI runner version not being properly updated when asked for a build Due to broken implementation of attribute_for_keys the runner information was not updated correctly. This MR adds test to check that such scenario will never happen again. See merge request !2618
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e6fb2e9f508..e05095887e2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@ v 8.4.2 (unreleased)
- Bump required gitlab-workhorse version to bring in a fix for missing
artifacts in the build artifacts browser
- Get rid of those ugly borders on the file tree view
+ - Fix updating the runner information when asking for builds
- Bump gitlab_git version to 7.2.24 in order to bring in a performance
improvement when checking if a repository was empty
- Add instrumentation for Gitlab::Git::Repository instance methods so we can