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 9a85aef Update changelog for 5.1.2 release (#5862)
9a85aef is described below
commit 9a85aef2ec30a72fd4ef42c76b68ffcac5618294
Author: ocket8888 <[email protected]>
AuthorDate: Tue May 18 10:51:19 2021 -0600
Update changelog for 5.1.2 release (#5862)
---
CHANGELOG.md | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2115bc4..37ad2b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,7 +47,6 @@ The format is based on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/).
### Fixed
- [#5690](https://github.com/apache/trafficcontrol/issues/5690) - Fixed github
action for added/modified db migration file.
-- Fixed the return error for GET api `cdns/routing` to avoid incorrect success
response.
- [#2471](https://github.com/apache/trafficcontrol/issues/2471) - A PR check
to ensure added db migration file is the latest.
- [#5609](https://github.com/apache/trafficcontrol/issues/5609) - Fixed GET
/servercheck filter for an extra query param.
- [#5288](https://github.com/apache/trafficcontrol/issues/5288) - Fixed the
ability to create and update a server with MTU value >= 1280.
@@ -56,19 +55,13 @@ The format is based on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/).
- Fixed a logging bug in Traffic Monitor where it wouldn't log errors in
certain cases where a backup file could be used instead. Also, Traffic Monitor
now rejects monitoring snapshots that have no delivery services.
- [#5739](https://github.com/apache/trafficcontrol/issues/5739) - Prevent
looping in case of a failed login attempt
- [#5407](https://github.com/apache/trafficcontrol/issues/5407) - Make sure
that you cannot add two servers with identical content
-- [#5712](https://github.com/apache/trafficcontrol/issues/5712) - Ensure that
5.x Traffic Stats is compatible with 5.x Traffic Monitor and 5.x Traffic Ops,
and that it doesn't log all 0's for `cache_stats`
- [#2881](https://github.com/apache/trafficcontrol/issues/2881) - Some API
endpoints have incorrect Content-Types
- [#5363](https://github.com/apache/trafficcontrol/issues/5363) - Postgresql
version changeable by env variable
- [#5405](https://github.com/apache/trafficcontrol/issues/5405) - Prevent
Tenant update from choosing child as new parent
- [#5384](https://github.com/apache/trafficcontrol/issues/5384) - New grids
will now properly remember the current page number.
- [#5548](https://github.com/apache/trafficcontrol/issues/5548) - Don't return
a `403 Forbidden` when the user tries to get servers of a non-existent DS using
`GET /servers?dsId={{nonexistent DS ID}}`
-- [#5695](https://github.com/apache/trafficcontrol/issues/5695) - Ensure
vitals are calculated only against monitored interfaces
-- [#5724](https://github.com/apache/trafficcontrol/issues/5724) - Set XMPPID
to hostname if the server had none, don't error on server update when XMPPID is
empty
-- [#5744](https://github.com/apache/trafficcontrol/issues/5744) - Sort TM
Delivery Service States page by DS name
- [#5732](https://github.com/apache/trafficcontrol/issues/5732) - TO API POST
/cdns/dnsseckeys/generate times out with large numbers of delivery services
- Fixed server creation through legacy API versions to default `monitor` to
`true`.
-- Fixed Traffic Monitor to report `ONLINE` caches as available.
-- [#5754](https://github.com/apache/trafficcontrol/issues/5754) - Ensure
Health Threshold Parameters use legacy format for legacy Monitoring Config
handler
- Fixed t3c to create config files and directories as ats.ats
### Changed
@@ -98,6 +91,19 @@ The format is based on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/).
- The `compare` tool stack has been removed, as it no longer serves a purpose.
- Removed the Perl-only `cdn.conf` option `geniso.iso_root_path`
+## [5.1.2] - 2021-05-17
+### Fixed
+- Fixed the return error for GET api `cdns/routing` to avoid incorrect success
response.
+- [#5712](https://github.com/apache/trafficcontrol/issues/5712) - Ensure that
5.x Traffic Stats is compatible with 5.x Traffic Monitor and 5.x Traffic Ops,
and that it doesn't log all 0's for `cache_stats`
+- Fixed ORT being unable to update URLSIG keys for Delivery Services
+- Fixed ORT service category header rewrite for mids and topologies.
+- Fixed an issue where Traffic Ops becoming unavailable caused Traffic Monitor
to segfault and crash
+- [#5754](https://github.com/apache/trafficcontrol/issues/5754) - Ensure
Health Threshold Parameters use legacy format for legacy Monitoring Config
handler
+- [#5695](https://github.com/apache/trafficcontrol/issues/5695) - Ensure
vitals are calculated only against monitored interfaces
+- Fixed Traffic Monitor to report `ONLINE` caches as available.
+- [#5744](https://github.com/apache/trafficcontrol/issues/5744) - Sort TM
Delivery Service States page by DS name
+- [#5724](https://github.com/apache/trafficcontrol/issues/5724) - Set XMPPID
to hostname if the server had none, don't error on server update when XMPPID is
empty
+
## [5.1.1] - 2021-03-19
### Added
- Atscfg: Added a rule to ip_allow such that PURGE requests are allowed over
localhost