Unverified Commit 7bea7acc authored by Winter's avatar Winter Committed by GitHub
Browse files

gitlab: 17.11.1 -> 17.11.2 (#405142)

parents 4c925bf8 75d8396e
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "version": "17.11.1",
  "repo_hash": "1sw1qw1fsxvdyzc48f03p89njklm3zn7fd090jjryr881fpcvgcd",
  "version": "17.11.2",
  "repo_hash": "1jaxqchqag6q0c4vmrpwnmflv72b2xpskba9b0m4y6w6sy7hqx7q",
  "yarn_hash": "0z06jaxqbg2wnq7yhpkba0cpxp4w4iy2cxla8nhc6kgx49xk179v",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v17.11.1-ee",
  "rev": "v17.11.2-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "17.11.1",
    "GITLAB_PAGES_VERSION": "17.11.1",
    "GITALY_SERVER_VERSION": "17.11.2",
    "GITLAB_PAGES_VERSION": "17.11.2",
    "GITLAB_SHELL_VERSION": "14.41.0",
    "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.5.0",
    "GITLAB_WORKHORSE_VERSION": "17.11.1"
    "GITLAB_WORKHORSE_VERSION": "17.11.2"
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ in
buildGoModule rec {
  pname = "gitlab-workhorse";

  version = "17.11.1";
  version = "17.11.2";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
+2 −2
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ gem 'grape-path-helpers', '~> 2.0.1', feature_category: :api
gem 'rack-cors', '~> 2.0.1', require: 'rack/cors', feature_category: :shared

# GraphQL API
gem 'graphql', '2.4.11', path: 'vendor/gems/graphql', feature_category: :api
gem 'graphql', '2.4.13', feature_category: :api
gem 'graphql-docs', '~> 5.0.0', group: [:development, :test], feature_category: :api
gem 'apollo_upload_server', '~> 2.1.6', feature_category: :api

@@ -729,7 +729,7 @@ gem 'cvss-suite', '~> 3.3.0', require: 'cvss_suite', feature_category: :software
gem 'arr-pm', '~> 0.0.12', feature_category: :package_registry

# Remote Development
gem 'devfile', '~> 0.4.0', feature_category: :workspaces
gem 'devfile', '~> 0.4.3', feature_category: :workspaces

# Apple plist parsing
gem 'CFPropertyList', '~> 3.0.0', feature_category: :mobile_devops
+7 −11
Original line number Diff line number Diff line
@@ -170,14 +170,6 @@ PATH
      google-protobuf (~> 3)
      grpc

PATH
  remote: vendor/gems/graphql
  specs:
    graphql (2.4.11)
      base64
      fiber-storage
      logger

PATH
  remote: vendor/gems/mail-smtp_pool
  specs:
@@ -519,7 +511,7 @@ GEM
      thor (>= 0.19, < 2)
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    devfile (0.4.0)
    devfile (0.4.3)
    device_detector (1.0.0)
    devise (4.9.4)
      bcrypt (~> 3.0)
@@ -939,6 +931,10 @@ GEM
      grape
      rack
    graphlyte (1.0.0)
    graphql (2.4.13)
      base64
      fiber-storage
      logger
    graphql-docs (5.0.0)
      commonmarker (~> 0.23, >= 0.23.6)
      escape_utils (~> 1.2)
@@ -2053,7 +2049,7 @@ DEPENDENCIES
  declarative_policy (~> 1.1.0)
  deprecation_toolkit (~> 1.5.1)
  derailed_benchmarks
  devfile (~> 0.4.0)
  devfile (~> 0.4.3)
  device_detector
  devise (~> 4.9.3)
  devise-pbkdf2-encryptable (~> 0.0.0)!
@@ -2152,7 +2148,7 @@ DEPENDENCIES
  grape-swagger-entity (~> 0.5.5)
  grape_logging (~> 1.8, >= 1.8.4)
  graphlyte (~> 1.0.0)
  graphql (= 2.4.11)!
  graphql (= 2.4.13)
  graphql-docs (~> 5.0.0)
  grpc (= 1.63.0)
  gssapi (~> 1.3.1)
+6 −5
Original line number Diff line number Diff line
@@ -1623,10 +1623,10 @@ src: {
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1yca2rd1xb9h3his5kpnawjgki2rpgslchrn44imhig9v8l7fnw8";
      sha256 = "1zblvpxzb8qp17dn7sjnfqs6iw3yyzv2cwvnhzrzgxj8k0d0ddjs";
      type = "gem";
    };
    version = "0.4.0";
    version = "0.4.3";
  };
  device_detector = {
    groups = [ "default" ];
@@ -3843,10 +3843,11 @@ src: {
    ];
    platforms = [ ];
    source = {
      path = "${src}/vendor/gems/graphql";
      type = "path";
      remotes = [ "https://rubygems.org" ];
      sha256 = "17dayn5422rnbaqs33dnl8d9jw7acpn6cg88z2awk4scwblvc7gv";
      type = "gem";
    };
    version = "2.4.11";
    version = "2.4.13";
  };
  graphql-docs = {
    dependencies = [
Loading