|
45 | 45 |
|
46 | 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"];
|
47 | 47 |
|
48 |
| - unsupported_versions_serverless = []; |
| 48 | + unsupported_versions_serverless = ["1.28", "1.29", "1.30", "1.31"]; |
49 | 49 |
|
50 |
| - unsupported_versions_pipelines = ["1.10"]; |
| 50 | + unsupported_versions_pipelines = ["1.10", "1.11", "1.12"]; |
51 | 51 |
|
52 |
| - unsupported_versions_gitops = []; |
| 52 | + unsupported_versions_gitops = ["1.8", "1.9", "1.10", "1.11"]; |
53 | 53 |
|
54 | 54 | unsupported_versions_builds = [];
|
55 | 55 |
|
|
126 | 126 |
|
127 | 127 | <span>
|
128 | 128 | <div class="alert alert-danger" role="alert" id="support-alert">
|
129 |
| - <strong>You are viewing documentation for a release that is no longer maintained.</strong> To view the documentation for the most recent version, see the <a href="https://docs.openshift.com/pipelines/latest/about/understanding-openshift-pipelines.html" style="color: #545454 !important" class="link-primary">latest Pipelines docs</a>. |
| 129 | + <strong>You are viewing documentation for a release that is no longer maintained.</strong> To view the documentation for the most recent version, see the <a href="https://docs.openshift.com/pipelines/latest/about/about-pipelines.html" style="color: #545454 !important" class="link-primary">latest Pipelines docs</a>. |
130 | 130 | </div>
|
131 | 131 | </span>
|
132 | 132 |
|
|
147 | 147 |
|
148 | 148 | <span>
|
149 | 149 | <div class="alert alert-danger" role="alert" id="support-alert">
|
150 |
| - <strong>You are viewing documentation for a release that is no longer maintained.</strong> To view the documentation for the most recent version, see the <a href="https://docs.openshift.com/gitops/latest/release_notes/gitops-release-notes.html" style="color: #545454 !important" class="link-primary">latest GitOps docs</a>. |
| 150 | + <strong>You are viewing documentation for a release that is no longer maintained.</strong> To view the documentation for the most recent version, see the <a href="https://docs.openshift.com/gitops/latest/understanding_openshift_gitops/about-redhat-openshift-gitops.html" style="color: #545454 !important" class="link-primary">latest GitOps docs</a>. |
151 | 151 | </div>
|
152 | 152 | </span>
|
153 | 153 |
|
|
242 | 242 | <option value="1.28">1.28</option>
|
243 | 243 | </select>
|
244 | 244 | <% elsif (distro_key == "openshift-pipelines") %>
|
245 |
| - <a href="https://docs.openshift.com/pipelines/<%= version %>/about/op-release-notes.html"> |
| 245 | + <a href="https://docs.openshift.com/pipelines/<%= version %>/about/about-pipelines.html"> |
246 | 246 | <%= distro %>
|
247 | 247 | </a>
|
248 | 248 | <select id="version-selector" onchange="versionSelector(this);">
|
|
262 | 262 | <option value="1.1">1.1</option>
|
263 | 263 | </select>
|
264 | 264 | <% elsif (distro_key == "openshift-gitops") %>
|
265 |
| - <a href="https://docs.openshift.com/gitops/<%= version %>/release_notes/gitops-release-notes.html"> |
| 265 | + <a href="https://docs.openshift.com/gitops/<%= version %>/understanding_openshift_gitops/about-redhat-openshift-gitops.html"> |
266 | 266 | <%= distro %>
|
267 | 267 | </a>
|
268 | 268 | <select id="version-selector" onchange="versionSelector(this);">
|
|
0 commit comments