This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a change to branch 6.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 0449f0b Walk back deprecation of TO APIv3, add instability warnings
for 4.0 (#6209)
new 4d6272b Increasing astats string buffer size. We have seen astats
config ip lists going beyond the existing 1k limit and being truncated. There
is a proper rewrite on the way but this temporary fix can suffice for a while
(#6212)
new c89911f Fixed crs/stats fields to report time correctly and not
overflow and … (#6211)
new 803d75c update print statements in t3c to use go logger library
(#6052)
new 3c1aaa4 Fix grid comp issues (#6222)
new e2e06c6 Fix enroller build issues (#6227)
new 66891d1 Remove t3c debug print (#6207)
new 675de07 Le regex fix (#6184)
new a19cf75 Update link to join #traffic-control on the ASF slack
new c97f45a Compile ToDnssecRefresh binary into TO rpm, update cron job
to use it (#6224)
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/ISSUE_TEMPLATE/1-bug-report.md | 2 +-
.github/ISSUE_TEMPLATE/2-feature-request.md | 2 +-
.github/ISSUE_TEMPLATE/3-improvement-request.md | 2 +-
.github/ISSUE_TEMPLATE/config.yml | 2 +-
CHANGELOG.md | 3 ++
cache-config/t3c-apply/config/config.go | 14 ++++---
cache-config/t3c-apply/t3c-apply.go | 2 +-
cache-config/t3c-apply/torequest/torequest.go | 2 +-
cache-config/t3c-check/t3c-check.go | 13 ++++---
cache-config/t3c-diff/t3c-diff.go | 15 ++++----
cache-config/t3c-generate/plugin/plugin.go | 5 ++-
cache-config/t3c-generate/t3c-generate.go | 2 +-
.../update-to-client/update-to-client.go | 10 +++--
cache-config/t3c-request/config/config.go | 24 ++++++------
cache-config/t3c/t3c.go | 13 ++++---
cache-config/t3cutil/toreq/client.go | 1 -
docs/source/faq.rst | 2 +-
infrastructure/cdn-in-a-box/enroller/Dockerfile | 8 ++--
lib/go-tc/crsstats.go | 36 +----------------
...1090914220900_le_dns_challenge_xml_id.down.sql} | 2 +-
...021090914220900_le_dns_challenge_xml_id.up.sql} | 2 +-
traffic_ops/build/build_rpm.sh | 5 +++
traffic_ops/build/traffic_ops.spec | 13 +++++++
traffic_ops/etc/cron.d/trafops_dnssec_refresh | 3 +-
.../traffic_ops_golang/deliveryservice/acme.go | 12 +++---
.../deliveryservice/acme_renew.go | 2 +-
.../deliveryservice/letsencrypt_dns_challenge.go | 5 ++-
.../modules/table/agGrid/CommonGridController.js | 4 +-
.../core/ds/LetsEncryptDnsChallenge.java | 16 +++++++-
.../core/ds/LetsEncryptDnsChallengeWatcher.java | 45 +++++++++++-----------
.../traffic_router/core/router/StatTracker.java | 21 +++++++++-
.../plugins/astats_over_http/astats_over_http.c | 2 +-
32 files changed, 161 insertions(+), 129 deletions(-)
copy traffic_ops/app/db/migrations/{2021021900000000_cdn_notification.down.sql
=> 2021090914220900_le_dns_challenge_xml_id.down.sql} (93%)
copy traffic_ops/app/db/migrations/{2021021900000000_cdn_notification.down.sql
=> 2021090914220900_le_dns_challenge_xml_id.up.sql} (93%)