Skip to content
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

Update bash completion and deprecation for synchronous service updates #610

Merged
merged 2 commits into from
Oct 7, 2017

Conversation

albers
Copy link
Collaborator

@albers albers commented Oct 7, 2017

The default value for docker service create|update|scale|rollback --detach|-d changed from true to false.
This updates bash completion to complete just --detach|-d.

This should go into 17.10.0 because the behavior changes in this release.

Also updates the deprecation of asynchronous service updates:

  • The default was not changed in 17.09 but will be in 17.10
  • service scale and service rollback are also affected.

albers added 2 commits October 7, 2017 13:57
The default value for
`docker service create|update|scale|rollback --detach|-d` changed from
`true` to `false`.
This updates bash completion to complete just `--detach|-d`.

Signed-off-by: Harald Albers <github@albersweb.de>
- The default was not changed in 17.09 but will be in 17.10
- `service scale` and `service rollback` are also affected.

Signed-off-by: Harald Albers <github@albersweb.de>
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

Copy link
Collaborator

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants