This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a commit to branch 6.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/6.0.x by this push:
new 007107c Update CHANGELOG.md and versions for 6.0.2
007107c is described below
commit 007107c699c7425c91d2d1a6f5b9928b7f3b2b9f
Author: Zach Hoffman <[email protected]>
AuthorDate: Fri Dec 17 15:19:59 2021 -0700
Update CHANGELOG.md and versions for 6.0.2
---
CHANGELOG.md | 3 +++
VERSION | 2 +-
traffic_portal/app/src/index.html | 2 +-
traffic_portal/package-lock.json | 4 ++--
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/pom.xml | 2 +-
traffic_router/shared/pom.xml | 2 +-
13 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f4fad7..d388e43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,11 @@ 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
+
+## [6.0.2] - 2021-12-17
### Changed
- Updated `log4j` module in Traffic Router from version 1.2.17 to 2.16.0
+- Update github.com/lestrrat-go/jwx to v1.2.12
## [6.0.1] - 2021-11-04
### Added
diff --git a/VERSION b/VERSION
index 5fe6072..9b9a244 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.0.1
+6.0.2
diff --git a/traffic_portal/app/src/index.html
b/traffic_portal/app/src/index.html
index 16561dd..9894a4a 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/6.0.1">
+ <meta name="application-name" content="Apache Traffic Portal/6.0.2">
<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-lock.json b/traffic_portal/package-lock.json
index 1c025eb..9d30e7d 100644
--- a/traffic_portal/package-lock.json
+++ b/traffic_portal/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "traffic_portal",
- "version": "6.0.1",
+ "version": "6.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "6.0.0",
+ "version": "6.0.2",
"dependencies": {
"@uirouter/angularjs": "0.4.2",
"ag-grid-community": "23.2.0",
diff --git a/traffic_portal/package.json b/traffic_portal/package.json
index c019101..e7e957a 100644
--- a/traffic_portal/package.json
+++ b/traffic_portal/package.json
@@ -1,6 +1,6 @@
{
"name": "traffic_portal",
- "version": "6.0.1",
+ "version": "6.0.2",
"homepage": "https://github.com/apache/trafficcontrol",
"repository": {
"type": "git",
diff --git a/traffic_router/build/pom.xml b/traffic_router/build/pom.xml
index 12d7c56..814fc79 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.0.1</version>
+ <version>6.0.2</version>
</parent>
<scm>
diff --git a/traffic_router/configuration/pom.xml
b/traffic_router/configuration/pom.xml
index 3720589..60e2ea1 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.0.1</version>
+ <version>6.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/traffic_router/connector/pom.xml b/traffic_router/connector/pom.xml
index 88e93e5..963ffe6 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.0.1</version>
+ <version>6.0.2</version>
</parent>
<artifactId>traffic_router_connector</artifactId>
diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml
index bd33148..93ae250 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.0.1</version>
+ <version>6.0.2</version>
</parent>
<artifactId>ROOT</artifactId>
diff --git a/traffic_router/geolocation/pom.xml
b/traffic_router/geolocation/pom.xml
index f056a9a..1177329 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.0.1</version>
+ <version>6.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/traffic_router/neustar/pom.xml b/traffic_router/neustar/pom.xml
index aafaa31..eba023d 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.0.1</version>
+ <version>6.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml
index 5d1d568..0da9a66 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.0.1</version>
+ <version>6.0.2</version>
<packaging>pom</packaging>
<name>traffic_router</name>
diff --git a/traffic_router/shared/pom.xml b/traffic_router/shared/pom.xml
index 281b245..4d9e04d 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.0.1</version>
+ <version>6.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>