DockerCLI/vendor/github.com/docker/swarmkit/api
Sebastiaan van Stijn 097d57314d
vendor: update docker/docker 0f41a77c6993ade605a639fb25994cfe5e1b3fe8
full diff: 78e6ffd279...0f41a77c69

Relevant changes:

- https://github.com/moby/moby/pull/41234 vendor: update buildkit to 4d1f260e8
- various updates to swagger files
- https://github.com/moby/moby/pull/41249 Replace swarm Capabilites API with cap add/drop API
    - updates swarmkit to 035d564a3686f5e348d861ec0c074ff26854c498
- https://github.com/moby/moby/pull/41254 Deprecate KernelMemory

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-28 17:16:03 +02:00
..
deepcopy Bump docker/swarmkit to 9f271c2963d18a7c60d2c4001fb418ca4037df19 2018-09-26 15:45:59 +02:00
defaults Add vendor 2017-04-17 18:12:58 -04:00
genericresource Vendor commit for Data Path Port configuration support 2018-11-26 15:58:44 -05:00
README.md bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
ca.pb.go vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
ca.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
control.pb.go vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
control.proto vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
dispatcher.pb.go vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
dispatcher.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
health.pb.go vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
health.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
logbroker.pb.go vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
logbroker.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
objects.pb.go vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
objects.proto vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
raft.pb.go vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
raft.proto bump swarmkit to 713d79dc8799b33465c58ed120b870c52eb5eb4f 2018-01-24 02:13:53 -08:00
resource.pb.go vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
resource.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
snapshot.pb.go vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
snapshot.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00
specs.pb.go vendor: update docker/docker 0f41a77c6993ade605a639fb25994cfe5e1b3fe8 2020-07-28 17:16:03 +02:00
specs.proto vendor: update docker/docker 0f41a77c6993ade605a639fb25994cfe5e1b3fe8 2020-07-28 17:16:03 +02:00
storeobject.go Global Default Address Pool feature support 2018-08-21 14:34:00 -04:00
types.pb.go vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
types.proto vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
watch.pb.go vendor: bump swarmkit 49e35619b18200845c9365c1e953440c28868002 2020-02-12 18:45:30 +01:00
watch.proto bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c 2017-09-29 17:44:49 +02:00

README.md

Notice

Do not change .pb.go files directly. You need to change the corresponding .proto files and run the following command to regenerate the .pb.go files.

$ make generate

Click here for more information about protobuf.

The api.pb.txt file contains merged descriptors of all defined services and messages. Definitions present here are considered frozen after the release.

At release time, the current api.pb.txt file will be moved into place to freeze the API changes for the minor version. For example, when 1.0.0 is released, api.pb.txt should be moved to 1.0.txt. Notice that we leave off the patch number, since the API will be completely locked down for a given patch series.

We may find that by default, protobuf descriptors are too noisy to lock down API changes. In that case, we may filter out certain fields in the descriptors, possibly regenerating for old versions.

This process is similar to the process used to ensure backwards compatibility in Go.