This Changelog tracks major changes to the GitLab Development Kit, such as dependency updates (those not handled by Bundler) and new features.
- Added ChromeDriver to deprecate PhantomJS. !423 !380
- Add Docker-in-Docker support in
Vagrantfile
(needed to run GitLab Container Registry)
- [GitLab Geo] Add replication slot
- Add webpack process to
Procfile
configure it withingitlab.yml
!237 Make sure to update GDK and read the troubleshooting section.
- Add root check to catch root move problems. Requires gem 0.2.3 or
newer. Next time you run
git pull
in thegitlab-development-kit
root directory, also rungem install gitlab-development-kit
to upgrade the gem.
- Update
Procfile
forgitlab_workhorse_secret
- Added a Changelog.
- Updated PhantomJS to 2.1.1. !182
- Updated Ruby to 2.3.1. !178
- Added the
gitlab-development-kit
gem, commands can now be run using thegdk
CLI. !174 - Began using a
GOPATH
for GitLab Workhorse, this change requires manual intervention. See the update instructions here. !173