2.1.0 release#1463
Merged
Merged
Conversation
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Ryan Belgrave <Ryan.Belgrave@target.com>
Signed-off-by: Pavel Sviderski <pavel@psviderski.name>
Signed-off-by: pacoxu <paco.xu@daocloud.io> add ut test for volume scope and no specified name create Signed-off-by: Paco Xu <paco.xu@daocloud.io> try to fix ut failure of volume creation Signed-off-by: Paco Xu <paco.xu@daocloud.io> try to fix ut failure of volume creation Signed-off-by: Paco Xu <paco.xu@daocloud.io> Scope is added in volume after docker 1.12 Signed-off-by: pacoxu <paco.xu@daocloud.io> Scope is added in volume after docker 1.12 Signed-off-by: pacoxu <paco.xu@daocloud.io>
Signed-off-by: realityone <realityone@me.com>
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Mehdi Bayazee <bayazee@gmail.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Thomas Schaaf <schaaf@komola.de>
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Fix requires_api_version test decorator Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Add min version checks in create_service and update_service Signed-off-by: Joffrey F <joffrey@docker.com>
This is currently inconsistent, but mostly called "Engine API". For the release of Docker 1.13, this will be "Engine API" all over the Engine documentation, too. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Ensure all integration tests use the same version of the busybox image Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Seems like this is pretty much ignored by Docker, so it wasn't causing any visible issues, except when a volume name was used instead of a path. Also, added integration tests. Ref #1380 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Technically we shouldn't be passing them as binds, but the daemon doesn't seem to mind. Fixes #1380 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Fix cache_from integration test Fix image ID detection in ImageCollection.build Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
List of PRs / issues for this release
Features
APIClient:prune_containers,prune_images,prune_networks,prune_volumesDockerClient:containers.prune,images.prune,networks.prune,volumes.pruneAPIClient:configure_plugin,create_plugin,disable_plugin,enable_plugin,inspect_plugin,pull_plugin,plugins,plugin_privileges,push_plugin,remove_pluginDockerClient:plugins.create,plugins.get,plugins.install,plugins.list, and thePluginmodel.APIClient:create_secret,inspect_secret,remove_secret,secretsDockerClient:secret.create,secret.get,secret.listandthe
Secretmodel.secretsparameter toContainerSpec. Each item in thesecretslist must be a
docker.types.SecretReferenceinstance.cache_frominAPIClient.buildandDockerClient.images.build.auto_removeandstorage_optinAPIClient.create_host_configandDockerClient.containers.runstop_timeoutinAPIClient.create_containerandDockerClient.containers.runforceparameter inAPIClient.remove_volumeandVolume.removemax_failure_ratioandmonitorinUpdateConfigforce_updateinTaskTemplatenameparameter optional inAPIClient.create_volumeandDockerClient.volumes.createBugfixes
would raise an unexpected
AttributeError.DockerClient.swarm.initmethod totake into account arguments passed to it.
Image.tagnow correctly returns a boolean value upon completion.volumesinDockerClient.containers.runDockerClient.image.buildwouldn't return anImageobject even when the build was successful