Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## [8.0.1] - 2024-03-06
## [8.0.1] - 2024-03-19
### Fixed
- [#7957](https://github.com/apache/trafficcontrol/pull/7957) *Traffic Ops* Fix the incorrect display of delivery services assigned to ORG servers.
- [#7929](https://github.com/apache/trafficcontrol/pull/7929) *Traffic Ops* Ensure read-only role can perform only GET requests.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.0
8.0.1
12 changes: 6 additions & 6 deletions experimental/traffic-portal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion experimental/traffic-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"axios": "^0.27.2",
"chromedriver": "^117.0.3",
"chromedriver": "^122.0.6",
"codelyzer": "^6.0.0",
"eslint": "^8.39.0",
"eslint-plugin-import": "^2.25.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ func GetReadAssigned(w http.ResponseWriter, r *http.Request) {
api.WriteAlertsObj(w, r, http.StatusOK, alerts, servers)
}

func read(inf *api.Info) ([]tc.DSServerV4, error) {
func read(inf *api.APIInfo) ([]tc.DSServerV4, error) {
queryDataString :=
`,
cg.name as cachegroup,
Expand Down
2 changes: 1 addition & 1 deletion traffic_portal/app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<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/8.0.0">
<meta name="application-name" content="Apache Traffic Portal/8.0.1">
<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" />
Expand Down
4 changes: 2 additions & 2 deletions traffic_portal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion traffic_portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "traffic_portal",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://github.com/apache/trafficcontrol",
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions traffic_portal/test/integration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion traffic_portal/test/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/fs-extra": "^9.0.9",
"@types/jasmine": "^3.4.6",
"@types/node": "^16",
"chromedriver": "^117.0.3",
"chromedriver": "^122.0.6",
"jasmine": "^3.5.0",
"typescript": "^3.6.4"
},
Expand Down
2 changes: 1 addition & 1 deletion traffic_router/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<artifactId>traffic_router</artifactId>
<version>8.0.0</version>
<version>8.0.1</version>
</parent>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion traffic_router/configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>traffic_router</artifactId>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<version>8.0.0</version>
<version>8.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion traffic_router/connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<artifactId>traffic_router</artifactId>
<version>8.0.0</version>
<version>8.0.1</version>
</parent>

<artifactId>traffic_router_connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion traffic_router/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<artifactId>traffic_router</artifactId>
<version>8.0.0</version>
<version>8.0.1</version>
</parent>

<artifactId>ROOT</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion traffic_router/geolocation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>traffic_router</artifactId>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<version>8.0.0</version>
<version>8.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion traffic_router/neustar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>traffic_router</artifactId>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<version>8.0.0</version>
<version>8.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion traffic_router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<artifactId>traffic_router</artifactId>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<version>8.0.0</version>
<version>8.0.1</version>
<packaging>pom</packaging>
<name>traffic_router</name>

Expand Down
2 changes: 1 addition & 1 deletion traffic_router/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>traffic_router</artifactId>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<version>8.0.0</version>
<version>8.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down