gitlab: 15.4.2 -> 15.4.4
https://about.gitlab.com/releases/2022/11/02/security-release-gitlab-15-5-2-released/ Fixes CVE-2022-3767 Fixes CVE-2022-3265 Fixes CVE-2022-3483 Fixes CVE-2022-3818 Fixes CVE-2022-3726 Fixes CVE-2022-2251 Fixes CVE-2022-3486 Fixes CVE-2022-3793 Fixes CVE-2022-3413 Fixes CVE-2022-2761 Fixes CVE-2022-3819 Fixes CVE-2022-3280 Fixes CVE-2022-3706
This commit is contained in:
parent
9d28889ac8
commit
faaf43c36a
3 changed files with 8 additions and 8 deletions
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"version": "15.4.2",
|
||||
"repo_hash": "sha256-KGVZrfrzfIn2ZQJ42FisLvjIGg0+QOnzfjCR6mQHjlM=",
|
||||
"version": "15.4.4",
|
||||
"repo_hash": "sha256-iIgN1j02Lr/RtNeopqs6ndFqw8YIU2F6c49RGWvpmgc=",
|
||||
"yarn_hash": "1r33qrvwf2wmq5c1d2awk9qhk9nzvafqn3drdvnczfv43sda4lg8",
|
||||
"owner": "gitlab-org",
|
||||
"repo": "gitlab",
|
||||
"rev": "v15.4.2-ee",
|
||||
"rev": "v15.4.4-ee",
|
||||
"passthru": {
|
||||
"GITALY_SERVER_VERSION": "15.4.2",
|
||||
"GITALY_SERVER_VERSION": "15.4.4",
|
||||
"GITLAB_PAGES_VERSION": "1.62.0",
|
||||
"GITLAB_SHELL_VERSION": "14.10.0",
|
||||
"GITLAB_WORKHORSE_VERSION": "15.4.2"
|
||||
"GITLAB_WORKHORSE_VERSION": "15.4.4"
|
||||
},
|
||||
"vendored_gems": [
|
||||
"bundler-checksum",
|
||||
|
|
|
@ -11,7 +11,7 @@ let
|
|||
gemdir = ./.;
|
||||
};
|
||||
|
||||
version = "15.4.2";
|
||||
version = "15.4.4";
|
||||
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-DBAQ1dJLQ+Xno4e/n1jvgKiHAol/uTMjx6RtZIBwM3w=";
|
||||
sha256 = "sha256-b8ChQYaj+7snlrLP4P9FIUSIq/SNMh9hFlFajOPcBEU=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-CUFYHjmOfosM3mfw0qEY+AQcR8U3J/1lU2Ml6wSZ/QM=";
|
||||
|
|
|
@ -5,7 +5,7 @@ in
|
|||
buildGoModule rec {
|
||||
pname = "gitlab-workhorse";
|
||||
|
||||
version = "15.4.2";
|
||||
version = "15.4.4";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = data.owner;
|
||||
|
|
Loading…
Reference in a new issue