You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sh...@apache.org on 2022/08/25 13:06:37 UTC

[trafficcontrol-website] branch asf-site updated: Add 7.0.1 Release

This is an automated email from the ASF dual-hosted git repository.

shamrick pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/trafficcontrol-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 307a25b  Add 7.0.1 Release
307a25b is described below

commit 307a25b702024bbd5f730da62a141e7ae477f9ad
Author: shamrickus <sh...@gmail.com>
AuthorDate: Thu Aug 25 07:06:29 2022 -0600

    Add 7.0.1 Release
---
 index.html          |  1 +
 releases/index.html | 23 ++++++++++++-----------
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/index.html b/index.html
index 457da85..cf73815 100644
--- a/index.html
+++ b/index.html
@@ -127,6 +127,7 @@
                 <div class="card-body">
                     <span class="far fa-newspaper fa-7x float-right" style="color: #343a40;"></span>
                     <ul>
+                        <li><strong><time datetime="2022-08-25">August 25<sup>th</sup>, 2022</time></strong> - Apache Traffic Control 7.0.1 Released</li>
                         <li><strong><time datetime="2022-08-09">August 9<sup>th</sup>, 2022</time></strong> - Apache Traffic Control 7.0.0 Released</li>
                         <li><strong><time datetime="2022-02-04">February 4<sup>th</sup>, 2022</time></strong> - Apache Traffic Control 6.1.0 Released</li>
                         <li><strong><time datetime="2022-02-04">February 4<sup>th</sup>, 2022</time></strong> - Apache Traffic Control 5.1.6 Released</li>
diff --git a/releases/index.html b/releases/index.html
index d2518f0..09203cf 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -98,23 +98,23 @@
     <br/>
 
     <br/>
-    <!-- Release 7.0.0 -->
+    <!-- Release 7.0.1 -->
     <div class="row">
         <div class="col-sm-12">
             <div class="card-deck">
                 <div class="card">
                     <div class="card-body">
-                        <h3 class="card-title"><b>Apache Traffic Control 7.0.0 - Augusth 9<sup>th</sup>, 2022</b></h3>
-                        <p class="card-text">Apache Traffic Control 7.0.0 is available here:
+                        <h3 class="card-title"><b>Apache Traffic Control 7.0.1 - August 25<sup>th</sup>, 2022</b></h3>
+                        <p class="card-text">Apache Traffic Control 7.0.1 is available here:
                         <ul>
                             <li>
-                                <a href="https://dlcdn.apache.org/trafficcontrol/7.0.0/apache-trafficcontrol-7.0.0.tar.gz">Tarball</a>
+                                <a href="https://dlcdn.apache.org/trafficcontrol/7.0.1/apache-trafficcontrol-7.0.1.tar.gz">Tarball</a>
                             </li>
                             <li>
-                                <a href="https://downloads.apache.org/trafficcontrol/7.0.0/apache-trafficcontrol-7.0.0.tar.gz.sha512">SHA-512</a>
+                                <a href="https://downloads.apache.org/trafficcontrol/7.0.1/apache-trafficcontrol-7.0.1.tar.gz.sha512">SHA-512</a>
                             </li>
                             <li>
-                                <a href="https://downloads.apache.org/trafficcontrol/7.0.0/apache-trafficcontrol-7.0.0.tar.gz.asc">ASC</a>
+                                <a href="https://downloads.apache.org/trafficcontrol/7.0.1/apache-trafficcontrol-7.0.1.tar.gz.asc">ASC</a>
                             </li>
                             <li><a href="https://downloads.apache.org/trafficcontrol/KEYS">KEYS</a></li>
                             <li><a href="/downloads/profiles/7.0.x/">Default Profiles</a></li>
@@ -161,6 +161,7 @@
                         <li>Fixed Traffic Ops ignoring the configured database port value, which was prohibiting the use of anything other than port 5432 (the PostgreSQL default)</li>
                         <li>Fixed Traffic Router to handle aggressive NSEC correctly.</li>
                         <li>Fixed a cdn-in-a-box build issue when using <code>RHEL_VERSION=7</code></li>
+                        <li>Fixed an issue in Traffic Portal where the Profile > View Delivery Services table was not filtering correctly.</li>
                         <li>Fixed searching of the ds parameter merge_parent_groups slice.</li>
                         <li>Only <code>operations</code> and <code>admin</code> roles should have the <code>DELIVERY-SERVICE:UPDATE</code> permission.</li>
                         <li>Traffic Router: fixed a null pointer exception that caused snapshots to be rejected if a topology cachegroup did not have any online/reported/admin_down caches</li>
@@ -257,23 +258,23 @@
         from a mirror. Then verify the signatures using:
 
     <pre style="background-color: #C0C0C0; padding: 0px 20px 20px 20px;"><code>
-% pgpk -a KEYS % pgpv apache-trafficcontrol-7.0.0.tar.gz.asc
+% pgpk -a KEYS % pgpv apache-trafficcontrol-7.0.1.tar.gz.asc
 </code>
 or
 <code>
 % pgp -ka KEYS
-% pgp apache-trafficcontrol-7.0.0.tar.gz.asc
+% pgp apache-trafficcontrol-7.0.1.tar.gz.asc
 </code>
 or
 <code>
 % gpg --import KEYS
-% gpg --verify apache-trafficcontrol-7.0.0.tar.gz.asc apache-trafficcontrol-7.0.0.tar.gz
+% gpg --verify apache-trafficcontrol-7.0.1.tar.gz.asc apache-trafficcontrol-7.0.1.tar.gz
 </code> </pre>
 
 
     <pre style="background-color: #C0C0C0; padding: 0px 20px 20px 20px;"><code>
-$ gpg --verify apache-trafficcontrol-7.0.0.tar.gz.asc apache-trafficcontrol-7.0.0.tar.gz
-gpg: Signature made Thu 21 Jul 2022 10:12:33 AM MDT
+$ gpg --verify apache-trafficcontrol-7.0.1.tar.gz.asc apache-trafficcontrol-7.0.1.tar.gz
+gpg: Signature made Wed 17 Aug 2022 10:45:29 AM MDT
 gpg:                using RSA key 8333C682D9DAFE30825B61D47278621C4AE46B6B
 gpg: Good signature from "Steve Hamrick &lt;shamrick@apache.org&gt;" [ultimate]
 </code></pre>