gitlab: 15.11.0 -> 15.11.1 (#229447)

https://about.gitlab.com/releases/2023/05/02/security-release-gitlab-15-11-1-released/

Fixes CVE-2023-2182
Fixes CVE-2023-1965
Fixes CVE-2023-1621
Fixes CVE-2023-2069
Fixes CVE-2023-1178
Fixes CVE-2023-0805
Fixes CVE-2023-0756
Fixes CVE-2023-1836
Fixes CVE-2022-4376
This commit is contained in:
Yaya
2023-05-02 21:10:56 +02:00
committed by GitHub
parent e4ad893057
commit 69e6642e49
4 changed files with 12 additions and 12 deletions
@@ -1,14 +1,14 @@
{
"version": "15.11.0",
"repo_hash": "sha256-oLdw6hDn7DLWvAt2RoHkixXCkzKm0dt7iid65MPH7kM=",
"yarn_hash": "0b4k43512p8lm1bmiq5piv8wg1f0x2h9q8pgwnms7b2xb4sfn0g1",
"version": "15.11.1",
"repo_hash": "sha256-xhwWn/+GSAKYy5YcjgIUPJUvhBquvCWu6eFg5ZiNM7s=",
"yarn_hash": "02ipm7agjy3c75df76c00k3qq5gpw3d876f6x91xnwizswsv9agb",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v15.11.0-ee",
"rev": "v15.11.1-ee",
"passthru": {
"GITALY_SERVER_VERSION": "15.11.0",
"GITLAB_PAGES_VERSION": "15.11.0",
"GITALY_SERVER_VERSION": "15.11.1",
"GITLAB_PAGES_VERSION": "15.11.1",
"GITLAB_SHELL_VERSION": "14.18.0",
"GITLAB_WORKHORSE_VERSION": "15.11.0"
"GITLAB_WORKHORSE_VERSION": "15.11.1"
}
}
@@ -11,7 +11,7 @@ let
gemdir = ./.;
};
version = "15.11.0";
version = "15.11.1";
package_version = "v${lib.versions.major version}";
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";
@@ -22,7 +22,7 @@ let
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "sha256-kpqSDtj9ctS5PVWTJv5z/HVXYjIlP6CU/FGgueXwKic=";
sha256 = "sha256-D12R9liFsrH0XwGSLkmhCbWMbPXrp0kzus4t4Kuw4cg=";
};
vendorSha256 = "sha256-gJelagGPogeCdJtRpj4RaYlqzZRhtU0EIhmj1aK4ZOk=";
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gitlab-pages";
version = "15.11.0";
version = "15.11.1";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
sha256 = "sha256-nYpDyLg9nhl6EA0nwUzA+DFtyZVDnwplQTi1KJTwFbU=";
sha256 = "sha256-BPChY2t0ygH73XZYDWDb0EVPqrniMxzg3JWgcmsAesA=";
};
vendorHash = "sha256-s3HHoz9URACuVVhePQQFviTqlQU7vCLOjTJPBlus1Vo=";
@@ -5,7 +5,7 @@ in
buildGoModule rec {
pname = "gitlab-workhorse";
version = "15.11.0";
version = "15.11.1";
src = fetchFromGitLab {
owner = data.owner;