Skip to content

Commit 95e40a0

Browse files
committed
4.16 GA
1 parent a066401 commit 95e40a0

File tree

6 files changed

+26
-13
lines changed

6 files changed

+26
-13
lines changed

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ AddType text/vtt vtt
159159

160160
# Redirects for "latest" version
161161
RewriteRule ^(container-platform|enterprise)/?$ /container-platform/latest [R=301]
162-
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.15/$2 [NE,R=301]
162+
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.16/$2 [NE,R=301]
163163
RewriteRule ^(online)/(3\.0|3\.1|3\.2|3\.3|3\.4|3\.5|3\.6|3\.7|3\.9|3\.10|3\.11|latest)/?(.*)$ /$1/pro/$3 [NE,R=301]
164164

165165
# Release notes redirects
@@ -662,7 +662,7 @@ AddType text/vtt vtt
662662
RewriteRule ^rosa/?$ /rosa/welcome/index.html [L,R=301]
663663
RewriteRule ^enterprise/(3\.0|3\.1|3\.2)/?$ /enterprise/$1/welcome/index.html [L,R=301]
664664
RewriteRule ^enterprise/3\.3/?$ /container-platform/3.3/welcome/index.html [L,R=301]
665-
RewriteRule ^container-platform/(3\.3|3\.4|3\.5|3\.6|3\.7|3\.9|3\.10|3\.11|4\.1|4\.2|4\.3|4\.4|4\.5|4\.6|4\.7|4\.8|4\.9|4\.10|4\.11|4\.12|4\.13|4\.14|4\.15)/?$ /container-platform/$1/welcome/index.html [L,R=301]
665+
RewriteRule ^container-platform/(3\.3|3\.4|3\.5|3\.6|3\.7|3\.9|3\.10|3\.11|4\.1|4\.2|4\.3|4\.4|4\.5|4\.6|4\.7|4\.8|4\.9|4\.10|4\.11|4\.12|4\.13|4\.14|4\.15|4\.16)/?$ /container-platform/$1/welcome/index.html [L,R=301]
666666
RewriteRule ^container-platform-ocp/(4\.3|4\.4|4\.8)/?$ /container-platform-ocp/$1/welcome/index.html [L,R=301]
667667

668668

_distro_map.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ openshift-origin:
3939
enterprise-4.15:
4040
name: '4.15'
4141
dir: '4.15'
42+
enterprise-4.16:
43+
name: '4.16'
44+
dir: '4.16'
4245
enterprise-3.6:
4346
name: '3.6'
4447
dir: '3.6'
@@ -148,6 +151,9 @@ openshift-enterprise:
148151
enterprise-4.16:
149152
name: '4.16'
150153
dir: container-platform/4.16
154+
enterprise-4.17:
155+
name: '4.17'
156+
dir: container-platform/4.17
151157
openshift-dedicated:
152158
name: OpenShift Dedicated
153159
author: OpenShift Documentation Project <[email protected]>
@@ -158,7 +164,7 @@ openshift-dedicated:
158164
enterprise-3.11:
159165
name: '3'
160166
dir: dedicated/3
161-
enterprise-4.15:
167+
enterprise-4.16:
162168
name: ''
163169
dir: dedicated/
164170
openshift-aro:
@@ -181,7 +187,7 @@ openshift-rosa:
181187
site_name: Documentation
182188
site_url: https://docs.openshift.com/
183189
branches:
184-
enterprise-4.15:
190+
enterprise-4.16:
185191
name: ''
186192
dir: rosa/
187193
rosa-preview:
@@ -194,7 +200,7 @@ openshift-rosa-hcp:
194200
site_name: Documentation
195201
site_url: https://docs.openshift.com/
196202
branches:
197-
enterprise-4.15:
203+
enterprise-4.16:
198204
name: ''
199205
dir: rosa-hcp/
200206
rosa-preview:
@@ -207,7 +213,7 @@ openshift-rosa-portal:
207213
site_name: Documentation
208214
site_url: https://docs.openshift.com/
209215
branches:
210-
enterprise-4.15:
216+
enterprise-4.16:
211217
name: ''
212218
dir: rosa-portal/
213219
openshift-webscale:
@@ -411,4 +417,4 @@ openshift-lightspeed:
411417
branches:
412418
lightspeed-docs-1.0tp1:
413419
name: '1.0tp1'
414-
dir: lightspeed/1.0tp1
420+
dir: lightspeed/1.0tp1

