Skip to content
Snippets Groups Projects
Verified Commit c131a9fb authored by Nick Thomas's avatar Nick Thomas
Browse files

Add to CHANGELOG.md

parent ccd8227d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,6 +23,18 @@ omnibus-gitlab repository.
- Bump rsync to 3.1.3 f539aa946
- Patch bzip2 against CVE-2016-3189 552730bfa
 
10.7.3
- Add support for the `-daemon-inplace-chroot` command-line flag to GitLab Pages
10.7.2
- No changes
10.7.1
- No changes
10.7.0
 
- Geo: Increase default WAL standby settings from 30s to 60s
Loading
Loading
Loading
Loading
@@ -31,7 +31,7 @@ exec /usr/bin/env SSL_CERT_FILE=/opt/gitlab/embedded/ssl/certs/cacert.pem \
<% end %>
-daemon-uid="$(id -u "<%= node['gitlab']['user']['username'] %>")" \
-daemon-gid="$(id -g "<%= node['gitlab']['user']['username'] %>")" \
-daemon-inplace-chroot=<%= !!node['gitlab']['gitlab-pages']['inplace_chroot'] %> \
-daemon-inplace-chroot=<%= node['gitlab']['gitlab-pages']['inplace_chroot'] %> \
\
-pages-domain="<%= node['gitlab']['gitlab-pages']['domain'] %>" \
-pages-root="<%= node['gitlab']['gitlab-pages']['pages_root'] %>" \
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment