summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-21 22:48:34 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-22 16:52:19 +0200
commitb9c551302253f86a8a85e8288099696b1d8ccdd6 (patch)
tree5308f2a13fe26929e9df717d56f7f39a157d2d20 /CHANGELOG
parent7728125c3e3474fef153c0037355c20ec72868b0 (diff)
downloadgitlab-ci-b9c551302253f86a8a85e8288099696b1d8ccdd6.tar.gz
Fix: user could steal specific runner
- check if user has manage access to project - don't cache result of authorized_projects, because it's serialised with User object - clear user sessions
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 035c7e3..b8fcb24 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+v7.13.1
+ - Fix: user could steal specific runner
+
v7.13.0
- Allow to specify image and services in yml that can be used with docker
- Fix: No runner notification can see managers only