Skip to content

Commit 90cdff4

Browse files
authored
Merge branch 'openshift:main' into cp_latency
2 parents e994bf6 + 3f62df2 commit 90cdff4

File tree

969 files changed

+25690
-9274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

969 files changed

+25690
-9274
lines changed

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -295,22 +295,22 @@ AddType text/vtt vtt
295295
RewriteRule ^container-platform/(4\.9|4\.10|4\.11|4\.12)/serverless/develop/serverless-traffic-management.html /container-platform/$1/serverless/knative-serving/traffic-splitting/traffic-splitting-overview.html [NE,R=302]
296296

297297

298-
# redirect latest to 1.32
298+
# redirect latest to 1.33
299299
RewriteRule ^serverless/?$ /serverless/latest [R=302]
300-
RewriteRule ^serverless/latest/?(.*)$ /serverless/1\.32/$1 [NE,R=302]
300+
RewriteRule ^serverless/latest/?(.*)$ /serverless/1\.33/$1 [NE,R=302]
301301

302302
# redirect top-level without filespec to the about file
303-
RewriteRule ^serverless/(1\.28|1\.29|1\.30|1\.31|1\.32)/?$ /serverless/$1/about/about-serverless.html [L,R=302]
303+
RewriteRule ^serverless/(1\.28|1\.29|1\.30|1\.31|1\.32|1\.33)/?$ /serverless/$1/about/about-serverless.html [L,R=302]
304304

305305
# redirect rel notes
306-
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14)/serverless/serverless-release-notes.html$ /serverless/1.32/about/serverless-release-notes.html [L,R=302]
307-
RewriteRule ^(rosa|dedicated)/serverless/serverless-release-notes.html$ /serverless/1.32/about/serverless-release-notes.html [L,R=302]
306+
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14)/serverless/serverless-release-notes.html$ /serverless/1.33/about/serverless-release-notes.html [L,R=302]
307+
RewriteRule ^(rosa|dedicated)/serverless/serverless-release-notes.html$ /serverless/1.33/about/serverless-release-notes.html [L,R=302]
308308

309309
# redirect any links to existing OCP embedded content to standalone equivalent
310-
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14|4\.15|4\.16|4\.17|4\.18)/serverless/?(.*)$ /serverless/1.32/$2 [L,R=302]
310+
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14|4\.15|4\.16|4\.17|4\.18)/serverless/?(.*)$ /serverless/1.33/$2 [L,R=302]
311311

312312
# redirect any links to existing ROSA/Dedicated embedded content to standalone equivalent
313-
RewriteRule ^(rosa|dedicated)/serverless/?(.*)$ /serverless/1.32/$2 [L,R=302]
313+
RewriteRule ^(rosa|dedicated)/serverless/?(.*)$ /serverless/1.33/$2 [L,R=302]
314314

315315
# redirect builds latest to 1.0
316316
RewriteRule ^builds/?$ /builds/latest [R=302]
@@ -358,7 +358,7 @@ AddType text/vtt vtt
358358

359359
# Pipelines handling unversioned and latest links
360360
RewriteRule ^pipelines/?$ /pipelines/latest [R=302]
361-
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.14/$1 [NE,R=302]
361+
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.15/$1 [NE,R=302]
362362

363363
# Pipelines landing page
364364

@@ -386,7 +386,7 @@ AddType text/vtt vtt
386386
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14)/cicd/pipelines/securing-webhooks-with-event-listeners.html /pipelines/latest/secure/securing-webhooks-with-event-listeners.html [L,R=302]
387387

388388
# redirect top-level without filespec to the about file
389-
RewriteRule ^pipelines/(1\.10|1\.11|1\.12|1\.13|1\.14)/?$ /pipelines/$1/about/understanding-openshift-pipelines.html [L,R=302]
389+
RewriteRule ^pipelines/(1\.10|1\.11|1\.12|1\.13|1\.14|1\.15|1\.16|1\.17|1\.18)/?$ /pipelines/$1/about/understanding-openshift-pipelines.html [L,R=302]
390390

391391

392392
# OSD redirects for new content
@@ -446,6 +446,9 @@ AddType text/vtt vtt
446446
# ROSA UI short-term redirect https://issues.redhat.com/browse/OSDOCS-3511
447447
RewriteRule rosa/post_installation_configuration/machine-configuration-tasks.html rosa/rosa_getting_started/rosa-getting-started.html#rosa-getting-started-configure-an-idp-and-grant-access_rosa-getting-started [NE,R=301]
448448