_templates/_page_openshift.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</span>
6868
<% end %>
6969

70-
<% if (version == "4.16") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu" && distro_key != "rosa-hcp") %>
70+
<% if (version == "4.17") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu" && distro_key != "rosa-hcp") %>
7171
<span>
7272
<div class="alert alert-danger" role="alert" id="support-alert">
7373
<strong>This documentation is a work in progress that aligns to preview releases of the next pending OpenShift Container Platform version 4 minor release. It might not be complete or fully tested, and some features and content might be removed before the next release. </strong>For the most recent released and supported version, see <a href="https://docs.openshift.com/container-platform/latest/welcome/index.html" style="color: #545454 !important" class="link-primary">[4]</a>.
@@ -163,6 +163,7 @@
163163
</a>
164164
<% end %>
165165
<select id="version-selector" onchange="versionSelector(this);">
166+
<option value="4.16">4.16</option>
166167
<option value="4.15">4.15</option>
167168
<option value="4.14">4.14</option>
168169
<option value="4.13">4.13</option>
@@ -267,6 +268,7 @@
267268
</a>
268269
<select id="version-selector" onchange="versionSelector(this);">
269270
<option value="latest">latest</option>
271+
<option value="4.16">4.16</option>
270272
<option value="4.15">4.15</option>
271273
<option value="4.14">4.14</option>
272274
<option value="4.13">4.13</option>

contributing_to_docs/doc_guidelines.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,22 +576,22 @@ possible values for `{product-title}` and `{product-version}`, depending on the
576576
|`openshift-origin`
577577
|OKD
578578
a|* 3.6, 3.7, 3.9, 3.10, 3.11
579-
* 4.8, 4.9, 4.10, 4.11, 4.12, 4.13, 4.14, 4.15
579+
* 4.8, 4.9, 4.10, 4.11, 4.12, 4.13, 4.14, 4.15, 4.16
580580
* 4 for the `latest/` build from the `main` branch
581581

582582
|`openshift-enterprise`
583583
|OpenShift Container Platform
584584
a|* 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.9, 3.10, 3.11
585-
* 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 4.10, 4.11, 4.12, 4.13, 4.14, 4.15, 4.16
585+
* 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 4.10, 4.11, 4.12, 4.13, 4.14, 4.15, 4.16, 4.17
586586

587587
|`openshift-dedicated`
588588
|OpenShift Dedicated
589-
a|* No value set for the latest `dedicated/` build from the `enterprise-4.15` branch
589+
a|* No value set for the latest `dedicated/` build from the `enterprise-4.16` branch
590590
* 3 for the `dedicated/3` build from the `enterprise-3.11` branch
591591

592592
|`openshift-rosa`
593593
|Red Hat OpenShift Service on AWS
594-
|No value set for the `rosa/` build from the `enterprise-4.15` branch
594+
|No value set for the `rosa/` build from the `enterprise-4.16` branch
595595

596596
|`openshift-online`
597597
|OpenShift Online

