Skip to content

Commit e5ff1ea

Browse files
authored
Merge pull request #82666 from kalexand-rh/417GA
4.17 GA
2 parents 6138b69 + a5e32db commit e5ff1ea

File tree

7 files changed

+26
-13
lines changed

7 files changed

+26
-13
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@abhatt-rh @abrennan89 @adellape @aireilly @apinnick @bburt-rh @bergerhoffer @bscott-rh @gabriel-rh @jab-rh @jeana-redhat @JoeAldinger @kalexand-rh @kcarmichael08 @kelbrown20 @michaelryanpeter @mjpytlak @opayne1 @ousleyp @rolfedh @sjhala-ccs @snarayan-redhat @Srivaralakshmi
1+
@abhatt-rh @abrennan89 @adellape @aireilly @bergerhoffer @bscott-rh @gabriel-rh @jab-rh @jeana-redhat @JoeAldinger @kalexand-rh @kcarmichael08 @michaelryanpeter @opayne1 @ousleyp @sjhala-ccs @snarayan-redhat @Srivaralakshmi

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

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

162162
# Redirects for "latest" version
163163
RewriteRule ^(container-platform|enterprise)/?$ /container-platform/latest [R=301]
164-
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.16/$2 [NE,R=301]
164+
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.17/$2 [NE,R=301]
165165
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]
166166

167167
# Release notes redirects
@@ -687,7 +687,7 @@ AddType text/vtt vtt
687687
RewriteRule ^rosa/?$ /rosa/welcome/index.html [L,R=301]
688688
RewriteRule ^enterprise/(3\.0|3\.1|3\.2)/?$ /enterprise/$1/welcome/index.html [L,R=301]
689689
RewriteRule ^enterprise/3\.3/?$ /container-platform/3.3/welcome/index.html [L,R=301]
690-
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]
690+
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|4\.17)/?$ /container-platform/$1/welcome/index.html [L,R=301]
691691
RewriteRule ^container-platform-ocp/(4\.3|4\.4|4\.8)/?$ /container-platform-ocp/$1/welcome/index.html [L,R=301]
692692

693693

_distro_map.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ openshift-origin:
4242
enterprise-4.16:
4343
name: '4.16'
4444
dir: '4.16'
45+
enterprise-4.17:
46+
name: '4.17'
47+
dir: '4.17'
4548
enterprise-3.6:
4649
name: '3.6'
4750
dir: '3.6'
@@ -154,6 +157,9 @@ openshift-enterprise:
154157
enterprise-4.17:
155158
name: '4.17'
156159
dir: container-platform/4.17
160+
enterprise-4.18:
161+
name: '4.18'
162+
dir: container-platform/4.18
157163
openshift-dedicated:
158164
name: OpenShift Dedicated
159165
author: OpenShift Documentation Project <openshift-docs@redhat.com>
@@ -164,7 +170,7 @@ openshift-dedicated:
164170
enterprise-3.11:
165171
name: '3'
166172
dir: dedicated/3
167-
enterprise-4.16:
173+
enterprise-4.17:
168174
name: ''
169175
dir: dedicated/
170176
openshift-aro:
@@ -187,7 +193,7 @@ openshift-rosa:
187193
site_name: Documentation
188194
site_url: https://docs.openshift.com/
189195
branches:
190-
enterprise-4.16:
196+
enterprise-4.17:
191197
name: ''
192198
dir: rosa/
193199
rosa-preview:
@@ -200,7 +206,7 @@ openshift-rosa-hcp:
200206
site_name: Documentation
201207
site_url: https://docs.openshift.com/
202208
branches:
203-
enterprise-4.16:
209+
enterprise-4.17:
204210
name: ''
205211
dir: rosa-hcp/
206212
rosa-preview:
@@ -213,7 +219,7 @@ openshift-rosa-portal:
213219
site_name: Documentation
214220
site_url: https://docs.openshift.com/
215221
branches:
216-
enterprise-4.16:
222+
enterprise-4.17:
217223
name: ''
218224
dir: rosa-portal/
219225
openshift-webscale:

_templates/_page_openshift.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</span>
8484
<% end %>
8585

