Skip to content

Commit 48d3964

Browse files
Robert Marshalltwk3
andcommitted
Merge branch 'deprecate-opensuse-15-4' into 'master'
Add deprecation message for openSUSE 15.4 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7154 Merged-by: Robert Marshall <[email protected]> Approved-by: Dustin Collins <[email protected]> Approved-by: Robert Marshall <[email protected]> Co-authored-by: DJ Mountney <[email protected]>
2 parents e54e2ed + f4eb73e commit 48d3964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/gitlab-cookbooks/package/libraries/omnibus_helper.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ def self.deprecated_os_list
176176
'opensuseleap-15.2' => 'GitLab 14.5',
177177
'suse-12.2' => 'GitLab 14.5',
178178
'debian-9' => 'GitLab 15.2',
179-
'opensuseleap-15.3' => 'GitLab 15.11'
179+
'opensuseleap-15.3' => 'GitLab 15.11',
180+
'opensuseleap-15.4' => 'GitLab 16.8'
180181
}
181182
end
182183

0 commit comments

Comments
 (0)