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 b3f7518  Update Go version to 1.17.2 (#6261)
     new 2e29d15  Update CHANGELOG.md and versions for 6.0.1
     new 41351d7  Removed Riak from default CiaB (#6252)
     new af25161  Update SECURITY.md
     new df7d276  Quote spaces in env file values (#6265)
     new aa9e0bf  TO and TP integration tests GHAs: Do not export CiaB 
environment variables (#6284)
     new 9756267  TP Tests GHA: Set Selenium 4 Docker image environment 
variables (#6290)
     new 2168aaa  Fix /cdns/{name}/federations?id=# to search for CDN (#6287)
     new 2c33c29  Reduce DNSSEC refresh change log noise (#6279)
     new ac6d210  Fix TR ansible downgrade ability from 6 -> 5 (#6300)
     new 0f0001a  Fix to error message not being displayed if error occurs 
while removing a server from a ds (#6280)
     new 52ebbb3  Truncate DNSSEC refresh cron job log file before runs (#6302)
     new bada02c  TO Postinstall: Check if hashlib.scrypt() exists before 
calling it (#6286)
     new 4962498  fixed incorrect field name (#6294)
     new f214052  To commments update (#6309)
     new 173560a  Bugfix/5373 tm log inconsistency (#6292)
     new a6c6d12  Make only CDN specific queries for FQDNs (#6288)
     new 8d3ea3d  License coverage GHA: Re-tidy pkgsite's go modules before 
vendoring them (#6316)
     new 9ead7c7  Fix GHA that checks db migration filenames to properly check 
timestamp digits (#6322)
     new 554d947  Allow 0 commits between latest release tag and release branch 
head (#6329)
     new 42fdfa0  #2770: Add validation for httpBypassFqdn as hostname in 
Traffic Ops (#6330)
     new 0ab6b87  removes an unused constant (#6326)
     new 56ed220  Update Go version to 1.17.3 (#6331)

The 22 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/actions/fetch-github-branch-sha/Dockerfile |  25 -----
 .github/actions/fetch-github-branch-sha/README.md  |  23 ++++-
 .github/actions/fetch-github-branch-sha/action.yml |  29 +++---
 .../actions/fetch-github-branch-sha/entrypoint.sh  |  31 +++---
 .github/actions/run-ciab/run-ciab.sh               |   2 +-
 .github/actions/to-integration-tests/entrypoint.sh |   2 -
 .github/actions/todb-tests/entrypoint.sh           |   2 +-
 .github/actions/tp-integration-tests/entrypoint.sh |   2 -
 .github/workflows/cache-config-tests.yml           |  20 ++--
 .github/workflows/ciab.yaml                        |  18 ++--
 .github/workflows/license-file-coverage.yml        |  14 ++-
 .github/workflows/tp.integration.tests.yml         |  13 ++-
 .github/workflows/traffic-ops.yml                  |   4 +-
 CHANGELOG.md                                       |  14 +++
 GO_VERSION                                         |   2 +-
 SECURITY.md                                        |   4 +-
 VERSION                                            |   2 +-
 cache-config/tm-health-client/tmagent/tmagent.go   |   1 -
 docs/source/api/v2/users.rst                       |   4 +-
 docs/source/api/v2/users_id.rst                    |   4 +-
 docs/source/api/v3/users.rst                       |   4 +-
 docs/source/api/v3/users_id.rst                    |   4 +-
 go.mod                                             |   4 +-
 go.sum                                             |   8 +-
 .../traffic-router/templates/conf/server.xml.j2    |   4 +
 infrastructure/cdn-in-a-box/.gitignore             |   2 +-
 infrastructure/cdn-in-a-box/README.md              |   7 --
 infrastructure/cdn-in-a-box/bin/ats-version.sh     |   3 +-
 .../cdn-in-a-box/docker-compose.expose-ports.yml   |   5 -
 infrastructure/cdn-in-a-box/docker-compose.yml     |  19 ----
 ... docker-compose.traffic-vault.expose-ports.yml} |   8 +-
 .../docker-compose.traffic-vault.yml}              |  35 +++----
 .../{ => optional}/traffic_vault/Dockerfile        |   8 +-
 .../poststart.d/00-enable-security.sh              |   0
 .../poststart.d/01-add-search-group.sh             |   0
 .../poststart.d/02-add-search-schema.sh            |   0
 .../traffic_vault/prestart.d/00-config.sh          |   0
 .../{ => optional}/traffic_vault/run.sh            |   0
 .../{ => optional}/traffic_vault/sslkeys.xml       |   0
 .../cdn-in-a-box/traffic_ops/to-access.sh          |   5 +
 .../cdn-in-a-box/traffic_ops/trafficops-init.sh    |   8 ++
 .../cdn-in-a-box/traffic_portal/Dockerfile         |   8 +-
 infrastructure/cdn-in-a-box/variables.env          |   8 +-
 traffic_monitor/ds/stat.go                         |  36 ++-----
 traffic_monitor/health/event.go                    |   4 +
 traffic_monitor/manager/peer.go                    |   9 +-
 traffic_monitor/manager/statecombiner.go           |  11 ++-
 traffic_ops/etc/cron.d/trafops_dnssec_refresh      |   2 +-
 traffic_ops/install/bin/_postinstall.py            |   2 +-
 traffic_ops/testing/api/v2/cdnfederations_test.go  |  25 +++--
 traffic_ops/testing/api/v2/federations_test.go     |   4 +-
 traffic_ops/testing/api/v2/tc-fixtures.json        |  12 ++-
 traffic_ops/testing/api/v3/cdnfederations_test.go  |  38 +++++---
 traffic_ops/testing/api/v3/federations_test.go     |   4 +-
 traffic_ops/testing/api/v3/tc-fixtures.json        |  12 ++-
 traffic_ops/testing/api/v4/cdnfederations_test.go  |  40 +++++---
 .../api/v4/deliveryservice_requests_test.go        |  24 ++---
 traffic_ops/testing/api/v4/federations_test.go     |   4 +-
 traffic_ops/testing/api/v4/tc-fixtures.json        |  12 ++-
 .../traffic_ops_golang/cdn/dnssecrefresh.go        |  15 ++-
 .../cdnfederation/cdnfederations.go                |  89 +++++++++++++----
 .../traffic_ops_golang/crstats/dsrouting.go        |   4 +-
 traffic_ops/traffic_ops_golang/crstats/routing.go  |  12 ++-
 .../traffic_ops_golang/crstats/routing_test.go     | 105 +++++++++++++++++++++
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |  24 +++--
 .../deliveryservice/deliveryservices.go            |   1 +
 traffic_ops/traffic_ops_golang/server/servers.go   |   2 +-
 .../app/src/common/api/DeliveryServiceService.js   |   2 +-
 .../TableDeliveryServiceServersController.js       |   4 +-
 traffic_portal/app/src/index.html                  |   2 +-
 traffic_portal/package-lock.json                   |   2 +-
 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 +-
 vendor/modules.txt                                 |   4 +-
 81 files changed, 571 insertions(+), 308 deletions(-)
 delete mode 100644 .github/actions/fetch-github-branch-sha/Dockerfile
 copy 
infrastructure/cdn-in-a-box/optional/{docker-compose.grafana.expose-ports.yml 
=> docker-compose.traffic-vault.expose-ports.yml} (84%)
 copy infrastructure/cdn-in-a-box/{docker-compose.readiness.yml => 
optional/docker-compose.traffic-vault.yml} (64%)
 rename infrastructure/cdn-in-a-box/{ => optional}/traffic_vault/Dockerfile 
(87%)
 rename infrastructure/cdn-in-a-box/{ => 
optional}/traffic_vault/poststart.d/00-enable-security.sh (100%)
 rename infrastructure/cdn-in-a-box/{ => 
optional}/traffic_vault/poststart.d/01-add-search-group.sh (100%)
 rename infrastructure/cdn-in-a-box/{ => 
optional}/traffic_vault/poststart.d/02-add-search-schema.sh (100%)
 rename infrastructure/cdn-in-a-box/{ => 
optional}/traffic_vault/prestart.d/00-config.sh (100%)
 rename infrastructure/cdn-in-a-box/{ => optional}/traffic_vault/run.sh (100%)
 rename infrastructure/cdn-in-a-box/{ => optional}/traffic_vault/sslkeys.xml 
(100%)
 create mode 100644 traffic_ops/traffic_ops_golang/crstats/routing_test.go

Reply via email to