Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
9d9b40a16615
Commit
9d9b40a16615
authored
4 months ago
by
GitLab Release Tools Bot
Browse files
Options
Downloads
Patches
Plain Diff
Update upgrade stop to 17.5
[ci skip]
parent
83dee73f9895
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!165
Merge upstream Omnibus GitLab into Omnibus Heptapod
,
!164
Merge upstream Omnibus GitLab into Omnibus Heptapod
,
!163
Merge upstream Omnibus GitLab into Omnibus Heptapod
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/templates/package-scripts/preinst.erb
+1
-1
1 addition, 1 deletion
config/templates/package-scripts/preinst.erb
files/gitlab-ctl-commands/lib/gitlab_ctl/upgrade_check.rb
+1
-1
1 addition, 1 deletion
files/gitlab-ctl-commands/lib/gitlab_ctl/upgrade_check.rb
with
2 additions
and
2 deletions
config/templates/package-scripts/preinst.erb
+
1
−
1
View file @
9d9b40a1
...
...
@@ -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=17.
3
MIN_VERSION=17.
5
if [ -n "${OLD_VERSION_STRING}" ] ; then
# Checking
...
...
This diff is collapsed.
Click to expand it.
files/gitlab-ctl-commands/lib/gitlab_ctl/upgrade_check.rb
+
1
−
1
View file @
9d9b40a1
...
...
@@ -16,7 +16,7 @@
end
def
min_version
ENV
[
'MIN_VERSION'
]
||
'17.
3
'
.
freeze
ENV
[
'MIN_VERSION'
]
||
'17.
5
'
.
freeze
end
end
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment