-
- Downloads
Merge branch 'master' into deps/5a89a91-3b3d888
No related branches found
No related tags found
Showing
- .custom_sources.yml 3 additions, 0 deletions.custom_sources.yml
- .gitlab-ci.yml 3 additions, 3 deletions.gitlab-ci.yml
- .gitlab/merge_request_templates/General Change.md 1 addition, 1 deletion.gitlab/merge_request_templates/General Change.md
- .markdownlint.json 2 additions, 0 deletions.markdownlint.json
- CHANGELOG.md 18 additions, 0 deletionsCHANGELOG.md
- GITLAB_KAS_VERSION 1 addition, 0 deletionsGITLAB_KAS_VERSION
- Gemfile 2 additions, 2 deletionsGemfile
- Gemfile.lock 20 additions, 15 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/4019-version-manifest-information.yml 5 additions, 0 deletionschangelogs/unreleased/4019-version-manifest-information.yml
- changelogs/unreleased/4589.yml 5 additions, 0 deletionschangelogs/unreleased/4589.yml
- changelogs/unreleased/4594.yml 5 additions, 0 deletionschangelogs/unreleased/4594.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/5423-patroni-pg-upgrade-fix.yml 5 additions, 0 deletionschangelogs/unreleased/5423-patroni-pg-upgrade-fix.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/5610-migrations-can-silently-fail-during-deployments.yml 5 additions, 0 deletions.../5610-migrations-can-silently-fail-during-deployments.yml
- changelogs/unreleased/5614-centos-6-deprecation.yml 5 additions, 0 deletionschangelogs/unreleased/5614-centos-6-deprecation.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/5664-geo-upgrade-disk-space-check.yml 5 additions, 0 deletionschangelogs/unreleased/5664-geo-upgrade-disk-space-check.yml
- changelogs/unreleased/5672-consolidated-form-for-object-storage-does-not-work-in-docker-install-of-gitlab.yml 5 additions, 0 deletions...ect-storage-does-not-work-in-docker-install-of-gitlab.yml
GITLAB_KAS_VERSION
0 → 100644
Loading
| Loading
| @@ -2,7 +2,7 @@ source 'https://rubygems.org' |
require_relative "lib/gitlab/version" | ||
omnibus_gem_version = Gitlab::Version.new('omnibus', "7.0.10.01") | ||
omnibus_gem_version = Gitlab::Version.new('omnibus', "7.0.10.02") | ||
# Note that omnibus is from a fork with additional gitlab changes. You can | ||
# check what they are with the following comparison link: | ||
Loading
| Loading
| @@ -21,7 +21,7 @@ omnibus_gem_version = Gitlab::Version.new('omnibus', "7.0.10.01") |
# 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
|
changelogs/unreleased/4589.yml
0 → 100644
changelogs/unreleased/4594.yml
0 → 100644
Please register or sign in to comment