gitlab: 16.0.1 -> 16.0.2 (#236150)

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

Fixes CVE-2023-2442
Fixes CVE-2023-2199
Fixes CVE-2023-2198
Fixes CVE-2023-2132
Fixes CVE-2023-0121
Fixes CVE-2023-2589
Fixes CVE-2023-2015
Fixes CVE-2023-2485
Fixes CVE-2023-2001
Fixes CVE-2023-0921
Fixes CVE-2023-1204
Fixes CVE-2023-0508
Fixes CVE-2023-1825
Fixes CVE-2023-2013
This commit is contained in:
Yaya 2023-06-06 09:08:52 +02:00 committed by GitHub
parent aaf4f4acca
commit 085e4e9a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View File

@ -1,14 +1,14 @@
{
"version": "16.0.1",
"repo_hash": "sha256-TApZSavGA361Pue0u21Der6CUABhp/hwewUe9YExLAs=",
"version": "16.0.2",
"repo_hash": "sha256-qAwO/5eyyYdpwSUg3lC8jOFoBc8H6yhgiHUbx+Ww6Uc=",
"yarn_hash": "0yy04jnfvn5dgciqd105xiwg7chjwp3w6iqbjpylak9h82ci6wlh",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v16.0.1-ee",
"rev": "v16.0.2-ee",
"passthru": {
"GITALY_SERVER_VERSION": "16.0.1",
"GITLAB_PAGES_VERSION": "16.0.1",
"GITALY_SERVER_VERSION": "16.0.2",
"GITLAB_PAGES_VERSION": "16.0.2",
"GITLAB_SHELL_VERSION": "14.20.0",
"GITLAB_WORKHORSE_VERSION": "16.0.1"
"GITLAB_WORKHORSE_VERSION": "16.0.2"
}
}

View File

@ -13,7 +13,7 @@
}:
let
version = "16.0.1";
version = "16.0.2";
package_version = "v${lib.versions.major version}";
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";
@ -24,7 +24,7 @@ let
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "sha256-2OlCjwcJ0RydbKI15X4wZ20XVclC44McNig95UndDGg=";
sha256 = "sha256-dtGtWV+lfTp9pKipAHx3FUIPaUobiRLsKYbULpuIgRY=";
};
vendorSha256 = "sha256-KBhTI70eReZGSd7RxwGXcUGa0wDo7q5tU9fUhrLeFO0=";

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gitlab-pages";
version = "16.0.1";
version = "16.0.2";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
sha256 = "sha256-RbsPWc3Dc/rMLnSID0dZmHMg3+uK91kI+DXBYPSy81w=";
sha256 = "sha256-AUX6JIkElYZHjy/RFBVXRb3ZnbWkaNyApZNMT6zsBAU=";
};
vendorHash = "sha256-s3HHoz9URACuVVhePQQFviTqlQU7vCLOjTJPBlus1Vo=";

View File

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