You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sh...@apache.org on 2021/10/04 20:12:12 UTC

[trafficcontrol] branch master updated (3be9933 -> 032dc61)

This is an automated email from the ASF dual-hosted git repository.

shamrick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 3be9933  Migrate type test from TP E2E to TP integration test (#6232)
     add 032dc61  Add cdn.conf option to disable automatic cert deletion (#6243)

No new revisions were added by this update.

Summary of changes:
 .github/actions/to-integration-tests/cdn.json      |  1 +
 .github/actions/tp-integration-tests/cdn.json      |  1 +
 CHANGELOG.md                                       |  1 +
 docs/source/admin/traffic_ops.rst                  |  4 ++
 docs/source/api/v2/snapshot.rst                    |  2 +-
 docs/source/api/v3/snapshot.rst                    |  2 +-
 docs/source/api/v4/snapshot.rst                    |  2 +-
 .../ansible/roles/traffic_ops/defaults/main.yml    |  1 +
 .../roles/traffic_ops/templates/cdn.conf.j2        |  1 +
 infrastructure/cdn-in-a-box/traffic_ops/config.sh  |  1 +
 traffic_ops/app/conf/cdn.conf                      |  1 +
 traffic_ops/traffic_ops_golang/config/config.go    | 51 +++++++++++-----------
 .../traffic_ops_golang/config/config_test.go       |  4 ++
 .../deliveryservice/deleteoldcerts.go              |  4 ++
 14 files changed, 48 insertions(+), 28 deletions(-)