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


The following commit(s) were added to refs/heads/master by this push:
     new 6d5fe7c44a Update for 7.0.0 (#6973)
6d5fe7c44a is described below

commit 6d5fe7c44a37598d40de1d825cb2d0dd3384f03b
Author: Steve Hamrick <[email protected]>
AuthorDate: Tue Jul 19 10:16:19 2022 -0600

    Update for 7.0.0 (#6973)
---
 CHANGELOG.md                         | 5 ++++-
 SECURITY.md                          | 7 +++----
 VERSION                              | 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/pom.xml               | 2 +-
 traffic_router/shared/pom.xml        | 2 +-
 11 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 811dc81dee..286df2dca6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ 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.0] - 2022-07-19
 ### Added
 - [Traffic Portal] Added Layered Profile feature to /servers/
 - [#6448](https://github.com/apache/trafficcontrol/issues/6448) Added `status` 
and `lastPoll` fields to the `publish/CrStates` endpoint of Traffic Monitor 
(TM).
@@ -927,7 +929,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-6.0.0...HEAD
+[unreleased]: 
https://github.com/apache/trafficcontrol/compare/RELEASE-7.0.0...HEAD
+[7.0.0]: 
https://github.com/apache/trafficcontrol/compare/RELEASE-7.0.0...RELEASE-6.0.0
 [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
diff --git a/SECURITY.md b/SECURITY.md
index 97cf87e1e4..11df9cc2e9 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -3,12 +3,11 @@
 ## Supported Versions
 
 | Version | Supported          |
-| ------- | ------------------ |
-| < 5.0   | :x:                |
-| 5.0.x   | :x:                |
-| 5.1.x   | :white_check_mark: |
+|---------|--------------------|
+| < 6.0   | :x:                |
 | 6.0.x   | :x:                |
 | 6.1.x   | :white_check_mark: |
+| 7.0.x   | :white_check_mark: |
 
 ## Reporting a Vulnerability
 Contact the [Apache Traffic Control Security 
Team](mailto:[email protected])
diff --git a/VERSION b/VERSION
index 6abaeb2f90..66ce77b7ea 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.2.0
+7.0.0
diff --git a/traffic_router/build/pom.xml b/traffic_router/build/pom.xml
index 596e837da4..a270e48066 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>6.2.0</version>
+               <version>7.0.0</version>
        </parent>
 
        <scm>
diff --git a/traffic_router/configuration/pom.xml 
b/traffic_router/configuration/pom.xml
index d956f87fcc..37975516bd 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>6.2.0</version>
+               <version>7.0.0</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/connector/pom.xml b/traffic_router/connector/pom.xml
index 90fbd74ace..2887637ad3 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>6.2.0</version>
+        <version>7.0.0</version>
        </parent>
 
        <artifactId>traffic_router_connector</artifactId>
diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml
index 6c20276fdd..6d07217eca 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>6.2.0</version>
+               <version>7.0.0</version>
        </parent>
 
        <artifactId>ROOT</artifactId>
diff --git a/traffic_router/geolocation/pom.xml 
b/traffic_router/geolocation/pom.xml
index cf8e2b0b3e..3f7101f2c3 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>6.2.0</version>
+               <version>7.0.0</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/neustar/pom.xml b/traffic_router/neustar/pom.xml
index d1fa6d6bb6..d0e8833978 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>6.2.0</version>
+               <version>7.0.0</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml
index 90dd212a27..155ef1e5c7 100644
--- a/traffic_router/pom.xml
+++ b/traffic_router/pom.xml
@@ -18,7 +18,7 @@
 
        <artifactId>traffic_router</artifactId>
        <groupId>org.apache.traffic_control.traffic_router</groupId>
-       <version>6.2.0</version>
+       <version>7.0.0</version>
        <packaging>pom</packaging>
        <name>traffic_router</name>
 
diff --git a/traffic_router/shared/pom.xml b/traffic_router/shared/pom.xml
index 122f06ea13..7d7317b9fa 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>6.2.0</version>
+               <version>7.0.0</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 

Reply via email to