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

Fix: Issue #2832 Allowing Rollback Config Arg for Services #2917

Merged
merged 3 commits into from
Jul 29, 2022

Commits on Nov 23, 2021

  1. Fix: Issue docker#2832 Allowing Rollback Config Arg for Services

    'rollback_config' was not in the list of 'CREATE_SERVICE_KWARGS'
    which prevented it from being an argument when creating services.
    It has now been added and the problem fixed, allowing services to
    have a rollback_config during creation and updating.
    
    Signed-off-by: Fraser Patten <pattenf00@gmail.com>
    ercildoune committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    d12152c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    16960b6 View commit details
    Browse the repository at this point in the history
  2. test: add coverage for service rollback_config

    Signed-off-by: Milas Bowman <milas.bowman@docker.com>
    milas committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    5cdbc03 View commit details
    Browse the repository at this point in the history