Skip to content

Commit f4eb73e

Browse files
committed
Add deprecation message for openSUSE 15.4
We will stop building packages for openSUSE 15.4 by GitLab 16.8 Changelog: deprecated
1 parent c516bbf commit f4eb73e

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)