Skip to content

Commit 50631a9

Browse files
Merge pull request #39460 from vikram-redhat/RHACS3.67
release ACS 3.67
2 parents e67df43 + 4be0e07 commit 50631a9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ AddType text/vtt vtt
134134
# Redirect ROSA version 4 docs to go to non versioned docs
135135
RewriteRule ^rosa/4/?$ /rosa/welcome/index.html [L,R=301]
136136
RewriteRule ^rosa/4/(.*)$ /rosa/$1 [NE,R=301]
137-
137+
138138
# ACS Redirects to go to the latest version - change here when a new version drops
139139
# it should probably be best to combine the next few lines in one reg exp but for clarity keeping them separate
140-
# the first one redirects
141-
RewriteRule ^acs/?$ /acs/3.66/welcome/index.html [R=301]
142-
RewriteRule ^acs/(\D.*)$ /acs/3.66/$1 [NE,R=301]
143-
RewriteRule ^acs/(3\.65|3\.66)/?$ /acs/$1/welcome/index.html [L,R=301]
140+
# the first one redirects
141+
RewriteRule ^acs/?$ /acs/3.67/welcome/index.html [R=301]
142+
RewriteRule ^acs/(\D.*)$ /acs/3.67/$1 [NE,R=301]
143+
RewriteRule ^acs/(3\.65|3\.66|3\.67)/?$ /acs/$1/welcome/index.html [L,R=301]
144144

145145
# this pipeline redirect has to come before the latest kicks in generically
146146
RewriteRule ^container-platform/latest/pipelines/creating-applications-with-cicd-pipelines.html /container-platform/4.7/cicd/pipelines/creating-applications-with-cicd-pipelines.html [NE,R=302]

_distro_map.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,6 @@ openshift-acs:
197197
rhacs-docs-3.65:
198198
name: '3.65'
199199
dir: acs/3.65
200+
rhacs-docs-3.67:
201+
name: '3.67'
202+
dir: acs/3.67

index-commercial.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ <h2>Red Hat Advanced Cluster Security for Kubernetes</h2>
263263
<div class="btn-group">
264264
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Select version<span class="caret"></span></button>
265265
<ul class="dropdown-menu" role="menu">
266+
<li><a href="acs/3.67/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.67</a></li>
266267
<li><a href="acs/3.66/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.66</a></li>
267268
<li><a href="acs/3.65/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.65</a></li>
268269
</ul>

0 commit comments

Comments
 (0)