This is an automated email from the ASF dual-hosted git repository.
neuman 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 5d0df16 Add changelog for ORT deterministic config gen (#4717)
5d0df16 is described below
commit 5d0df1662736d7f0ba15e74ecff9a370a52c855f
Author: Robert O Butts <[email protected]>
AuthorDate: Tue May 26 09:48:19 2020 -0600
Add changelog for ORT deterministic config gen (#4717)
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 953afd4..a8d34dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ The format is based on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/).
### Changed
- Changed some Traffic Ops Go Client methods to use `DeliveryServiceNullable`
inputs and outputs.
- Changed Traffic Portal to use Traffic Ops API v3
+- Changed ORT Config Generation to be deterministic, which will prevent
spurious diffs when nothing actually changed.
- Changed the access logs in Traffic Ops to now show the route ID with every
API endpoint call. The Route ID is appended to the end of the access log line.
- With the addition of multiple server interfaces, interface data is
constructed from IP Address/Gateway/Netmask (and their IPv6 counterparts) and
Interface Name and Interface MTU fields on services. These **MUST** have
proper, valid data before attempting to upgrade or the upgrade **WILL** fail.
In particular IP fields need to be valid IP addresses/netmasks, and MTU must
only be positive integers of at least 1280.