Skip to content

Commit 8bf2c51

Browse files
balasankarcClemens Beck
and
Clemens Beck
committed
Merge branch 'upgrade-stop-16-11' into 'master'
Enforce upgrade stop at 16.11 Closes #8518 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7575 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: João Alexandre Cunha <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Clemens Beck <[email protected]>
2 parents 86b17db + 0c8e92a commit 8bf2c51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/templates/package-scripts/preinst.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939
upgrade_check() {
4040
# Minimum version from which jumps are permitted to current version.
4141
# Follows https://docs.gitlab.com/ee/update/index.html#upgrade-paths
42-
MIN_VERSION=16.7
42+
MIN_VERSION=16.11
4343

4444
if [ -n "${OLD_VERSION_STRING}" ] ; then
4545
# Checking

files/gitlab-ctl-commands/lib/gitlab_ctl/upgrade_check.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def valid?(ov)
1616
end
1717

1818
def min_version
19-
ENV['MIN_VERSION'] || '16.7'.freeze
19+
ENV['MIN_VERSION'] || '16.11'.freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)