gitlab: 18.1.1 -> 18.1.2

This commit is contained in:
Jessie Slight 2025-07-09 12:34:52 -07:00
parent 8210e5043c
commit 2c471cd46e
8 changed files with 23 additions and 21 deletions

View File

@ -7,7 +7,7 @@
}: }:
let let
version = "18.1.1"; version = "18.1.2";
package_version = "v${lib.versions.major version}"; package_version = "v${lib.versions.major version}";
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}"; gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";
@ -21,7 +21,7 @@ let
owner = "gitlab-org"; owner = "gitlab-org";
repo = "gitaly"; repo = "gitaly";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-R79UV6QIEO/B7xQ3ds4scm7twHmalziksKBJ97tYVJM="; hash = "sha256-ErA04W6rWsjSay02bst0ur1mztrdo8SW/mpGtln4unI=";
}; };
vendorHash = "sha256-BTpcnaHNyLgdAA9KqqA+mBo18fmQ0+OwLGNOPHRJ/IE="; vendorHash = "sha256-BTpcnaHNyLgdAA9KqqA+mBo18fmQ0+OwLGNOPHRJ/IE=";

View File

@ -6,7 +6,7 @@
buildGoModule rec { buildGoModule rec {
pname = "gitlab-container-registry"; pname = "gitlab-container-registry";
version = "4.23.1"; version = "4.24.0";
rev = "v${version}-gitlab"; rev = "v${version}-gitlab";
# nixpkgs-update: no auto update # nixpkgs-update: no auto update
@ -14,10 +14,10 @@ buildGoModule rec {
owner = "gitlab-org"; owner = "gitlab-org";
repo = "container-registry"; repo = "container-registry";
inherit rev; inherit rev;
hash = "sha256-eCuSuQXtzd2jLJf9G8DO1KGXdT8bYGe9tcKw6BZNiiI="; hash = "sha256-GNL7L6DKIKEgDEZQkeHNOn4R5SnWnHvNoUIs2YLjoR8=";
}; };
vendorHash = "sha256-OrdlQp+USRf+Yc7UDjIncDpbuRu5ui6TUoYY2MMc8Ro="; vendorHash = "sha256-zisadCxyfItD/n7VGbtbvhl8MRHiqdw0Kkrg6ebgS/8=";
checkFlags = checkFlags =
let let

View File

@ -6,14 +6,14 @@
buildGoModule rec { buildGoModule rec {
pname = "gitlab-pages"; pname = "gitlab-pages";
version = "18.1.1"; version = "18.1.2";
# nixpkgs-update: no auto update # nixpkgs-update: no auto update
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "gitlab-org"; owner = "gitlab-org";
repo = "gitlab-pages"; repo = "gitlab-pages";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-tqT+ARebnBhBHzOenkL/o7/tf4/urxKFAOFMwCQSzeA="; hash = "sha256-XY/WK19nujQPdsicGDHS5gEZf3uJZdW41R4xK9hDML0=";
}; };
vendorHash = "sha256-6ZHKwPhC3N813kiw1NnPOMVc2CBSIClwc4MunDi0gCk="; vendorHash = "sha256-6ZHKwPhC3N813kiw1NnPOMVc2CBSIClwc4MunDi0gCk=";

View File

@ -1,15 +1,15 @@
{ {
"version": "18.1.1", "version": "18.1.2",
"repo_hash": "1agw51d1qvvx6yyzz71sz4mkx04ic8hmql8lggz3x5scnhglnzjq", "repo_hash": "072ib6rc7mw9pdzql8514k4z76i1ahssyj5kypgyvf9qj4naym0b",
"yarn_hash": "0c5pp3dpvw0q0nfl6w1lpdmk7dvkfinwb7z7a3vq22wgzca23x2m", "yarn_hash": "0c5pp3dpvw0q0nfl6w1lpdmk7dvkfinwb7z7a3vq22wgzca23x2m",
"owner": "gitlab-org", "owner": "gitlab-org",
"repo": "gitlab", "repo": "gitlab",
"rev": "v18.1.1-ee", "rev": "v18.1.2-ee",
"passthru": { "passthru": {
"GITALY_SERVER_VERSION": "18.1.1", "GITALY_SERVER_VERSION": "18.1.2",
"GITLAB_PAGES_VERSION": "18.1.1", "GITLAB_PAGES_VERSION": "18.1.2",
"GITLAB_SHELL_VERSION": "14.42.0", "GITLAB_SHELL_VERSION": "14.42.0",
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.6.0", "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.6.0",
"GITLAB_WORKHORSE_VERSION": "18.1.1" "GITLAB_WORKHORSE_VERSION": "18.1.2"
} }
} }

View File

@ -10,7 +10,7 @@ in
buildGoModule rec { buildGoModule rec {
pname = "gitlab-workhorse"; pname = "gitlab-workhorse";
version = "18.1.1"; version = "18.1.2";
# nixpkgs-update: no auto update # nixpkgs-update: no auto update
src = fetchFromGitLab { src = fetchFromGitLab {

View File

@ -648,7 +648,9 @@ gem 'gitaly', '~> 18.1.0.pre.rc1', feature_category: :gitaly
# KAS GRPC protocol definitions # KAS GRPC protocol definitions
gem 'gitlab-kas-grpc', '~> 17.11.0', feature_category: :deployment_management gem 'gitlab-kas-grpc', '~> 17.11.0', feature_category: :deployment_management
gem 'grpc', '~> 1.72.0', feature_category: :shared # Lock until 1.74.0 is available
# https://gitlab.com/gitlab-com/gl-infra/production/-/issues/20067
gem 'grpc', '= 1.63.0', feature_category: :shared
gem 'google-protobuf', '~> 3.25', '>= 3.25.3', feature_category: :shared gem 'google-protobuf', '~> 3.25', '>= 3.25.3', feature_category: :shared

View File

@ -48,7 +48,7 @@ PATH
google-cloud-storage_transfer (~> 1.2.0) google-cloud-storage_transfer (~> 1.2.0)
google-protobuf (~> 3.25, >= 3.25.3) google-protobuf (~> 3.25, >= 3.25.3)
googleauth (~> 1.8.1) googleauth (~> 1.8.1)
grpc (~> 1.72.0) grpc (= 1.63.0)
json (~> 2.7) json (~> 2.7)
jwt (~> 2.5) jwt (~> 2.5)
logger (~> 1.5) logger (~> 1.5)
@ -956,8 +956,8 @@ GEM
graphql (~> 2.0) graphql (~> 2.0)
html-pipeline (~> 2.14, >= 2.14.3) html-pipeline (~> 2.14, >= 2.14.3)
sass-embedded (~> 1.58) sass-embedded (~> 1.58)
grpc (1.72.0) grpc (1.63.0)
google-protobuf (>= 3.25, < 5.0) google-protobuf (~> 3.25)
googleapis-common-protos-types (~> 1.0) googleapis-common-protos-types (~> 1.0)
grpc-google-iam-v1 (1.5.0) grpc-google-iam-v1 (1.5.0)
google-protobuf (~> 3.18) google-protobuf (~> 3.18)
@ -2210,7 +2210,7 @@ DEPENDENCIES
graphlyte (~> 1.0.0) graphlyte (~> 1.0.0)
graphql (= 2.4.13) graphql (= 2.4.13)
graphql-docs (~> 5.0.0) graphql-docs (~> 5.0.0)
grpc (~> 1.72.0) grpc (= 1.63.0)
gssapi (~> 1.3.1) gssapi (~> 1.3.1)
guard-rspec guard-rspec
haml_lint (~> 0.58) haml_lint (~> 0.58)

View File

@ -3886,10 +3886,10 @@ src: {
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "02gakdhvpl777b41i8cgkrj7gk0jlq4fza9hjksp2r7ryji0vyjn"; sha256 = "11ink0ayf14qgs3msn5a7dpg49vm3ck2415r64nfk1i8xv286hsz";
type = "gem"; type = "gem";
}; };
version = "1.72.0"; version = "1.63.0";
}; };
grpc-google-iam-v1 = { grpc-google-iam-v1 = {
dependencies = [ dependencies = [