gitaly 15.4.0 → 15.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94b90492ffedca627271bf107acbbce9e61f1ff1645a61cd86772a8655b25b6e
4
- data.tar.gz: 40c356e08790942544a8f5352b0cb5c8b809af593d602c3a73fb705a96d124b7
3
+ metadata.gz: 5bcd3996ec22f107da206424a332fbbc0131e3d3fe97e55cfa0bf85be4432e95
4
+ data.tar.gz: f180cb187260674d924d2222943fef6ed4aa7e16d69f3a7a8b5c30c7cd1a31e5
5
5
  SHA512:
6
- metadata.gz: 115680b6209ba4e274c08a024b3e0531e5cb2172047418d5b858b58aaf35937ffc8bdcd2964ba688e0fe4da7258763e2cc40da980e589e2fc87ce2379d3529b7
7
- data.tar.gz: 07ce146743f47dde100b4bcb1a2f4d79b2b1eb7e2c16d7d951585f845d458437b6cfadeda3e5dedfbfcda0c268679919b5667cfc843b58dc0a78ea1ec0f10766
6
+ metadata.gz: d059560801b139372c7b96aa478f5c7ea03bca83f92b343387c0f114ffb787520c7f227641a094a96189765e139d1256a101bdd0ac603d138f8fccc4524e8343
7
+ data.tar.gz: 3e1b8975afe534072a1c4b6b255958a460d9a059074f0343793276739c0bcbfbc35d923c43c016bea2c236f103665f394b19e4fc675c292d3fe15f528b155a57
@@ -19,6 +19,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
19
19
  optional :url, :string, 1
20
20
  optional :http_authorization_header, :string, 2
21
21
  optional :http_host, :string, 3
22
+ optional :resolved_address, :string, 4
22
23
  end
23
24
  add_message "gitaly.UpdateRemoteMirrorResponse" do
24
25
  repeated :divergent_refs, :bytes, 1
@@ -35,6 +36,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
35
36
  optional :remote_url, :string, 3
36
37
  optional :http_authorization_header, :string, 4
37
38
  optional :http_host, :string, 5
39
+ optional :resolved_address, :string, 6
38
40
  end
39
41
  add_message "gitaly.FindRemoteRootRefResponse" do
40
42
  optional :ref, :string, 1
@@ -157,6 +157,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
157
157
  optional :http_host, :string, 3
158
158
  optional :http_authorization_header, :string, 4
159
159
  optional :mirror, :bool, 5
160
+ optional :resolved_address, :string, 6
160
161
  end
161
162
  add_message "gitaly.CreateRepositoryFromURLResponse" do
162
163
  end
@@ -230,6 +231,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
230
231
  optional :http_url, :string, 2
231
232
  optional :http_auth, :string, 3
232
233
  optional :http_host, :string, 4
234
+ optional :resolved_address, :string, 5
233
235
  end
234
236
  add_message "gitaly.CreateRepositoryFromSnapshotResponse" do
235
237
  end
@@ -285,6 +287,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
285
287
  optional :http_authorization_header, :string, 3
286
288
  repeated :mirror_refmaps, :string, 4
287
289
  optional :http_host, :string, 5
290
+ optional :resolved_address, :string, 6
288
291
  end
289
292
  add_message "gitaly.GetObjectDirectorySizeRequest" do
290
293
  optional :repository, :message, 1, "gitaly.Repository"
@@ -2,5 +2,5 @@
2
2
  # (https://gitlab.com/gitlab-org/release-tools/), and should not be
3
3
  # modified.
4
4
  module Gitaly
5
- VERSION = '15.4.0'
5
+ VERSION = '15.4.4'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitaly
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.4.0
4
+ version: 15.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Vosmaer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-03 00:00:00.000000000 Z
11
+ date: 2022-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc