We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2329323 + da47293 commit 1169610Copy full SHA for 1169610
.s2i/httpd-cfg/01-commercial.conf
@@ -358,7 +358,7 @@ AddType text/vtt vtt
358
359
# Pipelines handling unversioned and latest links
360
RewriteRule ^pipelines/?$ /pipelines/latest [R=302]
361
- RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.14/$1 [NE,R=302]
+ RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.15/$1 [NE,R=302]
362
363
# Pipelines landing page
364
_templates/_page_openshift.html.erb
@@ -227,6 +227,7 @@
227
<%= distro %>
228
</a>
229
<select id="version-selector" onchange="versionSelector(this);">
230
+ <option value="1.15">1.15</option>
231
<option value="1.14">1.14</option>
232
<option value="1.13">1.13</option>
233
<option value="1.12">1.12</option>
0 commit comments