449+
# ROSA outdated log forwarding tutorial redirect https://issues.redhat.com/browse/OSDOCS-10983
450+
RewriteRule rosa/cloud_experts_tutorials/cloud-experts-rosa-cloudwatch-sts.html rosa/observability/logging/log_collection_forwarding/configuring-log-forwarding.html#rosa-cluster-logging-collector-log-forward-sts-cloudwatch_configuring-log-forwarding [NE,R=301]
451+
449452
# ACS welcome page redirect to StackRox docs
450453
# RewriteRule ^acs/?(.*)$ https://help.stackrox.com/ [NE,R=301]
451454

@@ -502,15 +505,15 @@ AddType text/vtt vtt
502505
RewriteRule ^container-platform/(4\.4|4\.5)/authentication/(allowing-javascript-access-api-server|encrypting-etcd|certificate-types-descriptions)\.html$ /container-platform/$1/security/$2\.html [NE,R=301]
503506

504507

505-
# The following rule prevents an infinite redirect loop when browsing to /container-platform/4.15/virt/about_virt/about-virt.html
506-
# RewriteRule ^container-platform/4\.15/virt/about_virt/about-virt.html$ - [L]
508+
# The following rule prevents an infinite redirect loop when browsing to /container-platform/4.16/virt/about_virt/about-virt.html
509+
RewriteRule ^container-platform/4\.16/virt/about_virt/about-virt.html$ - [L]
507510

508511
# OpenShift Virtualization (CNV) catchall redirect; use when CNV releases asynchronously from OCP. Do not change the 302 to a 301.
509512
# When uncommented, this redirects all `virt` directory traffic to the about-virt page.
510513
# Pay mind to the redirect directly above this which prevents redirect loops.
511514
# To activate the redirects, uncomment the next and previous lines and update the version number to the pending release.
512515

513-
# RewriteRule container-platform/4\.15/virt/(?!about-virt\.html)(.+)$ /container-platform/4.15/virt/about_virt/about-virt.html [NE,R=302]
516+
RewriteRule container-platform/4\.16/virt/(?!about-virt\.html)(.+)$ /container-platform/4.16/virt/about_virt/about-virt.html [NE,R=302]
514517

515518

516519
# Red Hat OpenShift support for Windows Containers (WMCO) catchall redirect; use when WMCO releases asynchronously from OCP. Do not change the 302 to a 301.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ AddType text/vtt vtt
159159
RewriteRule ^latest/install_config/upgrades\.html(.*)$ /latest/install_config/upgrading/index.html$1 [NE,R=301]
160160
RewriteRule ^latest/install_config/upgrading/(.*)$ /latest/upgrading/$1 [NE,R=301]
161161

162-
# The following rule prevents an infinite redirect loop when browsing to /(latest|4\.15)/virt/about_virt/about-virt.html
163-
# RewriteRule ^(latest|4\.15)/virt/about_virt/about-virt.html$ - [L]
162+
# The following rule prevents an infinite redirect loop when browsing to /(latest|4\.16)/virt/about_virt/about-virt.html
163+
RewriteRule ^(latest|4\.16)/virt/about_virt/about-virt.html$ - [L]
164164

165165
# OpenShift Virtualization (CNV) catchall redirect; use when CNV releases asynchronously from OCP. Do not change the 302 to a 301.
166166
# When uncommented, this redirects all `virt` directory traffic to the about-virt page.
167167
# Pay mind to the redirect directly above this which prevents redirect loops.
168168
# To activate the redirects, uncomment the next and previous lines and update the version number to the pending release.
169-
# RewriteRule ^(latest|4\.15)/virt/(?!about-virt\.html)(.+)$ /$1/virt/about_virt/about-virt.html [NE,R=302]
169+
RewriteRule ^(latest|4\.16)/virt/(?!about-virt\.html)(.+)$ /$1/virt/about_virt/about-virt.html [NE,R=302]
170170

171171
# Red Hat OpenShift support for Windows Containers (WMCO) catchall redirect; use when WMCO releases asynchronously from OCP. Do not change the 302 to a 301.
172172
# When uncommented, this redirects all `windows_containers` directory traffic to the /windows_containers/index.html page.

_attributes/attributes-openshift-dedicated.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@
5050
:hcp: hosted control planes
5151
:hcp-title: ROSA with HCP
5252
:hcp-title-first: {product-title} (ROSA) with {hcp} (HCP)
53+
:rosa-classic: ROSA (classic architecture)
54+
:rosa-classic-first: {product-title} (ROSA) (classic architecture)
5355
//ROSA CLI variables

