We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628d61c commit aeb1112Copy full SHA for aeb1112
config/templates/package-scripts/preinst.erb
@@ -39,7 +39,7 @@ fi
39
upgrade_check() {
40
# Minimum version from which jumps are permitted to current version.
41
# Follows https://docs.gitlab.com/ee/update/index.html#upgrade-paths
42
- MIN_VERSION=16.7
+ MIN_VERSION=16.11
43
44
if [ -n "${OLD_VERSION_STRING}" ] ; then
45
# Checking
@@ -143,4 +143,4 @@ case "$1" in
143
*)
144
# This is not an upgrade, nothing to do.
145
;;
146
-esac
+esac
files/gitlab-ctl-commands/lib/gitlab_ctl/upgrade_check.rb
@@ -16,8 +16,8 @@ def valid?(ov)
16
end
17
18
def min_version
19
- ENV['MIN_VERSION'] || '16.7'.freeze
+ ENV['MIN_VERSION'] || '16.11'.freeze
20
21
22
23
-end
+end
0 commit comments