-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'master' of gitlab.com:gitlab-org/omnibus-gitlab into pitr
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 18 additions, 13 deletionsGemfile.lock
- changelogs/unreleased/3970-docker-assets-download-package-should-fail-when-package-is-not-found.yml 5 additions, 0 deletions...ownload-package-should-fail-when-package-is-not-found.yml
- changelogs/unreleased/5384-poc-allow-promotion-task-to-alter-geo-node-configuration.yml 5 additions, 0 deletions...-allow-promotion-task-to-alter-geo-node-configuration.yml
- changelogs/unreleased/5570-puma-socket-configuration-option-needs-to-also-reconfigure-workhorse.yml 5 additions, 0 deletions...figuration-option-needs-to-also-reconfigure-workhorse.yml
- changelogs/unreleased/5662-support-revert-pg-upgrade-for-patroni-cluster-nodes.yml 5 additions, 0 deletions...2-support-revert-pg-upgrade-for-patroni-cluster-nodes.yml
- changelogs/unreleased/5688-opensuse-15-1-deprecation.yml 5 additions, 0 deletionschangelogs/unreleased/5688-opensuse-15-1-deprecation.yml
- changelogs/unreleased/5701-gitlab-ctl-patroni-members-results-in-error-with-prettytable.yml 0 additions, 5 deletions...ctl-patroni-members-results-in-error-with-prettytable.yml
- changelogs/unreleased/deps-6885bc4-6ec9894.yml 5 additions, 0 deletionschangelogs/unreleased/deps-6885bc4-6ec9894.yml
- changelogs/unreleased/pages-object-storage-settings.yml 5 additions, 0 deletionschangelogs/unreleased/pages-object-storage-settings.yml
- changelogs/unreleased/sh-add-gitlab-email-settings-template.yml 5 additions, 0 deletions...logs/unreleased/sh-add-gitlab-email-settings-template.yml
- changelogs/unreleased/sh-enable-wal-log-hints.yml 5 additions, 0 deletionschangelogs/unreleased/sh-enable-wal-log-hints.yml
- changelogs/unreleased/sh-reduce-arm-build-size.yml 5 additions, 0 deletionschangelogs/unreleased/sh-reduce-arm-build-size.yml
- config/projects/gitlab.rb 5 additions, 1 deletionconfig/projects/gitlab.rb
- config/software/chef-bin.rb 1 addition, 1 deletionconfig/software/chef-bin.rb
- config/software/chef-gem.rb 1 addition, 1 deletionconfig/software/chef-gem.rb
- config/software/chef-zero.rb 1 addition, 1 deletionconfig/software/chef-zero.rb
- config/software/mixlib-log.rb 1 addition, 1 deletionconfig/software/mixlib-log.rb
Loading
| Loading
| @@ -21,7 +21,7 @@ omnibus_gem_version = Gitlab::Version.new('omnibus', "7.0.10.02") |
# definitions in `config/software`. You can find them quickly with: | ||
# grep "gem 'install " config/software/* | ||
gem 'omnibus', git: omnibus_gem_version.remote, tag: omnibus_gem_version.print(false) | ||
gem 'chef', '~> 15.12.22' | ||
gem 'chef', '~> 15.14.0' | ||
gem 'ohai', '~> 15.12.0' | ||
gem 'package_cloud' | ||
gem 'rainbow', '~> 2.2' # This is used by gitlab-ctl and the chef formatter | ||
Loading
| Loading
|
Please register or sign in to comment