# HG changeset patch
# User GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
# Date 1715098538 0
#      Tue May 07 16:15:38 2024 +0000
# Node ID dc3264c9e4934a6027704bf59e4ac70454060d53
# Parent  3398051d38592dc433e8a19fbda2b58f17430d3d
Update upgrade stop to 16.11

[ci skip]

diff --git a/config/templates/package-scripts/preinst.erb b/config/templates/package-scripts/preinst.erb
--- a/config/templates/package-scripts/preinst.erb
+++ b/config/templates/package-scripts/preinst.erb
@@ -39,7 +39,7 @@
 upgrade_check() {
   # Minimum version from which jumps are permitted to current version.
   # Follows https://docs.gitlab.com/ee/update/index.html#upgrade-paths
-  MIN_VERSION=16.7
+  MIN_VERSION=16.11
 
   if [ -n "${OLD_VERSION_STRING}" ] ; then
     # Checking
@@ -143,4 +143,4 @@
   *)
     # This is not an upgrade, nothing to do.
     ;;
-esac
+esac
\ No newline at end of file
diff --git a/files/gitlab-ctl-commands/lib/gitlab_ctl/upgrade_check.rb b/files/gitlab-ctl-commands/lib/gitlab_ctl/upgrade_check.rb
--- a/files/gitlab-ctl-commands/lib/gitlab_ctl/upgrade_check.rb
+++ b/files/gitlab-ctl-commands/lib/gitlab_ctl/upgrade_check.rb
@@ -16,8 +16,8 @@
       end
 
       def min_version
-        ENV['MIN_VERSION'] || '16.7'.freeze
+        ENV['MIN_VERSION'] || '16.11'.freeze
       end
     end
   end
-end
+end
\ No newline at end of file