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/17 16:40:01 UTC

[trafficcontrol] branch 7.0.x updated: Clean up changelog and add entry for new fix

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

shamrick pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new c076b138a8 Clean up changelog and add entry for new fix
c076b138a8 is described below

commit c076b138a88d21daf1a17d594b83f4c03020c179
Author: shamrickus <sh...@gmail.com>
AuthorDate: Wed Aug 17 10:39:51 2022 -0600

    Clean up changelog and add entry for new fix
---
 CHANGELOG.md | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67ea4132ec..f3a197c3ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 
-## [unreleased]
+## [7.0.1] - 2022-08-17
+### Fixed
+- Fixed an issue in Traffic Portal where the Profile > View Delivery Services table was not filtering correctly.
 
 ## [7.0.0] - 2022-07-19
 ### Added
@@ -83,16 +85,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 - The `/servers/details` endpoint of the Traffic Ops API has been dropped in version 4.0, and marked deprecated in earlier versions.
 
 ### Changed
-  - async-http-client: 2.12.1 -> 2.12.3
-  - commons-codec: 1.6 -> 1.15
-  - commons-io: 2.0.1 -> 2.11.0
-  - guava: 18.0 -> 31.1-jre
-  - spring: 5.2.20.RELEASE -> 5.3.20
-  traffic_ctl commands, and adds new markup-poll-threshold config.
 - Added Rocky Linux 8 support
 - Added new fields to the monitoring.json snapshot and made Traffic Monitor prefer data in monitoring.json to the CRConfig snapshot
 - Added permissions to the role form in traffic portal
 - Adds updates to the trafficcontrol-health-client to, use new ATS Host status formats, detect and use proper
+  traffic_ctl commands, and adds new markup-poll-threshold config.
 - Changed the Traffic Ops user last_authenticated update query to only update once per minute to avoid row-locking when the same user logs in frequently.
 - Changed the default Traffic Ops API version requsted by Traffic Router from 2.0 to 3.1
 - Removed the unused `deliveryservice_tmuser` table from Traffic Ops database
@@ -102,6 +99,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 - Updated Go version to 1.18
 - Updated Grove to use the TO API v3 client library
 - Updated Traffic Router dependencies:
+  - async-http-client: 2.12.1 -> 2.12.3
+  - commons-codec: 1.6 -> 1.15
+  - commons-io: 2.0.1 -> 2.11.0
+  - guava: 18.0 -> 31.1-jre
+  - spring: 5.2.20.RELEASE -> 5.3.20
 - Updated the CDNs Traffic Portal page to use a more performant AG-Grid-based table.
 - Updated the Cache Stats Traffic Portal page to use a more performant AG-Grid-based table.
 - Updated the Profiles Traffic Portal page to use a more performant AG-Grid-based table.