summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2018-10-08 20:25:59 +0200
committerTomasz Maczukin <tomasz@maczukin.pl>2018-10-08 20:25:59 +0200
commit1ff344e15f4124b1daedb26c97415764946be933 (patch)
tree4c14d6d6fb5507bc0a272301a2e02d0dee9f69f1 /CHANGELOG.md
parentMerge branch '3467-add-docker-machine-support-for-interactive-web-terminal' i... (diff)
downloadgitlab-runner-1ff344e15f4124b1daedb26c97415764946be933.tar.gz
Update CHANGELOG for v11.4.0-rc1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbb0030e..a42ef19e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+v11.4.0-rc1 (2018-10-08)
+- Do not create apk cache !1017
+- Handle untracked files with Unicode characters in filenames. !913
+- Add metrics with concurrent and limit values !1019
+- Add a gitlab_runner_jobs_total metric !1018
+- Add a job duration histogram metric !1025
+- Filter content of X-Amz-Credential from logs !1028
+- Disable escaping project bucket in cache operations !1029
+- Fix example for session_server and added the note about where this section should be placed !1035
+- Fix job duration counting !1033
+- Log duration on job finishing log line !1034
+- Allow disabling docker entrypoint overwrite !965
+- Fix command and args assignment when creating containers with K8S executor !1010
+- Support json logging !1020
+- Change image for docs link checking !1043
+- Fix command that prepares the definitions of tests !1044
+- Add OomKillDisable option to Docker executor !1042
+- Add docker support for interactive web terminal !1008
+- Add support docker machine web terminal support !1046
+
v 11.3.0 (2018-09-22)
- Fix logrus secrets cleanup !990
- Fix test failure detection !993