Unverified Commit 2eb63212 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

gitlab: 18.4.1 -> 18.4.2 (#450204)

parents 741f65ca f819d421
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
}:

let
  version = "18.4.1";
  version = "18.4.2";
  package_version = "v${lib.versions.major version}";
  gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";

@@ -21,7 +21,7 @@ let
      owner = "gitlab-org";
      repo = "gitaly";
      rev = "v${version}";
      hash = "sha256-NsPOxnX8BF9J1SqTj6DhPUWSEq7E5+grumPlwHPbA/8=";
      hash = "sha256-jwImYofmGfpnj43FinFmo9SQP6vpM0C4K6fmUECifG0=";
    };

    vendorHash = "sha256-DNZgdP7juELUX0cs0tnyqdf1yiUJ0S17nm0xqTk3KHQ=";
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildGoModule rec {
  pname = "gitlab-pages";
  version = "18.4.1";
  version = "18.4.2";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "gitlab-pages";
    rev = "v${version}";
    hash = "sha256-C4zdBsZ+Sz9S5lQ5qivqmrlM6C6jEepq152v3XQvA6E=";
    hash = "sha256-21VCBUE6wGU7DT98YYPuEz7lw6EMqCfe14mofbai0lk=";
  };

  vendorHash = "sha256-FdmozSo/eWTnAxrO+/TZOKataLwDkKfwGOXymkRBVCI=";
+6 −6
Original line number Diff line number Diff line
{
  "version": "18.4.1",
  "repo_hash": "0wqk6vcjsnv84qbngzri4klg299kk154cadl98zf9vzypv5l66rz",
  "version": "18.4.2",
  "repo_hash": "053fw6g1rrqlmgr22phbsv57pg04iy20yv3yvgz1hm4jn2jm0zln",
  "yarn_hash": "1s9fz2apb7wkpppq14b3020b2pqdah917wblvzk32np8s2dqqc14",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v18.4.1-ee",
  "rev": "v18.4.2-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "18.4.1",
    "GITLAB_PAGES_VERSION": "18.4.1",
    "GITALY_SERVER_VERSION": "18.4.2",
    "GITLAB_PAGES_VERSION": "18.4.2",
    "GITLAB_SHELL_VERSION": "14.45.2",
    "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.9.1",
    "GITLAB_WORKHORSE_VERSION": "18.4.1"
    "GITLAB_WORKHORSE_VERSION": "18.4.2"
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ in
buildGoModule rec {
  pname = "gitlab-workhorse";

  version = "18.4.1";
  version = "18.4.2";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ gem 'fog-local', '~> 0.8', feature_category: :shared
# We may want to update this dependency if this is ever addressed upstream, e.g. via
# https://github.com/aliyun/aliyun-oss-ruby-sdk/pull/93
gem 'fog-aliyun', '~> 0.4', feature_category: :shared
gem 'gitlab-fog-azure-rm', '~> 2.3.0', require: 'fog/azurerm', feature_category: :shared
gem 'gitlab-fog-azure-rm', '~> 2.4.0', require: 'fog/azurerm', feature_category: :shared

# for Google storage

Loading