Update README and Changelog for 10.1.0

Signed-off-by: solidnerd <niclas@mietz.io>
This commit is contained in:
solidnerd 2017-10-26 23:06:15 +02:00
parent 31dee60bec
commit 53d75c268a
No known key found for this signature in database
GPG Key ID: C300D44AB5469BE5
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,13 @@
This file only reflects the changes that are made in this image. Please refer to the upstream GitLab [CHANGELOG](
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) for the list of changes in GitLab.
**10.1.0**
- gitlab: upgrade to CE v10.1.0
- REMOVED `GITALY_ENABLED``
- ADDED `GITALY_ARTIFACTS_SERVER`
- ADDED `GITALY_CLIENT_PATH`
**10.0.4**
- gitlab: upgrade to CE v10.0.4

View File

@ -879,10 +879,11 @@ Below is the complete list of available options that can be used to customize yo
| `GITLAB_PAGES_DIR` | Sets GitLab Pages directory where all pages will be stored. Defaults to `$GITLAB_SHARED_DIR/pages` |
| `GITLAB_PAGES_PORT`| Sets GitLab Pages Port that will be used in NGINX. Defaults to `80` |
| `GITLAB_PAGES_HTTPS` | Sets GitLab Pages to HTTPS and the gitlab-pages-ssl config will be used. Defaults to `false` |
| `GITALY_ARTIFACTS_SERVER` | Set to `true` to enable pages artifactsserver, enabled by default. |
| `GITLAB_PAGES_EXTERNAL_HTTP` | Sets GitLab Pages external http to receive request on an independen port. Disabled by default |
| `GITLAB_PAGES_EXTERNAL_HTTPS` | Sets GitLab Pages external https to receive request on an independen port. Disabled by default |
| `GITLAB_HTTPS` | Set to `true` to enable https support, disabled by default. |
| `GITALY_ENABLED` | Set to `true` to enable gitaly, enabled by default. |
| `GITALY_CLIENT_PATH` | Set default path for gitaly. defaults to `/home/git/gitaly` |
| `GITALY_TOKEN` | Set a gitaly token, blank by default. |
| `GITLAB_MONITORING_UNICORN_SAMPLER_INTERVAL` | Time between sampling of unicorn socket metrics, in seconds, defaults to `10` |
| `GITLAB_MONITORING_IP_WHITELIST` | IP whitelist to access monitoring endpoints, defaults to `0.0.0.0/8` |