_attributes/common-attributes.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ endif::[]
4646
:rh-storage: OpenShift Data Foundation
4747
:rh-rhacm-first: Red Hat Advanced Cluster Management (RHACM)
4848
:rh-rhacm: RHACM
49-
:rh-rhacm-version: 2.9
49+
:rh-rhacm-version: 2.10
5050
:sandboxed-containers-first: OpenShift sandboxed containers
5151
:sandboxed-containers-operator: OpenShift sandboxed containers Operator
5252
:sandboxed-containers-version: 1.5
@@ -208,7 +208,9 @@ endif::[]
208208
:olm: OLM
209209
//Initial version of OLM that shipped with OCP 4, aka "v0"
210210
:olmv0: legacy OLM
211+
:olmv0-caps: Legacy OLM
211212
:olmv0-first: legacy Operator Lifecycle Manager (OLM)
213+
:olmv0-first-caps: Legacy Operator Lifecycle Manager (OLM)
212214
//Next-gen (OCP 4.14+) Operator Lifecycle Manager, aka "v1"
213215
:olmv1: OLM 1.0
214216
:olmv1-first: Operator Lifecycle Manager (OLM) 1.0
@@ -310,7 +312,9 @@ endif::openshift-origin[]
310312
:entra-short: Workload ID
311313

312314

313-
// Cluster API Providers
315+
// Cluster API terminology
316+
// Cluster CAPI Operator
317+
:cluster-capi-operator: Cluster CAPI Operator
314318
// Cluster API Provider Amazon Web Services (AWS)
315319
:cap-aws-first: Cluster API Provider Amazon Web Services (AWS)
316320
:cap-aws-short: Cluster API Provider AWS

_distro_map.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,19 @@ openshift-rosa:
187187
rosa-preview:
188188
name: ''
189189
dir: rosa-preview/
190+
openshift-rosa-hcp:
191+
name: Red Hat OpenShift Service on AWS
192+
author: OpenShift Documentation Project <openshift-docs@redhat.com>
193+
site: commercial
194+
site_name: Documentation
195+
site_url: https://docs.openshift.com/
196+
branches:
197+
enterprise-4.15:
198+
name: ''
199+
dir: rosa-hcp/
200+
rosa-preview:
201+
name: ''
202+
dir: rosa-hcp-preview/
190203
openshift-rosa-portal:
191204
name: Red Hat OpenShift Service on AWS
192205
author: OpenShift Documentation Project <openshift-docs@redhat.com>
@@ -326,6 +339,9 @@ openshift-serverless:
326339
serverless-docs-1.32:
327340
name: '1.32'
328341
dir: serverless/1.32
342+
serverless-docs-1.33:
343+
name: '1.33'
344+
dir: serverless/1.33
329345
openshift-gitops:
330346
name: Red Hat OpenShift GitOps
331347
author: OpenShift documentation team <openshift-docs@redhat.com>
@@ -386,3 +402,13 @@ openshift-builds:
386402
build-docs-1.0:
387403
name: '1.0'
388404
dir: builds/1.0
405+
openshift-lightspeed:
406+
name: Red Hat OpenShift Lightspeed
407+
author: OpenShift documentation team <openshift-docs@redhat.com>
408+
site: commercial
409+
site_name: Documentation
410+
site_url: https://docs.openshift.com/
411+
branches:
412+
lightspeed-docs-1.0tp1:
413+
name: '1.0tp1'
414+
dir: lightspeed/1.0tp1

_templates/_page_openshift.html.erb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<%
4444
unsupported_versions = ["3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.9", "3.10", "4.1", "4.2", "4.3", "4.4", "4.5", "4.6", "4.7", "4.8", "4.9", "4.10", "4.11"];
4545

46-
unsupported_versions_acs = ["3.65", "3.66", "3.67", "3.68", "3.69", "3.70", "3.71", "3.72", "3.73", "3.74", "4.0", "4.1", "4.2"];
46+
unsupported_versions_acs = ["3.65", "3.66", "3.67", "3.68", "3.69", "3.70", "3.71", "3.72", "3.73", "3.74", "4.0", "4.1", "4.2", "4.3"];
4747

4848
unsupported_versions_serverless = [];
4949

@@ -67,7 +67,7 @@
6767
</span>
6868
<% end %>
6969

70-
<% if (version == "4.16") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu") %>
70+
<% if (version == "4.16") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu" && distro_key != "rosa-hcp") %>
7171
<span>
7272
<div class="alert alert-danger" role="alert" id="support-alert">
7373
<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>.
@@ -216,6 +216,7 @@
216216
<%= distro %>
217217
</a>
218218
<select id="version-selector" onchange="versionSelector(this);">
219+
<option value="1.33">1.33</option>
219220
<option value="1.32">1.32</option>
220221
<option value="1.31">1.31</option>
221222
<option value="1.30">1.30</option>
@@ -227,6 +228,7 @@
227228
<%= distro %>
228229
</a>
229230
<select id="version-selector" onchange="versionSelector(this);">
231+
<option value="1.15">1.15</option>
230232
<option value="1.14">1.14</option>
231233
<option value="1.13">1.13</option>
232234
<option value="1.12">1.12</option>

0 commit comments

Comments
 (0)