-
Notifications
You must be signed in to change notification settings - Fork 1.7k
2.1.0 release #1463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
2.1.0 release #1463
Conversation
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
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>
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_volumes
DockerClient
:containers.prune
,images.prune
,networks.prune
,volumes.prune
APIClient
:configure_plugin
,create_plugin
,disable_plugin
,enable_plugin
,inspect_plugin
,pull_plugin
,plugins
,plugin_privileges
,push_plugin
,remove_plugin
DockerClient
:plugins.create
,plugins.get
,plugins.install
,plugins.list
, and thePlugin
model.APIClient
:create_secret
,inspect_secret
,remove_secret
,secrets
DockerClient
:secret.create
,secret.get
,secret.list
andthe
Secret
model.secrets
parameter toContainerSpec
. Each item in thesecrets
list must be a
docker.types.SecretReference
instance.cache_from
inAPIClient.build
andDockerClient.images.build
.auto_remove
andstorage_opt
inAPIClient.create_host_config
andDockerClient.containers.run
stop_timeout
inAPIClient.create_container
andDockerClient.containers.run
force
parameter inAPIClient.remove_volume
andVolume.remove
max_failure_ratio
andmonitor
inUpdateConfig
force_update
inTaskTemplate
name
parameter optional inAPIClient.create_volume
andDockerClient.volumes.create
Bugfixes
would raise an unexpected
AttributeError
.DockerClient.swarm.init
method totake into account arguments passed to it.
Image.tag
now correctly returns a boolean value upon completion.volumes
inDockerClient.containers.run
DockerClient.image.build
wouldn't return anImage
object even when the build was successful