Skip to content

Commit d3756b5

Browse files
authored
gitlab: 17.2.4 -> 17.2.5 (#341398)
2 parents 6df0429 + 4b75284 commit d3756b5

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"version": "17.2.4",
3-
"repo_hash": "0hj1v7w68axzdy2lwwc320zpg2r2qv2f9rl23yisni6975p03ayi",
2+
"version": "17.2.5",
3+
"repo_hash": "0l3s3k3v306ihn47lkj49b8vlly7v11clciwpf7ly4c5mwvwjlx6",
44
"yarn_hash": "10y540bxwaz355p9r4q34199aibadrd5p4d9ck2y3n6735k0hm74",
55
"owner": "gitlab-org",
66
"repo": "gitlab",
7-
"rev": "v17.2.4-ee",
7+
"rev": "v17.2.5-ee",
88
"passthru": {
9-
"GITALY_SERVER_VERSION": "17.2.4",
10-
"GITLAB_PAGES_VERSION": "17.2.4",
9+
"GITALY_SERVER_VERSION": "17.2.5",
10+
"GITLAB_PAGES_VERSION": "17.2.5",
1111
"GITLAB_SHELL_VERSION": "14.37.0",
1212
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.2.0",
13-
"GITLAB_WORKHORSE_VERSION": "17.2.4"
13+
"GITLAB_WORKHORSE_VERSION": "17.2.5"
1414
}
1515
}

pkgs/applications/version-management/gitlab/gitaly/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}:
77

88
let
9-
version = "17.2.4";
9+
version = "17.2.5";
1010
package_version = "v${lib.versions.major version}";
1111
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";
1212

@@ -20,7 +20,7 @@ let
2020
owner = "gitlab-org";
2121
repo = "gitaly";
2222
rev = "v${version}";
23-
hash = "sha256-Y+Yi5kH/0s+yMuD/90Tdxeshp9m0Mrx080jmWnq/zZ0=";
23+
hash = "sha256-R6GmIBU7rzLBsegcXPjc9Dxp9qe3tP6unqOsnyiozgw=";
2424
};
2525

2626
vendorHash = "sha256-FqnGVRldhevJgBBvJcvGXzRaYWqSHzZiXIQmCNzJv+4=";

pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
buildGoModule rec {
44
pname = "gitlab-container-registry";
5-
version = "4.7.0";
5+
version = "4.9.0";
66
rev = "v${version}-gitlab";
77

88
# nixpkgs-update: no auto update
99
src = fetchFromGitLab {
1010
owner = "gitlab-org";
1111
repo = "container-registry";
1212
inherit rev;
13-
hash = "sha256-+71mqnXRMq0vE+T6V/JqIhP//zldQOEK7694IB5RSnc=";
13+
hash = "sha256-kBM5ICESRUwHlM9FeJEFQFTM2E2zIF6axOGOHNmloKo=";
1414
};
1515

16-
vendorHash = "sha256-h4nLnmsQ52PU3tUbTCUwWN8LbYuSgzaDkqplEZcDAGM=";
16+
vendorHash = "sha256-nePIExsIWJgBDUrkkVBzc0qsYdfxR7GL1VhdWcVJnLg=";
1717

1818
postPatch = ''
1919
# Disable flaky inmemory storage driver test

pkgs/applications/version-management/gitlab/gitlab-pages/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
buildGoModule rec {
44
pname = "gitlab-pages";
5-
version = "17.2.4";
5+
version = "17.2.5";
66

77
# nixpkgs-update: no auto update
88
src = fetchFromGitLab {
99
owner = "gitlab-org";
1010
repo = "gitlab-pages";
1111
rev = "v${version}";
12-
hash = "sha256-7sB2MjU1iwqrOK8dNb7a14NFtrJ/7yoT07tzYVyCSJ8=";
12+
hash = "sha256-5qksHuY7EzCoCMBxF4souvUz8xFstfzOZT3CF5YsV7M=";
1313
};
1414

1515
vendorHash = "sha256-yNHeM8MExcLwv2Ga4vtBmPFBt/Rj7Gd4QQYDlnAIo+c=";

pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ in
55
buildGoModule rec {
66
pname = "gitlab-workhorse";
77

8-
version = "17.2.4";
8+
version = "17.2.5";
99

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

pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -813,11 +813,11 @@ GEM
813813
gapic-common (>= 0.20.0, < 2.a)
814814
google-cloud-common (~> 1.0)
815815
google-cloud-errors (~> 1.0)
816-
google-cloud-core (1.6.0)
817-
google-cloud-env (~> 1.0)
816+
google-cloud-core (1.7.0)
817+
google-cloud-env (>= 1.0, < 3.a)
818818
google-cloud-errors (~> 1.0)
819-
google-cloud-env (1.6.0)
820-
faraday (>= 0.17.3, < 3.0)
819+
google-cloud-env (2.1.1)
820+
faraday (>= 1.0, < 3.a)
821821
google-cloud-errors (1.3.0)
822822
google-cloud-location (0.6.0)
823823
gapic-common (>= 0.20.0, < 2.a)

pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2729,21 +2729,21 @@ src:
27292729
platforms = [];
27302730
source = {
27312731
remotes = ["https://rubygems.org"];
2732-
sha256 = "0amp8vd16pzbdrfbp7k0k38rqxpwd88bkyp35l3x719hbb6l85za";
2732+
sha256 = "0dagdfx3rnk9xplnj19gqpqn41fd09xfn8lp2p75psihhnj2i03l";
27332733
type = "gem";
27342734
};
2735-
version = "1.6.0";
2735+
version = "1.7.0";
27362736
};
27372737
google-cloud-env = {
27382738
dependencies = ["faraday"];
27392739
groups = ["default"];
27402740
platforms = [];
27412741
source = {
27422742
remotes = ["https://rubygems.org"];
2743-
sha256 = "05gshdqscg4kil6ppfzmikyavsx449bxyj47j33r4n4p8swsqyb1";
2743+
sha256 = "16b9yjbrzal1cjkdbn29fl06ikjn1dpg1vdsjak1xvhpsp3vhjyg";
27442744
type = "gem";
27452745
};
2746-
version = "1.6.0";
2746+
version = "2.1.1";
27472747
};
27482748
google-cloud-errors = {
27492749
groups = ["default"];

0 commit comments

Comments
 (0)