Skip to content

Commit a50b828

Browse files
authored
Merge pull request #89336 from kalexand-rh/okd-notes
adjusting OKD banners
2 parents d60ed7d + ae3fc64 commit a50b828

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

_templates/_page_openshift.html.erb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
unsupported_versions_gitops.include?(version) ||
6767
unsupported_versions_origin.include?(version)
6868
unsupported_versions_pipelines.include?(version) ||
69-
unsupported_versions_serverless.include?(version) ||
70-
version == "4.18"
69+
unsupported_versions_serverless.include?(version)
7170
);
7271

7372
if (!["openshift-webscale", "openshift-dpu", "openshift-lightspeed", "openshift-service-mesh", "openshift-origin", "openshift-acs", "openshift-rosa", "openshift-dedicated"].include?(distro_key) || unsupported)
@@ -131,6 +130,13 @@
131130
</span>
132131
<% end %>
133132

133+
<% if (version == "latest") && (distro_key == "openshift-origin") %>
134+
<span>
135+
<div class="alert alert-danger" role="alert" id="support-alert">
136+
<strong>This documentation is a work in progress that aligns to preview releases of the next pending OKD version 4 minor release. It might not be complete or fully tested, and some features and content might be removed before the next release.</a>.
137+
</div>
138+
</span>
139+
<% end %>
134140
<% if ((unsupported_versions.include? version) && (distro_key == "openshift-enterprise")) %>
135141

136142
<span>

0 commit comments

Comments
 (0)