Skip to content

Commit 1545132

Browse files
authored
Merge pull request #94786 from kalexand-rh/4.19-GA
4.19 GA
2 parents 1c2c8cb + 9f80368 commit 1545132

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\.18/$2 [NE,R=301]
167+
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.19/$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)/?$ /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)/?$ /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
@@ -48,6 +48,9 @@ openshift-origin:
4848
enterprise-4.18:
4949
name: '4.18'
5050
dir: '4.18'
51+
enterprise-4.19:
52+
name: '4.19'
53+
dir: '4.19'
5154
enterprise-3.6:
5255
name: '3.6'
5356
dir: '3.6'
@@ -163,6 +166,9 @@ openshift-enterprise:
163166
enterprise-4.18:
164167
name: '4.18'
165168
dir: container-platform/4.18
169+
enterprise-4.19:
170+
name: '4.19'
171+
dir: container-platform/4.19
166172
openshift-dedicated:
167173
name: OpenShift Dedicated
168174
author: OpenShift Documentation Project <openshift-docs@redhat.com>
@@ -173,7 +179,7 @@ openshift-dedicated:
173179
enterprise-3.11:
174180
name: '3'
175181
dir: dedicated/3
176-
enterprise-4.18:
182+
enterprise-4.19:
177183
name: ''
178184
dir: dedicated/
179185
openshift-aro:
@@ -196,7 +202,7 @@ openshift-rosa:
196202
site_name: Documentation
197203
site_url: https://docs.openshift.com/
198204
branches:
199-
enterprise-4.18:
205+
enterprise-4.19:
200206
name: ''
201207
dir: rosa/
202208
rosa-preview:
@@ -209,7 +215,7 @@ openshift-rosa-hcp:
209215
site_name: Documentation
210216
site_url: https://docs.openshift.com/
211217
branches:
212-
enterprise-4.18:
218+
enterprise-4.19:
213219
name: ''
214220
dir: rosa-hcp/
215221
rosa-preview:
@@ -222,7 +228,7 @@ openshift-rosa-portal:
222228
site_name: Documentation
223229
site_url: https://docs.openshift.com/
224230
branches:
225-
enterprise-4.18:
231+
enterprise-4.19:
226232
name: ''
227233
dir: rosa-portal/
228234
openshift-webscale:

contributing_to_docs/doc_guidelines.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,22 +610,22 @@ possible values for `{product-title}` and `{product-version}`, depending on the
610610
|`openshift-origin`
611611
|OKD
612612
a|* 3.6, 3.7, 3.9, 3.10, 3.11
613-
* 4.8, 4.9, 4.10, 4.11, 4.12, 4.13, 4.14, 4.15, 4.16, 4.17, 4.18
613+
* 4.8, 4.9, 4.10, 4.11, 4.12, 4.13, 4.14, 4.15, 4.16, 4.17, 4.18, 4.19
614614
* 4 for the `latest/` build from the `main` branch
615615

616616
|`openshift-enterprise`
617617
|OpenShift Container Platform
618618
a|* 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.9, 3.10, 3.11
619-
* 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
619+
* 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
620620

621621
|`openshift-dedicated`
622622
|OpenShift Dedicated
623-
a|* No value set for the latest `dedicated/` build from the `enterprise-4.18` branch
623+
a|* No value set for the latest `dedicated/` build from the `enterprise-4.19` branch
624624
* 3 for the `dedicated/3` build from the `enterprise-3.11` branch
625625

626626
|`openshift-rosa`
627627
|Red Hat OpenShift Service on AWS
628-
|No value set for the `rosa/` build from the `enterprise-4.18` branch
628+
|No value set for the `rosa/` build from the `enterprise-4.19` branch
629629

630630
|`openshift-online`
631631
|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.19/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.19</a></li>
5455
<li><a href="4.18/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.18</a></li>
5556
<li><a href="4.17/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.17</a></li>
5657
<li><a href="4.16/"><i class="fa fa-arrow-circle-o-right"></i> OKD 4.16</a></li>

0 commit comments

Comments
 (0)