Update minimum version of gitaly* to 14.7
This commit is contained in:
parent
51e7039a88
commit
a4df1f3837
1 changed files with 4 additions and 4 deletions
8
debian/control
vendored
8
debian/control
vendored
|
@ -41,7 +41,7 @@ Build-Depends: debhelper-compat (= 13),
|
|||
golang-github-sebest-xff-dev,
|
||||
golang-github-sirupsen-logrus-dev,
|
||||
golang-github-stretchr-testify-dev (>= 1.4~),
|
||||
golang-gitlab-gitlab-org-gitaly-dev (>= 14.6~),
|
||||
golang-gitlab-gitlab-org-gitaly-dev (>= 14.7~),
|
||||
golang-gitlab-gitlab-org-labkit-dev (>= 1.6~),
|
||||
golang-gocloud-dev,
|
||||
golang-golang-x-crypto-dev,
|
||||
|
@ -68,7 +68,7 @@ Section: contrib/net
|
|||
Architecture: all
|
||||
XB-Ruby-Versions: ${ruby:Versions}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
gitlab-common (>= 14.6~),
|
||||
gitlab-common (>= 14.7~),
|
||||
ruby (>= 1:2.7~),
|
||||
rubygems-integration (>= 1.18~),
|
||||
lsb-base (>= 3.0-6),
|
||||
|
@ -389,7 +389,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Spamcheck GRPC protocol definitions
|
||||
ruby-spamcheck,
|
||||
# Gitaly GRPC client
|
||||
ruby-gitaly (>= 14.6~),
|
||||
ruby-gitaly (>= 14.7~),
|
||||
# KAS GRPC protocol definitions
|
||||
ruby-kas-grpc,
|
||||
#
|
||||
|
@ -512,7 +512,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# gitlab-sidekiq was failing without puma
|
||||
puma
|
||||
Recommends: certbot,
|
||||
gitaly (>= 14.6.3+dfsg-2~),
|
||||
gitaly (>= 14.7~),
|
||||
openssh-server
|
||||
Conflicts: libruby2.5
|
||||
Description: git powered software platform to collaborate on code (non-omnibus)
|
||||
|
|
Loading…
Reference in a new issue