Skip to content

Commit 8128359

Browse files
authored
Merge pull request #100775 from kalexand-rh/4.20-GA
4.20 GA
2 parents d1ff529 + b846b12 commit 8128359

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

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

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

165165
# Redirects for "latest" version
166166
RewriteRule ^(container-platform|enterprise)/?$ /container-platform/latest [R=301]
167-
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.19/$2 [NE,R=301]
167+
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.20/$2 [NE,R=301]
168168
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]
169169

170170
# Release notes redirects
@@ -791,7 +791,7 @@ AddType text/vtt vtt
791791
RewriteRule ^rosa/?$ /rosa/welcome/index.html [L,R=301]
792792
RewriteRule ^enterprise/(3\.0|3\.1|3\.2)/?$ /enterprise/$1/welcome/index.html [L,R=301]
793793
RewriteRule ^enterprise/3\.3/?$ /container-platform/3.3/welcome/index.html [L,R=301]
794-
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|4\.18|4\.19)/?$ /container-platform/$1/welcome/index.html [L,R=301]
794+
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|4\.18|4\.19|4\.20)/?$ /container-platform/$1/welcome/index.html [L,R=301]
795795
RewriteRule ^container-platform-ocp/(4\.3|4\.4|4\.8)/?$ /container-platform-ocp/$1/welcome/index.html [L,R=301]
796796

797797

_distro_map.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ openshift-origin:
5151
enterprise-4.19:
5252
name: '4.19'
5353
dir: '4.19'
54+
enterprise-4.20:
55+
name: '4.20'
56+
dir: '4.20'
5457
enterprise-3.6:
5558
name: '3.6'
5659
dir: '3.6'
@@ -172,6 +175,9 @@ openshift-enterprise:
172175
enterprise-4.20:
173176
name: '4.20'
174177
dir: container-platform/4.20
178+
enterprise-4.21:
179+
name: '4.21'
180+
dir: container-platform/4.21
175181
openshift-dedicated:
176182
name: OpenShift Dedicated
177183
author: OpenShift Documentation Project <openshift-docs@redhat.com>
@@ -182,7 +188,7 @@ openshift-dedicated:
182188
enterprise-3.11:
183189
name: '3'
184190
dir: dedicated/3
185-
enterprise-4.19:
191+
enterprise-4.20:
186192
name: ''
187193
dir: dedicated/
188194
openshift-aro:
@@ -205,7 +211,7 @@ openshift-rosa:
205211
site_name: Documentation
206212
site_url: https://docs.openshift.com/
207213
branches:
208-
enterprise-4.19:
214+
enterprise-4.20:
209215
name: ''
210216
dir: rosa/
211217
rosa-preview:
@@ -218,7 +224,7 @@ openshift-rosa-hcp:
218224
site_name: Documentation
219225
site_url: https://docs.openshift.com/
220226
branches:
221-
enterprise-4.19:
227+
enterprise-4.20:
222228
name: ''
223229
dir: rosa-hcp/
224230
rosa-preview:
@@ -231,7 +237,7 @@ openshift-rosa-portal:
231237
site_name: Documentation
232238
site_url: https://docs.openshift.com/
233239
branches:
234-
enterprise-4.19:
240+
enterprise-4.20:
235241
name: ''
236242
dir: rosa-portal/
237243
openshift-webscale:

contributing_to_docs/doc_guidelines.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,22 +545,22 @@ possible values for `{product-title}` and `{product-version}`, depending on the
545545
|`openshift-origin`
546546
|OKD
547547
a|* 3.6, 3.7, 3.9, 3.10, 3.11
548-
* 4.8, 4.9, 4.10, 4.11, 4.12, 4.13, 4.14, 4.15, 4.16, 4.17, 4.18, 4.19
548+
* 4.8, 4.9, 4.10, 4.11, 4.12, 4.13, 4.14, 4.15, 4.16, 4.17, 4.18, 4.19, 4.20
549549
* 4 for the `latest/` build from the `main` branch
550550

551551
|`openshift-enterprise`
552552
|OpenShift Container Platform
553553
a|* 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.9, 3.10, 3.11
554-
* 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, 4.19, 4.20
554+
* 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, 4.19, 4.20, 4.21
555555

556556
|`openshift-dedicated`
557557
|OpenShift Dedicated
558-
a|* No value set for the latest `dedicated/` build from the `enterprise-4.19` branch
558+
a|* No value set for the latest `dedicated/` build from the `enterprise-4.20` branch
559559
* 3 for the `dedicated/3` build from the `enterprise-3.11` branch
560560

561561
|`openshift-rosa`
562562
|Red Hat OpenShift Service on AWS
563-
|No value set for the `rosa/` build from the `enterprise-4.19` branch
563+
|No value set for the `rosa/` build from the `enterprise-4.20` branch
564564

565565
|`openshift-online`
566566
|OpenShift Online

index-community.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ <h1 class="cover-heading">Documentation</h1>
5151
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Select Version<span class="caret"></span></button>
5252
<ul class="dropdown-menu" role="menu">
5353
<li><a href="latest/"><i class="fa fa-arrow-circle-o-right"></i> OKD Latest</a></li>
54+
<li><a href="4.20/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.20</a></li>
5455
<li><a href="4.19/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.19</a></li>
5556
<li><a href="4.18/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.18</a></li>
5657
<li><a href="4.17/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.17</a></li>

0 commit comments

Comments
 (0)