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

1.15.1 #1068

Merged
merged 7 commits into from
Nov 13, 2017
Merged

1.15.1 #1068

merged 7 commits into from
Nov 13, 2017

Commits on Nov 6, 2017

  1. Configuration menu
    Copy the full SHA
    9373d41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10e880a View commit details
    Browse the repository at this point in the history
  3. Remove task/container overridden in DockerHostConfig

    In task/container overridden, it's copying the task/container struct
    which has a lock, this could cause deadlock if some other go routine
    acquired the lock right before copying and released the lock after the
    copy. This commit moved the overridden part to ACS when unmarshal the
    task from payload message.
    Peng Yin committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    0e9f2a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Configuration menu
    Copy the full SHA
    577d670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78747a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. update agent to 1.15.1

    jahkeup authored and Noah Meyerhans committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    03fb033 View commit details
    Browse the repository at this point in the history
  2. eventhandler: fix the bug where container state change was not submitted

    Peng Yin authored and Noah Meyerhans committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    d683254 View commit details
    Browse the repository at this point in the history