Skip to content

Commit fc9b9dc

Browse files
authored
Merge pull request #83213 from mramendi/publish-pipelines-1.16
2 parents 8ebeb66 + b1eb4e1 commit fc9b9dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ AddType text/vtt vtt
390390

391391
# Pipelines handling unversioned and latest links
392392
RewriteRule ^pipelines/?$ /pipelines/latest [R=302]
393-
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.15/$1 [NE,R=302]
393+
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.16/$1 [NE,R=302]
394394

395395
# Pipelines release notes version switch
396396

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@
247247
<%= distro %>
248248
</a>
249249
<select id="version-selector" onchange="versionSelector(this);">
250+
<option value="1.16">1.16</option>
250251
<option value="1.15">1.15</option>
251252
<option value="1.14">1.14</option>
252253
<option value="1.13">1.13</option>

0 commit comments

Comments
 (0)