2.1.0 release - #1463
Merged
Merged
Conversation
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Ryan Belgrave <[email protected]>
Signed-off-by: Pavel Sviderski <[email protected]>
Signed-off-by: pacoxu <[email protected]> add ut test for volume scope and no specified name create Signed-off-by: Paco Xu <[email protected]> try to fix ut failure of volume creation Signed-off-by: Paco Xu <[email protected]> try to fix ut failure of volume creation Signed-off-by: Paco Xu <[email protected]> Scope is added in volume after docker 1.12 Signed-off-by: pacoxu <[email protected]> Scope is added in volume after docker 1.12 Signed-off-by: pacoxu <[email protected]>
Signed-off-by: realityone <[email protected]>
Signed-off-by: Thomas Grainger <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Mehdi Bayazee <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Thomas Schaaf <[email protected]>
Signed-off-by: Thomas Grainger <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Fix requires_api_version test decorator Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Add min version checks in create_service and update_service Signed-off-by: Joffrey F <[email protected]>
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 <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Ensure all integration tests use the same version of the busybox image Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
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 <[email protected]>
Technically we shouldn't be passing them as binds, but the daemon doesn't seem to mind. Fixes #1380 Signed-off-by: Ben Firshman <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Fix cache_from integration test Fix image ID detection in ImageCollection.build Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
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