diff --git a/.s2i/httpd-cfg/01-commercial.conf b/.s2i/httpd-cfg/01-commercial.conf index 7d2042a392..91f0fcf65a 100644 --- a/.s2i/httpd-cfg/01-commercial.conf +++ b/.s2i/httpd-cfg/01-commercial.conf @@ -164,7 +164,7 @@ AddType text/vtt vtt # Redirects for "latest" version RewriteRule ^(container-platform|enterprise)/?$ /container-platform/latest [R=301] - RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.18/$2 [NE,R=301] + RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.19/$2 [NE,R=301] 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] # Release notes redirects @@ -791,7 +791,7 @@ AddType text/vtt vtt RewriteRule ^rosa/?$ /rosa/welcome/index.html [L,R=301] RewriteRule ^enterprise/(3\.0|3\.1|3\.2)/?$ /enterprise/$1/welcome/index.html [L,R=301] RewriteRule ^enterprise/3\.3/?$ /container-platform/3.3/welcome/index.html [L,R=301] - 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] + 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] RewriteRule ^container-platform-ocp/(4\.3|4\.4|4\.8)/?$ /container-platform-ocp/$1/welcome/index.html [L,R=301] diff --git a/_distro_map.yml b/_distro_map.yml index 5c66a5e1f5..75d404f2ce 100644 --- a/_distro_map.yml +++ b/_distro_map.yml @@ -48,6 +48,9 @@ openshift-origin: enterprise-4.18: name: '4.18' dir: '4.18' + enterprise-4.19: + name: '4.19' + dir: '4.19' enterprise-3.6: name: '3.6' dir: '3.6' @@ -163,6 +166,9 @@ openshift-enterprise: enterprise-4.18: name: '4.18' dir: container-platform/4.18 + enterprise-4.19: + name: '4.19' + dir: container-platform/4.19 openshift-dedicated: name: OpenShift Dedicated author: OpenShift Documentation Project @@ -173,7 +179,7 @@ openshift-dedicated: enterprise-3.11: name: '3' dir: dedicated/3 - enterprise-4.18: + enterprise-4.19: name: '' dir: dedicated/ openshift-aro: @@ -196,7 +202,7 @@ openshift-rosa: site_name: Documentation site_url: https://docs.openshift.com/ branches: - enterprise-4.18: + enterprise-4.19: name: '' dir: rosa/ rosa-preview: @@ -209,7 +215,7 @@ openshift-rosa-hcp: site_name: Documentation site_url: https://docs.openshift.com/ branches: - enterprise-4.18: + enterprise-4.19: name: '' dir: rosa-hcp/ rosa-preview: @@ -222,7 +228,7 @@ openshift-rosa-portal: site_name: Documentation site_url: https://docs.openshift.com/ branches: - enterprise-4.18: + enterprise-4.19: name: '' dir: rosa-portal/ openshift-webscale: diff --git a/contributing_to_docs/doc_guidelines.adoc b/contributing_to_docs/doc_guidelines.adoc index 265c4508c4..1499c3085a 100644 --- a/contributing_to_docs/doc_guidelines.adoc +++ b/contributing_to_docs/doc_guidelines.adoc @@ -610,22 +610,22 @@ possible values for `{product-title}` and `{product-version}`, depending on the |`openshift-origin` |OKD a|* 3.6, 3.7, 3.9, 3.10, 3.11 -* 4.8, 4.9, 4.10, 4.11, 4.12, 4.13, 4.14, 4.15, 4.16, 4.17, 4.18 +* 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 for the `latest/` build from the `main` branch |`openshift-enterprise` |OpenShift Container Platform a|* 3.0, 3.1, 3.2, 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.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 |`openshift-dedicated` |OpenShift Dedicated -a|* No value set for the latest `dedicated/` build from the `enterprise-4.18` branch +a|* No value set for the latest `dedicated/` build from the `enterprise-4.19` branch * 3 for the `dedicated/3` build from the `enterprise-3.11` branch |`openshift-rosa` |Red Hat OpenShift Service on AWS -|No value set for the `rosa/` build from the `enterprise-4.18` branch +|No value set for the `rosa/` build from the `enterprise-4.19` branch |`openshift-online` |OpenShift Online diff --git a/index-community.html b/index-community.html index 6d9241be3a..259c0f401b 100644 --- a/index-community.html +++ b/index-community.html @@ -51,6 +51,7 @@