Unverified Commit 4894e34d authored by Yaya's avatar Yaya Committed by GitHub
Browse files

gitlab: 16.10.5 -> 16.10.6 (#313641)

https://gitlab.com/gitlab-org/gitlab/-/blob/v16.10.6-ee/CHANGELOG.md

Fixes CVE-2023-6195
Fixes CVE-2023-6682
Fixes CVE-2023-6688
Fixes CVE-2024-1211
Fixes CVE-2024-1539
Fixes CVE-2024-2454
Fixes CVE-2024-2651
Fixes CVE-2024-2878
Fixes CVE-2024-3976
Fixes CVE-2024-4539
Fixes CVE-2024-4597
parent 66415171
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "version": "16.10.5",
  "repo_hash": "sha256-w2cXFIm588Q/SB1kO9dGCmxO3+Xee7BaCCipuVcnfXg=",
  "version": "16.10.6",
  "repo_hash": "sha256-+nEUyD+ryZicH7suh4MnQRDKMC3M3VWRdO4nZCi2LGs=",
  "yarn_hash": "0yzywfg4lqxjwm5cqsm4bn97zcrfvpnrs8rjrv9wv3xqvi9h9skd",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v16.10.5-ee",
  "rev": "v16.10.6-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "16.10.5",
    "GITLAB_PAGES_VERSION": "16.10.5",
    "GITALY_SERVER_VERSION": "16.10.6",
    "GITLAB_PAGES_VERSION": "16.10.6",
    "GITLAB_SHELL_VERSION": "14.34.0",
    "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.8.0",
    "GITLAB_WORKHORSE_VERSION": "16.10.5"
    "GITLAB_WORKHORSE_VERSION": "16.10.6"
  }
}
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

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

@@ -18,7 +18,7 @@ let
      owner = "gitlab-org";
      repo = "gitaly";
      rev = "v${version}";
      hash = "sha256-ctJfw4aU5qsv+I3rR9xZPGssYQpTnbn4MdTVOYapHqQ=";
      hash = "sha256-C57p3H1L6ZQfjipGoQJup8u6ofir3rrxORtzUA1afL0=";
    };

    vendorHash = "sha256-6gZr0/0ZGcFwwAY4IuW2puL/7akMZvaU0ONJGYyyJas=";
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

buildGoModule rec {
  pname = "gitlab-pages";
  version = "16.10.5";
  version = "16.10.6";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "gitlab-pages";
    rev = "v${version}";
    hash = "sha256-wuEYcwAKYO7YZs88NvE0AI5+aZ9JeLBAeXITc2jLGVo=";
    hash = "sha256-30ojS+TBIJ4Qzg1jh2Bpdd2s2Yo2S+UqxRRdvNBvB/k=";
  };

  vendorHash = "sha256-WrR4eZRAuYkhr7ZqP7OXqJ6uwvxzn+t+3OdBNcNaq0M=";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ in
buildGoModule rec {
  pname = "gitlab-workhorse";

  version = "16.10.5";
  version = "16.10.6";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {