Skip to content

Commit 2d418f6

Browse files
Merge pull request #86249 from mramendi/d.o.c-publish-pipelines-1.17
RHDEVDOCS 62612 publish Pipelines 1.17 on d.o.c
2 parents a17e59c + 97844dd commit 2d418f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ AddType text/vtt vtt
189189
RewriteRule ^container-platform/(4\.1[6-8])/networking/ingress-operator.html /container-platform/$1/networking/networking_operators/ingress-operator.html [NE,R=302]
190190

191191
RewriteRule ^container-platform/(4\.17|4\.18)/networking/network_security/ebpf_manager/(.*)? /container-platform/$1/networking/networking_operators/ebpf_manager/$2 [NE,R=302]
192-
192+
193193
RewriteRule ^container-platform/(4\.17|4\.18)/networking/external_dns_operator/(.*)? /container-platform/$1/networking/networking_operators/external_dns_operator/$2 [NE,R=302]
194194

195195
# PR https://github.com/openshift/openshift-docs/pull/85085
@@ -213,7 +213,7 @@ AddType text/vtt vtt
213213
RewriteRule ^container-platform/(4\.1[6-8])/networking/ingress-node-firewall-operator.html /container-platform/$1/networking/networking_operators/ingress-node-firewall-operator.html [NE,R=302]
214214
# ROSA Redirect for the Node Firewall Operator document
215215
RewriteRule ^(rosa)/networking/ingress-node-firewall-operator.html /$1/networking/networking_operators/ingress-node-firewall-operator.html [NE,R=302]
216-
216+
217217
# PR https://github.com/openshift/openshift-docs/pull/85441
218218
# Redirect for the Installing the SR-IOV Network Operator document
219219
RewriteRule ^container-platform/(4\.1[6-8])/networking/hardware_networks/installing-sriov-operator.html /container-platform/$1/networking/networking_operators/sr-iov-operator/installing-sriov-operator.html [NE,R=302]
@@ -438,7 +438,7 @@ AddType text/vtt vtt
438438

439439
# Pipelines handling unversioned and latest links
440440
RewriteRule ^pipelines/?$ /pipelines/latest [R=302]
441-
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.16/$1 [NE,R=302]
441+
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.17/$1 [NE,R=302]
442442

443443
# Pipelines release notes version switch
444444

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@
293293
<%= distro %>
294294
</a>
295295
<select id="version-selector" onchange="versionSelector(this);">
296+
<option value="1.17">1.17</option>
296297
<option value="1.16">1.16</option>
297298
<option value="1.15">1.15</option>
298299
<option value="1.14">1.14</option>

0 commit comments

Comments
 (0)