Lara 3 years ago committed by GitHub
parent 38937b7a78
commit d52722bd8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      pkgs/applications/version-management/gitlab/data.json
  2. 4
      pkgs/applications/version-management/gitlab/gitaly/default.nix
  3. 2
      pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
  4. 2
      pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
  5. 4
      pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock
  6. 4
      pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix

@ -1,14 +1,14 @@
{
"version": "14.5.1",
"repo_hash": "0c9ih7dr5lgvdhij75bpcj9vlyljnprzbv0k90k4rjajfyd0lhad",
"yarn_hash": "081c06ds723mv95ivpnlh3ida2ra3brrm1lzfh2pmlg5wz9vi1cs",
"version": "14.5.2",
"repo_hash": "sha256-sXRVnxb7b3grosg0YXwd+GBXHF7mDxIRXhWHcswZjdA=",
"yarn_hash": "134x774vz1w9qhxs6xfk7vnajxzqwfyb9f55qhpwqprg6ldwivkr",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v14.5.1-ee",
"rev": "v14.5.2-ee",
"passthru": {
"GITALY_SERVER_VERSION": "14.5.1",
"GITALY_SERVER_VERSION": "14.5.2",
"GITLAB_PAGES_VERSION": "1.48.0",
"GITLAB_SHELL_VERSION": "13.22.1",
"GITLAB_WORKHORSE_VERSION": "14.5.1"
"GITLAB_WORKHORSE_VERSION": "14.5.2"
}
}

@ -33,7 +33,7 @@ let
};
};
version = "14.5.1";
version = "14.5.2";
gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}";
in
@ -45,7 +45,7 @@ buildGoModule {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "sha256-AWY/jUIytK/8nrCH2EMrzQ9e0dc9VpZFkO7NhrrqoGg=";
sha256 = "sha256-x8LRBd0bw1JipBu3MbV0d8WFIFPD7joZDBGOr1gstMg=";
};
vendorSha256 = "sha256-ZLd4E3+e25Hqmd6ZyF3X6BveMEg7OF0FX9IvNBWn3v0=";

@ -5,7 +5,7 @@ in
buildGoModule rec {
pname = "gitlab-workhorse";
version = "14.5.1";
version = "14.5.2";
src = fetchFromGitLab {
owner = data.owner;

@ -97,7 +97,7 @@ gem 'grape-entity', '~> 0.10.0'
gem 'rack-cors', '~> 1.0.6', require: 'rack/cors'
# GraphQL API
gem 'graphql', '~> 1.11.8'
gem 'graphql', '~> 1.11.10'
# NOTE: graphiql-rails v1.5+ doesn't work: https://gitlab.com/gitlab-org/gitlab/issues/31771
# TODO: remove app/views/graphiql/rails/editors/show.html.erb when https://github.com/rmosolgo/graphiql-rails/pull/71 is released:
# https://gitlab.com/gitlab-org/gitlab/issues/31747

@ -551,7 +551,7 @@ GEM
faraday (>= 1.0)
faraday_middleware
graphql-client
graphql (1.11.8)
graphql (1.11.10)
graphql-client (0.16.0)
activesupport (>= 3.0)
graphql (~> 1.8)
@ -1483,7 +1483,7 @@ DEPENDENCIES
grape_logging (~> 1.7)
graphiql-rails (~> 1.4.10)
graphlient (~> 0.4.0)
graphql (~> 1.11.8)
graphql (~> 1.11.10)
graphql-docs (~> 1.6.0)
grpc (~> 1.30.2)
gssapi

@ -2233,10 +2233,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0rm59b6klp97287h01aj8hr12mhsya585as2z1sk8hq2lp51imfn";
sha256 = "0qb6bk8gflwid4qrk2i9ndzs5fxycdjvxmhy9w547lglzb5jx19b";
type = "gem";
};
version = "1.11.8";
version = "1.11.10";
};
graphql-client = {
dependencies = ["activesupport" "graphql"];

Loading…
Cancel
Save