This is an automated email from the ASF dual-hosted git repository. zrhoffman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
commit 879f092eb161f7b8376ace4683affdcde7c0027f Author: Zach Hoffman <[email protected]> AuthorDate: Mon Aug 30 11:03:08 2021 -0600 Update CHANGELOG.md and versions for 6.0.0 --- CHANGELOG.md | 11 ++++++++--- traffic_portal/app/src/index.html | 2 +- traffic_portal/package.json | 2 +- traffic_router/build/pom.xml | 2 +- traffic_router/configuration/pom.xml | 2 +- traffic_router/connector/pom.xml | 2 +- traffic_router/core/pom.xml | 2 +- traffic_router/geolocation/pom.xml | 2 +- traffic_router/neustar/pom.xml | 2 +- traffic_router/shared/pom.xml | 2 +- 10 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31be559..ab6b8e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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 (but not 6.0) +## unreleased ### Added - [#5674](https://github.com/apache/trafficcontrol/issues/5674) Added new query parameters `cdn` and `maxRevalDurationDays` to the `GET /api/x/jobs` Traffic Ops API to filter by CDN name and within the start_time window defined by the `maxRevalDurationDays` GLOBAL profile parameter, respectively. - [#6034](https://github.com/apache/trafficcontrol/issues/6034) Added new query parameter `cdn` to the `GET /api/x/deliveryserviceserver` Traffic Ops API to filter by CDN name @@ -11,7 +11,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Changed - Updated `t3c` to request less unnecessary deliveryservice-server assignment and invalidation jobs data via new query params supported by Traffic Ops -## unreleased +### Deprecated + +### Removed + +## [6.0.0] - 2021-08-30 ### Added - [#4982](https://github.com/apache/trafficcontrol/issues/4982) Added the ability to support queueing updates by server type and profile - [#5412](https://github.com/apache/trafficcontrol/issues/5412) Added last authenticated time to user API's (`GET /user/current, GET /users, GET /user?id=`) response payload @@ -741,7 +745,8 @@ will be returned indicating that overlap exists. ### Changed - Reformatted this CHANGELOG file to the keep-a-changelog format -[unreleased]: https://github.com/apache/trafficcontrol/compare/RELEASE-5.0.0...HEAD +[unreleased]: https://github.com/apache/trafficcontrol/compare/RELEASE-6.0.0...HEAD +[6.0.0]: https://github.com/apache/trafficcontrol/compare/RELEASE-6.0.0...RELEASE-5.0.0 [5.0.0]: https://github.com/apache/trafficcontrol/compare/RELEASE-4.1.0...RELEASE-5.0.0 [4.1.0]: https://github.com/apache/trafficcontrol/compare/RELEASE-4.0.0...RELEASE-4.1.0 [4.0.0]: https://github.com/apache/trafficcontrol/compare/RELEASE-3.0.0...RELEASE-4.0.0 diff --git a/traffic_portal/app/src/index.html b/traffic_portal/app/src/index.html index 39183d5..d087965 100644 --- a/traffic_portal/app/src/index.html +++ b/traffic_portal/app/src/index.html @@ -27,7 +27,7 @@ under the License. <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content="A user interface for managing Apache Traffic Control CDN systems."> - <meta name="application-name" content="Apache Traffic Portal/5.0.0"> + <meta name="application-name" content="Apache Traffic Portal/6.0.0"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="shortcut icon" href="resources/assets/images/favicon.png" type="image/x-icon" /> diff --git a/traffic_portal/package.json b/traffic_portal/package.json index fe41ca7..5a3eddb 100644 --- a/traffic_portal/package.json +++ b/traffic_portal/package.json @@ -1,6 +1,6 @@ { "name": "traffic_portal", - "version": "6.0.0", + "version": "6.1.0", "homepage": "https://github.com/apache/trafficcontrol", "repository": { "type": "git", diff --git a/traffic_router/build/pom.xml b/traffic_router/build/pom.xml index f24fa88..4187a73 100644 --- a/traffic_router/build/pom.xml +++ b/traffic_router/build/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.traffic_control.traffic_router</groupId> <artifactId>traffic_router</artifactId> - <version>5.0.0</version> + <version>6.0.0</version> </parent> <scm> diff --git a/traffic_router/configuration/pom.xml b/traffic_router/configuration/pom.xml index 1c775c7..a044ca2 100644 --- a/traffic_router/configuration/pom.xml +++ b/traffic_router/configuration/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>traffic_router</artifactId> <groupId>org.apache.traffic_control.traffic_router</groupId> - <version>5.0.0</version> + <version>6.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/traffic_router/connector/pom.xml b/traffic_router/connector/pom.xml index 0a57803..78e9227 100644 --- a/traffic_router/connector/pom.xml +++ b/traffic_router/connector/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.traffic_control.traffic_router</groupId> <artifactId>traffic_router</artifactId> - <version>5.0.0</version> + <version>6.0.0</version> </parent> <artifactId>traffic_router_connector</artifactId> diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml index 7b67cf3..8f3b728 100644 --- a/traffic_router/core/pom.xml +++ b/traffic_router/core/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.traffic_control.traffic_router</groupId> <artifactId>traffic_router</artifactId> - <version>5.0.0</version> + <version>6.0.0</version> </parent> <artifactId>ROOT</artifactId> diff --git a/traffic_router/geolocation/pom.xml b/traffic_router/geolocation/pom.xml index 826b4f3..6a0d344 100644 --- a/traffic_router/geolocation/pom.xml +++ b/traffic_router/geolocation/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>traffic_router</artifactId> <groupId>org.apache.traffic_control.traffic_router</groupId> - <version>5.0.0</version> + <version>6.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/traffic_router/neustar/pom.xml b/traffic_router/neustar/pom.xml index 0bd6609..9465dd2 100644 --- a/traffic_router/neustar/pom.xml +++ b/traffic_router/neustar/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>traffic_router</artifactId> <groupId>org.apache.traffic_control.traffic_router</groupId> - <version>5.0.0</version> + <version>6.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/traffic_router/shared/pom.xml b/traffic_router/shared/pom.xml index f62951b..d13bcbe 100644 --- a/traffic_router/shared/pom.xml +++ b/traffic_router/shared/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>traffic_router</artifactId> <groupId>org.apache.traffic_control.traffic_router</groupId> - <version>5.0.0</version> + <version>6.0.0</version> </parent> <modelVersion>4.0.0</modelVersion>
