Skip to content

Commit 205fd27

Browse files
authored
Merge pull request #59962 from kalexand-rh/413GA
4.13 GA
2 parents 832ac8e + aefde4f commit 205fd27

File tree

7 files changed

+27
-17
lines changed

7 files changed

+27
-17
lines changed

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

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

157157
# Redirects for "latest" version
158158
RewriteRule ^(container-platform|enterprise)/?$ /container-platform/latest [R=301]
159-
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.12/$2 [NE,R=301]
159+
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.13/$2 [NE,R=301]
160160
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]
161161

162162
# Release notes redirects
@@ -459,7 +459,7 @@ AddType text/vtt vtt
459459
RewriteRule ^rosa/?$ /rosa/welcome/index.html [L,R=301]
460460
RewriteRule ^enterprise/(3\.0|3\.1|3\.2)/?$ /enterprise/$1/welcome/index.html [L,R=301]
461461
RewriteRule ^enterprise/3\.3/?$ /container-platform/3.3/welcome/index.html [L,R=301]
462-
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)/?$ /container-platform/$1/welcome/index.html [L,R=301]
462+
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)/?$ /container-platform/$1/welcome/index.html [L,R=301]
463463
RewriteRule ^container-platform-ocp/(4\.3|4\.4|4\.8)/?$ /container-platform-ocp/$1/welcome/index.html [L,R=301]
464464

465465

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- pip3 install pyyaml
1919
- pip3 install aura.tar.gz
2020
script:
21-
- python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.12 --no-upstream-fetch && python3 makeBuild.py
21+
- python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.13 --no-upstream-fetch && python3 makeBuild.py
2222
- # stage name not required, will continue to use `build`
23-
if: branch IN (main, enterprise-4.12, enterprise-4.13)
23+
if: branch IN (main, enterprise-4.13, enterprise-4.14)
2424
name: "Build openshift-dedicated distro"
2525
before_install:
2626
- gem install asciidoctor
@@ -31,7 +31,7 @@ jobs:
3131
script:
3232
- python3 build.py --distro openshift-dedicated --product "OpenShift Dedicated" --version 4 --no-upstream-fetch && python3 makeBuild.py
3333
- # stage name not required, will continue to use `build`
34-
if: branch IN (main, enterprise-4.12, enterprise-4.13)
34+
if: branch IN (main, enterprise-4.13, enterprise-4.14)
3535
name: "Build openshift-rosa distro"
3636
before_install:
3737
- gem install asciidoctor
@@ -42,7 +42,7 @@ jobs:
4242
script:
4343
- python3 build.py --distro openshift-rosa --product "Red Hat OpenShift Service on AWS" --version 4 --no-upstream-fetch && python3 makeBuild.py
4444
- # stage name not required, will continue to use `build`
45-
if: branch IN (main, enterprise-4.12, enterprise-4.13)
45+
if: branch IN (main, enterprise-4.13, enterprise-4.14)
4646
name: "Build microshift distro"
4747
before_install:
4848
- gem install asciidoctor

_distro_map.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ openshift-origin:
3030
enterprise-4.12:
3131
name: '4.12'
3232
dir: '4.12'
33+
enterprise-4.13:
34+
name: '4.13'
35+
dir: '4.13'
3336
enterprise-3.6:
3437
name: '3.6'
3538
dir: '3.6'
@@ -140,6 +143,9 @@ openshift-enterprise:
140143
enterprise-4.13:
141144
name: '4.13'
142145
dir: container-platform/4.13
146+
enterprise-4.14:
147+
name: '4.14'
148+
dir: container-platform/4.14
143149
openshift-dedicated:
144150
name: OpenShift Dedicated
145151
author: OpenShift Documentation Project <[email protected]>
@@ -150,7 +156,7 @@ openshift-dedicated:
150156
enterprise-3.11:
151157
name: '3'
152158
dir: dedicated/3
153-
enterprise-4.12:
159+
enterprise-4.13:
154160
name: ''
155161
dir: dedicated/
156162
openshift-aro:
@@ -173,12 +179,9 @@ openshift-rosa:
173179
site_name: Documentation
174180
site_url: https://docs.openshift.com/
175181
branches:
176-
enterprise-4.12:
177-
name: ''
178-
dir: rosa/
179182
enterprise-4.13:
180183
name: ''
181-
dir: rosa-hcp
184+
dir: rosa/
182185
rosa-preview:
183186
name: ''
184187
dir: rosa-preview/

_templates/_page_openshift.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</span>
6060
<% end %>
6161

62-
<% if (version == "4.13") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu") %>
62+
<% if (version == "4.14") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu") %>
6363
<span>
6464
<div class="alert alert-danger" role="alert" id="support-alert">
6565
<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>.
@@ -113,6 +113,7 @@
113113
</a>
114114
<% end %>
115115
<select id="version-selector" onchange="versionSelector(this);">
116+
<option value="4.13">4.13</option>
116117
<option value="4.12">4.12</option>
117118
<option value="4.11">4.11</option>
118119
<option value="4.10">4.10</option>
@@ -162,6 +163,7 @@
162163
</a>
163164
<select id="version-selector" onchange="versionSelector(this);">
164165
<option value="latest">latest</option>
166+
<option value="4.13">4.13</option>
165167
<option value="4.12">4.12</option>
166168
<option value="4.11">4.11</option>
167169
<option value="4.10">4.10</option>

