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

chhsiao pushed a change to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 3993716  Added MESOS-9692 to the 1.7.3 CHANGELOG.
     new 2dfd64a  API changes for supporting destroying `RAW` disks.
     new 8cbde79  Supported destroying preprovisioned CSI volumes in SLRP.
     new ab51668  Added authorization for applying `DESTROY_DISK` on `RAW` 
disks.
     new c02b083  Added MESOS-9540 to the 1.7.3 CHANGELOG.

The 4 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:
 CHANGELOG                                  |   1 +
 docs/examples/acls_template.json           |  50 +++++
 include/mesos/authorizer/acls.proto        |  12 +-
 include/mesos/authorizer/authorizer.proto  |  12 +-
 include/mesos/mesos.proto                  |  20 +-
 include/mesos/v1/mesos.proto               |  22 ++-
 src/authorizer/local/authorizer.cpp        |  13 +-
 src/master/master.cpp                      |   7 +-
 src/master/validation.cpp                  |   9 +-
 src/resource_provider/storage/provider.cpp | 215 ++++++++++++----------
 src/tests/authorization_tests.cpp          | 281 ++++++++++++++++++++++++++---
 src/tests/master_validation_tests.cpp      |  46 ++++-
 12 files changed, 529 insertions(+), 159 deletions(-)

Reply via email to