Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Container Images
gitlab
Commits
529d07d9
Commit
529d07d9
authored
Jul 23, 2021
by
gitlab update bot
Browse files
Update to version 14.1.0
parent
aeb80d49
Pipeline
#8115
passed with stage
in 11 seconds
Changes
3
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
VERSION
View file @
529d07d9
14.
0.5
14.
1.0
assets/sshd_config
View file @
529d07d9
...
...
@@ -23,5 +23,5 @@ UsePAM yes
# Disabling use DNS in ssh since it tends to slow connecting
UseDNS no
# Enable the use of Git protcol v2
# Enable the use of Git prot
o
col v2
AcceptEnv GIT_PROTOCOL
assets/wrapper
View file @
529d07d9
...
...
@@ -112,7 +112,7 @@ if old_version=$(cat /var/opt/gitlab/gitlab-rails/VERSION)
then
GITLAB_UPGRADE
=
'true'
new_version
=
$(
awk
'/^gitlab-(ce|ee|jh)/ {print $NF}'
/opt/gitlab/version-manifest.txt
)
MIN_VERSION
=
"1
3.12
"
gitlab-ctl upgrade-check
"
${
old_version
}
"
"
${
new_version
}
"
MIN_VERSION
=
"1
4.0
"
gitlab-ctl upgrade-check
"
${
old_version
}
"
"
${
new_version
}
"
fi
# Copy gitlab.rb for the first time
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment