Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shushlin <vshushlin@gitlab.com>2020-05-12 12:17:57 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2020-05-12 12:42:32 +0300
commitedeb9e350554dbf6d4d5588e3a8345e4dc2bf65d (patch)
tree33bd2a029efa56d9cf5f2e482d29391a70c31a2b /CHANGELOG
parent986313f636d2ab46955ff7ac19f91e12821cb773 (diff)
Release 1.18.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 503809f9..e21a1b00 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+v 1.18.0
+
+- Fix proxying artifacts with escaped characters !255
+- Introduce internal-gitlab-server flag to allow using the internal network for communicating to the GitLab server !276
+- Increase maximum idle connections pool size from 2 to 100 !274
+- Disable passing auth-related secret parameters as command line flags !269
+- Fix unused idle API connection bug !275
+
v 1.17.0
- Extract health check in its own middleware !247