This Changelog tracks major changes to the GitLab Development Kit, such as dependency updates (those not handled by Bundler) and new features.
- Add root check to catch root move problems. Requires gem 0.2.3 or
newer. Next time you run
git pull
in the gitlab-development-kit root directory, also rungem install gitlab-development-kit
to upgrade the gem.
- Update Procfile for gitlab_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 the
gdk
CLI. !174 - Began using a GOPATH for GitLab Workhorse, this change requires manual intervention. See the update instructions here. !173