gitaly 0.28.0 → 0.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2cf3a8236325fe20906b285c858964fccf80bc74
4
- data.tar.gz: d98dd75d5407eaebbac941ea7b39e62879144470
3
+ metadata.gz: f1e57b5bd80b11cef6c35b618f9d9969186378c6
4
+ data.tar.gz: f477d80ecd5783dc12e403ffb32a1edaf1122619
5
5
  SHA512:
6
- metadata.gz: 5c833fdcb7a3dd772a36503414d79a7eb0248cdbfe3ff5dedb4947bec5aa8fc583ee8c35525049532425ae98928b3490495277c4a951ebda2b897400c553ace7
7
- data.tar.gz: bca0b05cdcc8d318c2bd1bd5a824164be8f8700ad5b14758c492112099fb19e9dc4260ccc07c0860187679852595f0aa1edefc244ffadef6884b82e6e82ce6b7
6
+ metadata.gz: a81ccb364505a175ec5f60125fa030136dedabe3f88088169285088be9bbee3e3d59d02f7bf03569b4e233852d1e9c2f1c230bad0c3e425742228343a306fa8d
7
+ data.tar.gz: 3653500b97d6a1a69f14ce52dfc5ea511e6d0b92dd18d6f19ce3d7a9f88b8af749a1ea837e865e402f1ced2b1e08bc4714c8bce4e73c7a79407af11aedd598ba
@@ -46,6 +46,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
46
46
  optional :force, :bool, 3
47
47
  optional :no_tags, :bool, 4
48
48
  optional :timeout, :int32, 5
49
+ optional :ssh_key, :string, 6
50
+ optional :known_hosts, :string, 7
49
51
  end
50
52
  add_message "gitaly.FetchRemoteResponse" do
51
53
  end
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.28.0"
3
+ VERSION = "0.28.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitaly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.28.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Vosmaer