contributing_to_docs/doc_guidelines.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,22 +488,22 @@ possible values for `{product-title}` and `{product-version}`, depending on the
488488
|`openshift-origin`
489489
|OKD
490490
a|* 3.6, 3.7, 3.9, 3.10, 3.11
491-
* 4.8, 4.9, 4.10, 4.11, 4.12
491+
* 4.8, 4.9, 4.10, 4.11, 4.12, 4.13
492492
* 4 for the `latest/` build from the `main` branch
493493

494494
|`openshift-enterprise`
495495
|OpenShift Container Platform
496496
a|* 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.9, 3.10, 3.11
497-
* 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
497+
* 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
498498

499499
|`openshift-dedicated`
500500
|OpenShift Dedicated
501-
a|* No value set for the latest `dedicated/` build from the `enterprise-4.12` branch
501+
a|* No value set for the latest `dedicated/` build from the `enterprise-4.13` branch
502502
* 3 for the `dedicated/3` build from the `enterprise-3.11` branch
503503

504504
|`openshift-rosa`
505505
|Red Hat OpenShift Service on AWS
506-
|No value set for the `rosa/` build from the `enterprise-4.12` branch
506+
|No value set for the `rosa/` build from the `enterprise-4.13` branch
507507

508508
|`openshift-online`
509509
|OpenShift Online

index-commercial.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ <h2>OpenShift Container Platform</h2>
178178
<div class="btn-group">
179179
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Select Version<span class="caret"></span></button>
180180
<ul class="dropdown-menu" role="menu">
181+
<li><a href="container-platform/4.13/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.13</a></li>
181182
<li><a href="container-platform/4.12/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.12</a></li>
182183
<li><a href="container-platform/4.11/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.11</a></li>
183184
<li><a href="container-platform/4.10/"><i class="fa fa-arrow-circle-o-right"></i> Container Platform 4.10</a></li>
@@ -295,7 +296,7 @@ <h2>OpenShift Online</h2>
295296
<h2>OpenShift Kubernetes Engine</h2>
296297
<div class="list-group">
297298
<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>
298-
Read more about <a href="/container-platform/4.12/welcome/oke_about.html">OKE</a>.
299+
Read more about <a href="/container-platform/4.13/welcome/oke_about.html">OKE</a>.
299300
</div>
300301

301302
</div>
@@ -310,6 +311,7 @@ <h2>OpenShift Container Platform <font size="-1">(日本語翻訳)</font></h2>
310311
<div class="btn-group">
311312
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">バージョンを選択する<span class="caret"></span></button>
312313
<ul class="dropdown-menu" role="menu">
314+
<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>
313315
<li><a href="https://access.redhat.com/documentation/ja-jp/openshift_container_platform/4.12/"><i class="fa fa-arrow-circle-o-right"></i> 4.12</a></li>
314316
<li><a href="https://access.redhat.com/documentation/ja-jp/openshift_container_platform/4.11/"><i class="fa fa-arrow-circle-o-right"></i> 4.11</a></li>
315317
<li><a href="https://access.redhat.com/documentation/ja-jp/openshift_container_platform/4.10/"><i class="fa fa-arrow-circle-o-right"></i> 4.10</a></li>
@@ -330,6 +332,7 @@ <h2>OpenShift Container Platform <font size="-1">(中文文档)</font></h2>
330332
<div class="btn-group">
331333
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">选择版本<span class="caret"></span></button>
332334
<ul class="dropdown-menu" role="menu">
335+
<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>
333336
<li><a href="https://access.redhat.com/documentation/zh-cn/openshift_container_platform/4.12/"><i class="fa fa-arrow-circle-o-right"></i> 4.12</a></li>
334337
<li><a href="https://access.redhat.com/documentation/zh-cn/openshift_container_platform/4.11/"><i class="fa fa-arrow-circle-o-right"></i> 4.11</a></li>
335338
<li><a href="https://access.redhat.com/documentation/zh-cn/openshift_container_platform/4.10/"><i class="fa fa-arrow-circle-o-right"></i> 4.10</a></li>
@@ -350,6 +353,7 @@ <h2>OpenShift Container Platform <font size="-1">(한국어 문서)</font></h2>
350353
<div class="btn-group">
351354
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">버전 선택<span class="caret"></span></button>
352355
<ul class="dropdown-menu" role="menu">
356+
<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>
353357
<li><a href="https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.12/"><i class="fa fa-arrow-circle-o-right"></i> 4.12</a></li>
354358
<li><a href="https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.11/"><i class="fa fa-arrow-circle-o-right"></i> 4.11</a></li>
355359
<li><a href="https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.10/"><i class="fa fa-arrow-circle-o-right"></i> 4.10</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.13/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.13</a></li>
5354
<li><a href="4.12/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.12</a></li>
5455
<li><a href="4.11/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.11</a></li>
5556
<li><a href="4.10/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.10</a></li>

0 commit comments

Comments
 (0)