index-commercial.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ <h2>OpenShift Container Platform</h2>
173173
<div class="btn-group">
174174
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Select Version<span class="caret"></span></button>
175175
<ul class="dropdown-menu" role="menu">
176+
<li><a href="container-platform/4.16/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.16</a></li>
176177
<li><a href="container-platform/4.15/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.15</a></li>
177178
<li><a href="container-platform/4.14/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.14</a></li>
178179
<li><a href="container-platform/4.13/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.13</a></li>
@@ -266,7 +267,7 @@ <h2>Red Hat Advanced Cluster Security for Kubernetes</h2>
266267
<h2>OpenShift Kubernetes Engine</h2>
267268
<div class="list-group">
268269
<p class="list-group-item-text">The OpenShift Kubernetes Engine is the core of the OpenShift Container Platform. Use OpenShift Container Platform docs links for OpenShift Kubernetes Engine documentation.</p>
269-
Read more about <a href="/container-platform/4.15/welcome/oke_about.html">OKE</a>.
270+
Read more about <a href="/container-platform/4.16/welcome/oke_about.html">OKE</a>.
270271
</div>
271272
</div>
272273
</div>
@@ -279,6 +280,7 @@ <h2>OpenShift Container Platform <font size="-1">(日本語翻訳)</font></h2>
279280
<div class="btn-group">
280281
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">バージョンを選択する<span class="caret"></span></button>
281282
<ul class="dropdown-menu" role="menu">
283+
<li><a href="https://access.redhat.com/documentation/ja-jp/openshift_container_platform/4.16/"><i class="fa fa-arrow-circle-o-right"></i> 4.16</a></li>
282284
<li><a href="https://access.redhat.com/documentation/ja-jp/openshift_container_platform/4.15/"><i class="fa fa-arrow-circle-o-right"></i> 4.15</a></li>
283285
<li><a href="https://access.redhat.com/documentation/ja-jp/openshift_container_platform/4.14/"><i class="fa fa-arrow-circle-o-right"></i> 4.14</a></li>
284286
<li><a href="https://access.redhat.com/documentation/ja-jp/openshift_container_platform/4.13/"><i class="fa fa-arrow-circle-o-right"></i> 4.13</a></li>
@@ -302,6 +304,7 @@ <h2>OpenShift Container Platform <font size="-1">(中文文档)</font></h2>
302304
<div class="btn-group">
303305
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">选择版本<span class="caret"></span></button>
304306
<ul class="dropdown-menu" role="menu">
307+
<li><a href="https://access.redhat.com/documentation/zh-cn/openshift_container_platform/4.16/"><i class="fa fa-arrow-circle-o-right"></i> 4.16</a></li>
305308
<li><a href="https://access.redhat.com/documentation/zh-cn/openshift_container_platform/4.15/"><i class="fa fa-arrow-circle-o-right"></i> 4.15</a></li>
306309
<li><a href="https://access.redhat.com/documentation/zh-cn/openshift_container_platform/4.14/"><i class="fa fa-arrow-circle-o-right"></i> 4.14</a></li>
307310
<li><a href="https://access.redhat.com/documentation/zh-cn/openshift_container_platform/4.13/"><i class="fa fa-arrow-circle-o-right"></i> 4.13</a></li>
@@ -325,6 +328,7 @@ <h2>OpenShift Container Platform <font size="-1">(한국어 문서)</font></h2>
325328
<div class="btn-group">
326329
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">버전 선택<span class="caret"></span></button>
327330
<ul class="dropdown-menu" role="menu">
331+
<li><a href="https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.16/"><i class="fa fa-arrow-circle-o-right"></i> 4.16</a></li>
328332
<li><a href="https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.15/"><i class="fa fa-arrow-circle-o-right"></i> 4.15</a></li>
329333
<li><a href="https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.14/"><i class="fa fa-arrow-circle-o-right"></i> 4.14</a></li>
330334
<li><a href="https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.13/"><i class="fa fa-arrow-circle-o-right"></i> 4.13</a></li>

index-community.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ <h1 class="cover-heading">Documentation</h1>
5050
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Select Version<span class="caret"></span></button>
5151
<ul class="dropdown-menu" role="menu">
5252
<li><a href="latest/"><i class="fa fa-arrow-circle-o-right"></i> OKD Latest</a></li>
53+
<li><a href="4.16/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.16</a></li>
5354
<li><a href="4.15/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.15</a></li>
5455
<li><a href="4.14/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.14</a></li>
5556
<li><a href="4.13/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.13</a></li>

0 commit comments

Comments
 (0)