This file only reflects the changes that are made in the the docker image. Please refer to the upstream GitLab CI CHANGELOG for the list of changes in GitLab CI.
8.0.5
- gitlab-ci: upgrade to v.8.0.5
8.0.4
- gitlab-ci: upgrade to v.8.0.4
8.0.3
- gitlab-ci: upgrade to v.8.0.3
8.0.2
- gitlab-ci: upgrade to v.8.0.2
8.0.0
- gitlab-ci: upgrade to v.8.0.0
7.14.3-1
- fix backup of build traces directory
7.14.3
- gitlab-ci: upgrade to v.7.14.3
7.14.2
- gitlab-ci: upgrade to v.7.14.2
- Node.js needs to execute arbitrary code at runtime
7.14.1
- gitlab-ci: upgrade to v.7.14.1
7.14.0
- gitlab-ci: upgrade to v.7.14.0
7.13.5
- gitlab-ci: upgrade to v.7.13.5
7.13.4
- gitlab-ci: upgrade to v.7.13.4
7.13.3
- gitlab-ci: upgrade to v.7.13.3
7.13.2
- gitlab-ci: upgrade to v.7.13.2
7.13.1
- gitlab-ci: upgrade to v.7.13.1
7.13.0
- gitlab-ci: upgrade to v.7.13.0
7.12.2
- gitlab-ci: upgrade to v.7.12.2
7.12.1
- gitlab-ci: upgrade to v.7.12.1
7.12.0
- added
SMTP_TLS
configuration parameter - gitlab-ci: upgrade to v.7.12.0
7.11.4-2
- base image update to fix SSL vulnerability
7.11.4-1
- fixed backups directory permissions setting
7.11.4
- gitlab-ci: upgrade to v.7.11.4
7.11.3
- added
GITLAB_CI_TIMEZONE
configuration option - gitlab-ci: upgrade to v.7.11.3
- added
GITLAB_CI_BACKUP_DIR
configuration option - added
GITLAB_CI_BACKUP_EXPIRY
configuration option - added support for automated backups
7.10.4
- gitlab-ci: upgrade to v.7.10.4
7.10.3
- gitlab-ci: upgrade to v.7.10.3
7.10.2
- gitlab-ci: upgrade to v.7.10.2
7.10.1
- gitlab-ci: upgrade to v.7.10.1
7.10.0
- gitlab-ci: upgrade to v.7.10.0
7.9.4
- gitlab-ci: upgrade to v.7.9.4
7.9.3
- gitlab-ci: upgrade to v.7.9.3
7.9.2
- gitlab-ci: upgrade to v.7.9.2
7.9.1
- gitlab-ci: upgrade to v.7.9.1
7.9.0
- gitlab-ci: upgrade to v.7.9.0
- init: renamed
GITLAB_CI_NOTIFY_ADD_COMMITTER
option toGITLAB_CI_NOTIFY_PUSHER
, backward compatible.
7.8.4
- gitlab-ci: upgrade to v.7.8.4
7.8.2
- gitlab-ci: upgrade to v.7.8.2
7.8.1
- gitlab-ci: upgrade to v.7.8.1
7.8.0
- update postgresql client to the latest version
- gitlab-ci: upgrade to v.7.8.0
5.4.2
- gitlab-ci: upgrade to v.5.4.2
5.4.1
- gitlab-ci: upgrade to v.5.4.1
5.4.0
- feature: gitlab-ci logs volume
- added
SSL_VERIFY_CLIENT
configuration option - added
SIDEKIQ_CONCURRENCY
configuration option - gitlab-ci: upgrade to v.5.4.0
- added
GITLAB_APP_ID
andGITLAB_APP_SECRET
configuration options
5.3.0
- upgrade to gitlab-ci 5.3.0
5.2.1
- upgrade to gitlab-ci 5.2.1
5.2.0
- upgrade to gitlab-ci 5.2.0
5.1.0-1
- added
NGINX_WORKERS
configuration option
5.1.0
- gitlab-ci: upgrade to v.5.1.0
- added SMTP_OPENSSL_VERIFY_MODE configuration option
- autolaunch all daemons via supervisord
- start unicorn and sidekiq using supervisord
- automatically run the
db:setup
rake task for new installs - removed internal mysql server
- update to sameersbn/ubuntu:14.04.20141001 base image
- added support for fetching
DB_NAME
,DB_USER
andDB_PASS
from the postgresql linkage - added support for fetching
DB_NAME
,DB_USER
andDB_PASS
from the mysql linkage - removed internal redis server
- added GITLAB_CI_HTTPS_HSTS_ENABLED configuration option (advanced config)
- added GITLAB_CI_HTTPS_HSTS_MAX_AGE configuration option (advanced config)
- shutdown the container gracefully
- purge development packages after install. shaves off ~150MB from the image.
5.0.1-1
- added GITLAB_CI_NOTIFY_ADD_COMMITTER configuration option
- added GITLAB_CI_NOTIFY_ON_BROKEN_BUILDS configuration option.
- added GITLAB_CI_RELATIVE_URL_ROOT configuration option.
- update to sameersbn/ubuntu:14.04.20140628 image
- added new SMTP_ENABLED configuration option.
- update to the sameersbn/ubuntu:12.04.20140818 baseimage
- added NGINX_MAX_UPLOAD_SIZE configuration option.
- update to the sameersbn/ubuntu:12.04.20140812 baseimage
- set SMTP_AUTHENTICATION to 'login' by default.
- shallow clone gitlab-ci
- automatically migrate the database when the gitlab-ci version changes
- enabled spdy support
- upgrade to nginx-1.6.x series from the nginx/stable ppa
- update to sameersbn/ubuntu:12.04.20140628 image
- removed sshd start, use nsenter instead
5.0.1
- upgrade to gitlab-ci 5.0.1
5.0.0
- upgrade to gitlab-ci 5.0.0
- upgrade sameersbn/ubuntu:14.04.20140508 base image
- added CA_CERTIFICATES_PATH configuration option to specify trusted root certificates.
- added SSL_DHPARAM_PATH configuration option to specify path of dhparam.pem file.
- added SSL_KEY_PATH configuration option to specify path of ssl private key
- added SSL_CERTIFICATE_PATH configuration option to specify path of ssl certificate
- added GITLAB_CI_HTTPS_ONLY configuration option
- added support for linking with redis container.
- use sameersbn/ubuntu as the base docker image
- support linking to mysql and postgresql containers
- added SMTP_AUTHENTICATION config option, defaults to :login
- install ruby2.0 from ppa
4.3.0
- added README
- initial creation, adapted from https://github.com/sameersbn/docker-gitlab