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

[trafficcontrol] branch master updated (667b555 -> e9fa1af)

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

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


    from 667b555  Add Per-DS HTTP/2 and TLS Versions Support (#5802)
     add e9fa1af  Implement SSLKeys methods for PostgreSQL Traffic Vault backend (#5812)

No new revisions were added by this update.

Summary of changes:
 lib/go-tc/deliveryservice_ssl_keys.go              |   7 +
 traffic_ops/app/db/trafficvault/create_tables.sql  |   1 +
 .../testing/api/v4/deliveryservices_test.go        | 271 ++++++++++++++++++---
 .../deliveryservice/acme_renew.go                  |   2 +-
 .../deliveryservice/autorenewcerts.go              |   2 +-
 .../traffic_ops_golang/deliveryservice/keys.go     |   6 +-
 .../trafficvault/backends/postgres/postgres.go     | 138 ++++++++++-
 traffic_ops/v4-client/deliveryservice.go           |  21 +-
 8 files changed, 403 insertions(+), 45 deletions(-)