Skip to content

Commit aeb1112

Browse files
author
GitLab Release Tools Bot
committed
Update upgrade stop to 16.11
[ci skip]
1 parent 628d61c commit aeb1112

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/templates/package-scripts/preinst.erb

Lines changed: 2 additions & 2 deletions
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
@@ -143,4 +143,4 @@ case "$1" in
143143
*)
144144
# This is not an upgrade, nothing to do.
145145
;;
146-
esac
146+
esac

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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
23-
end
23+
end

0 commit comments

Comments
 (0)