86-
<% if (version == "4.17") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu" && distro_key != "rosa-hcp") %>
86+
<% if (version == "4.18") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu" && distro_key != "rosa-hcp") %>
8787
<span>
8888
<div class="alert alert-danger" role="alert" id="support-alert">
8989
<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>.
@@ -179,6 +179,7 @@
179179
</a>
180180
<% end %>
181181
<select id="version-selector" onchange="versionSelector(this);">
182+
<option value="4.17">4.17</option>
182183
<option value="4.16">4.16</option>
183184
<option value="4.15">4.15</option>
184185
<option value="4.14">4.14</option>
@@ -302,6 +303,7 @@
302303
</a>
303304
<select id="version-selector" onchange="versionSelector(this);">
304305
<option value="latest">latest</option>
306+
<option value="4.17">4.17</option>
305307
<option value="4.16">4.16</option>
306308
<option value="4.15">4.15</option>
307309
<option value="4.14">4.14</option>

contributing_to_docs/doc_guidelines.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -603,22 +603,22 @@ possible values for `{product-title}` and `{product-version}`, depending on the
603603
|`openshift-origin`
604604
|OKD
605605
a|* 3.6, 3.7, 3.9, 3.10, 3.11
606-
* 4.8, 4.9, 4.10, 4.11, 4.12, 4.13, 4.14, 4.15, 4.16
606+
* 4.8, 4.9, 4.10, 4.11, 4.12, 4.13, 4.14, 4.15, 4.16, 4.17
607607
* 4 for the `latest/` build from the `main` branch
608608

609609
|`openshift-enterprise`
610610
|OpenShift Container Platform
611611
a|* 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.9, 3.10, 3.11
612-
* 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
612+
* 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, 4.18
613613

614614
|`openshift-dedicated`
615615
|OpenShift Dedicated
616-
a|* No value set for the latest `dedicated/` build from the `enterprise-4.16` branch
616+
a|* No value set for the latest `dedicated/` build from the `enterprise-4.17` branch
617617
* 3 for the `dedicated/3` build from the `enterprise-3.11` branch
618618

619619
|`openshift-rosa`
620620
|Red Hat OpenShift Service on AWS
621-
|No value set for the `rosa/` build from the `enterprise-4.16` branch
621+
|No value set for the `rosa/` build from the `enterprise-4.17` branch
622622

623623
|`openshift-online`
624624
|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.17/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.17</a></li>
176177
<li><a href="container-platform/4.16/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.16</a></li>
177178
<li><a href="container-platform/4.15/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.15</a></li>
178179
<li><a href="container-platform/4.14/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.14</a></li>
@@ -268,7 +269,7 @@ <h2>Red Hat Advanced Cluster Security for Kubernetes</h2>
268269
<h2>OpenShift Kubernetes Engine</h2>
269270
<div class="list-group">
270271
<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>
271-
Read more about <a href="/container-platform/4.16/welcome/oke_about.html">OKE</a>.
272+
Read more about <a href="/container-platform/4.17/welcome/oke_about.html">OKE</a>.
272273
</div>
273274
</div>
274275
</div>
@@ -281,6 +282,7 @@ <h2>OpenShift Container Platform <font size="-1">(日本語翻訳)</font></h2>
281282
<div class="btn-group">
282283
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">バージョンを選択する<span class="caret"></span></button>
283284
<ul class="dropdown-menu" role="menu">
285+
<li><a href="https://access.redhat.com/documentation/ja-jp/openshift_container_platform/4.17/"><i class="fa fa-arrow-circle-o-right"></i> 4.17</a></li>
284286
<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>
285287
<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>
286288
<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>
@@ -305,6 +307,7 @@ <h2>OpenShift Container Platform <font size="-1">(中文文档)</font></h2>
305307
<div class="btn-group">
306308
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">选择版本<span class="caret"></span></button>
307309
<ul class="dropdown-menu" role="menu">
310+
<li><a href="https://access.redhat.com/documentation/zh-cn/openshift_container_platform/4.17/"><i class="fa fa-arrow-circle-o-right"></i> 4.17</a></li>
308311
<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>
309312
<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>
310313
<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>
@@ -329,6 +332,7 @@ <h2>OpenShift Container Platform <font size="-1">(한국어 문서)</font></h2>
329332
<div class="btn-group">
330333
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">버전 선택<span class="caret"></span></button>
331334
<ul class="dropdown-menu" role="menu">
335+
<li><a href="https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.17/"><i class="fa fa-arrow-circle-o-right"></i> 4.17</a></li>
332336
<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>
333337
<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>
334338
<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>

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.17/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.17</a></li>
5354
<li><a href="4.16/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.16</a></li>
5455
<li><a href="4.15/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.15</a></li>
5556
<li><a href="4.14/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.14</a></li>

0 commit comments

Comments
 (0)