Mesos v1.1.2 Release Notes

    • ๐Ÿš€ This is a bug fix release.

    All Issues: ** ๐Ÿ› Bug

    • [MESOS-2537] - AC_ARG_ENABLED checks are broken.
    • [MESOS-5028] - Copy provisioner cannot replace directory with symlink.
    • [MESOS-5172] - Registry puller cannot fetch blobs correctly from http Redirect 3xx urls.
    • [MESOS-6327] - Large docker images causes container launch failures: Too many levels of symbolic links.
    • [MESOS-7057] - Consider using the relink functionality of libprocess in the executor driver.
    • [MESOS-7119] - Mesos master crash while accepting inverse offer.
    • [MESOS-7152] - The agent may be flapping after the machine reboots due to provisioner recover.
    • [MESOS-7197] - Requesting tiny amount of CPU crashes master.
    • [MESOS-7210] - HTTP health check doesn't work when mesos runs with --docker_mesos_image.
    • [MESOS-7237] - Enabling cgroups_limit_swap can lead to "invalid argument" error.
    • [MESOS-7265] - Containerizer startup may cause sensitive data to leak into sandbox logs.
    • [MESOS-7350] - Failed to pull image from Nexus Registry due to signature missing.
    • [MESOS-7366] - Agent sandbox gc could accidentally delete the entire persistent volume content.
    • [MESOS-7383] - Docker executor logs possibly sensitive parameters.
    • [MESOS-7422] - Docker containerizer should not leak possibly sensitive data to agent log.
    • [MESOS-7471] - Provisioner recover should not always assume 'rootfses' dir exists.
    • [MESOS-7482] - #elif does not match #ifdef when checking the platform.